Home
last modified time | relevance | path

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

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