Searched refs:debug_print_vector (Results 1 – 1 of 1) sorted by relevance
/external/u-boot/lib/ |
D | aes.c | 587 static void debug_print_vector(char *name, u32 num_bytes, u8 *data) in debug_print_vector() function 612 debug_print_vector("AES Src", AES_KEY_LENGTH, src); in aes_cbc_encrypt_blocks() 616 debug_print_vector("AES Xor", AES_KEY_LENGTH, tmp_data); in aes_cbc_encrypt_blocks() 620 debug_print_vector("AES Dst", AES_KEY_LENGTH, dst); in aes_cbc_encrypt_blocks() 640 debug_print_vector("AES Src", AES_KEY_LENGTH, src); in aes_cbc_decrypt_blocks() 646 debug_print_vector("AES Xor", AES_KEY_LENGTH, tmp_data); in aes_cbc_decrypt_blocks() 650 debug_print_vector("AES Dst", AES_KEY_LENGTH, dst); in aes_cbc_decrypt_blocks()
|