Searched refs:aes_cbc_decrypt_blocks (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | uboot_aes.h | 92 void aes_cbc_decrypt_blocks(u8 *key_exp, u8 *src, u8 *dst, u32 num_aes_blocks);
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | aes.c | 65 aes_cbc_decrypt_blocks(key_exp, src_ptr, dst_ptr, aes_blocks); in do_aes()
|
| /OK3568_Linux_fs/u-boot/env/ |
| H A D | common.c | 161 aes_cbc_decrypt_blocks(key_exp, data, data, aes_blocks); in env_aes_cbc_crypt()
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | aes.c | 631 void aes_cbc_decrypt_blocks(u8 *key_exp, u8 *src, u8 *dst, u32 num_aes_blocks) in aes_cbc_decrypt_blocks() function
|
| /OK3568_Linux_fs/u-boot/tools/env/ |
| H A D | fw_env.c | 996 aes_cbc_decrypt_blocks(key_exp, data, data, aes_blocks); in env_aes_cbc_crypt()
|