Home
last modified time | relevance | path

Searched refs:aes_expand_key (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Duboot_aes.h43 void aes_expand_key(u8 *key, u8 *expkey);
/OK3568_Linux_fs/u-boot/cmd/
H A Daes.c57 aes_expand_key(key_ptr, key_exp); in do_aes()
/OK3568_Linux_fs/u-boot/arch/arm/mach-tegra/tegra20/
H A Dcrypto.c112 aes_expand_key(oper & SECURITY_ENCRYPT ? key : zero_key, key_schedule); in encrypt_and_sign()
/OK3568_Linux_fs/u-boot/env/
H A Dcommon.c153 aes_expand_key(key, key_exp); in env_aes_cbc_crypt()
/OK3568_Linux_fs/u-boot/lib/
H A Daes.c513 void aes_expand_key(u8 *key, u8 *expkey) in aes_expand_key() function
/OK3568_Linux_fs/u-boot/tools/env/
H A Dfw_env.c988 aes_expand_key(key, key_exp); in env_aes_cbc_crypt()