Home
last modified time | relevance | path

Searched refs:cfb_in (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sal/workben/
H A Dt_cipher.c288 sal_uInt8 cfb_in[40], cfb_out[40]; in main() local
307 memset (cfb_in, 0, sizeof(cfb_in)); in main()
309 cipher, cfb_out, length, cfb_in, sizeof(cfb_in)); in main()
311 OSL_ASSERT(memcmp (cfb_in, cbc_data, length) == 0); in main()

Completed in 13 milliseconds