Searched refs:ecb_out (Results 1 – 1 of 1) sorted by relevance
/aoo4110/main/sal/workben/ |
H A D | t_cipher.c | 225 sal_uInt8 ecb_in[40], ecb_out[40]; in main() local 233 memset (ecb_out, 0, sizeof(ecb_out)); in main() 235 cipher, cbc_data, length, ecb_out, sizeof(ecb_out)); in main() 237 OSL_ASSERT(memcmp (ecb_out, ecb_ok, sizeof(ecb_ok)) == 0); in main() 241 cipher, ecb_out, length, ecb_in, sizeof(ecb_in)); in main()
|
Completed in 19 milliseconds