Searched refs:aes_expand_key (Results 1 – 6 of 6) sorted by relevance
/u-boot/lib/aes/ |
A D | aes-decrypt.c | 31 aes_expand_key((u8 *)info->key, key_len, key_exp); in image_aes_decrypt()
|
/u-boot/include/ |
A D | uboot_aes.h | 51 void aes_expand_key(u8 *key, u32 key_size, u8 *expkey);
|
/u-boot/cmd/ |
A D | aes.c | 70 aes_expand_key(key_ptr, key_len, key_exp); in do_aes()
|
/u-boot/arch/arm/mach-tegra/tegra20/ |
A D | crypto.c | 116 aes_expand_key(oper & SECURITY_ENCRYPT ? key : zero_key, in encrypt_and_sign()
|
/u-boot/test/lib/ |
A D | test_aes.c | 112 aes_expand_key(key, key_len, key_exp); in _lib_test_aes_run()
|
/u-boot/lib/ |
A D | aes.c | 537 void aes_expand_key(u8 *key, u32 key_len, u8 *expkey) in aes_expand_key() function
|
Completed in 18 milliseconds