Searched defs:ciphered (Results 1 - 1 of 1) sorted by relevance

/u-boot/test/lib/
H A Dtest_aes.c87 u8 *nocipher, *ciphered, *uncipher; local
44 lib_test_aes_one_block(struct unit_test_state *uts, int key_len, u8 *key_exp, u8 *iv, int num_block, u8 *nocipher, u8 *ciphered, u8 *uncipher) argument
62 lib_test_aes_cbc_chain(struct unit_test_state *uts, int key_len, u8 *key_exp, u8 *iv, int num_block, u8 *nocipher, u8 *ciphered, u8 *uncipher) argument
[all...]

Completed in 96 milliseconds