Home
last modified time | relevance | path

Searched refs:aes_cbc_decrypt_blocks (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Duboot_aes.h92 void aes_cbc_decrypt_blocks(u8 *key_exp, u8 *src, u8 *dst, u32 num_aes_blocks);
/OK3568_Linux_fs/u-boot/cmd/
H A Daes.c65 aes_cbc_decrypt_blocks(key_exp, src_ptr, dst_ptr, aes_blocks); in do_aes()
/OK3568_Linux_fs/u-boot/env/
H A Dcommon.c161 aes_cbc_decrypt_blocks(key_exp, data, data, aes_blocks); in env_aes_cbc_crypt()
/OK3568_Linux_fs/u-boot/lib/
H A Daes.c631 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 Dfw_env.c996 aes_cbc_decrypt_blocks(key_exp, data, data, aes_blocks); in env_aes_cbc_crypt()