Home
last modified time | relevance | path

Searched refs:cfb_out (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
296 memset (cfb_out, 0, sizeof(cfb_out)); in main()
298 cipher, cbc_data, length, cfb_out, sizeof(cfb_out)); in main()
300 OSL_ASSERT(memcmp (cfb_out, cfb_ok, sizeof(cfb_ok)) == 0); in main()
309 cipher, cfb_out, length, cfb_in, sizeof(cfb_in)); in main()

Completed in 11 milliseconds