Home
last modified time | relevance | path

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

/u-boot/lib/aes/
A Daes-decrypt.c31 aes_expand_key((u8 *)info->key, key_len, key_exp); in image_aes_decrypt()
/u-boot/include/
A Duboot_aes.h51 void aes_expand_key(u8 *key, u32 key_size, u8 *expkey);
/u-boot/cmd/
A Daes.c70 aes_expand_key(key_ptr, key_len, key_exp); in do_aes()
/u-boot/arch/arm/mach-tegra/tegra20/
A Dcrypto.c116 aes_expand_key(oper & SECURITY_ENCRYPT ? key : zero_key, in encrypt_and_sign()
/u-boot/test/lib/
A Dtest_aes.c112 aes_expand_key(key, key_len, key_exp); in _lib_test_aes_run()
/u-boot/lib/
A Daes.c537 void aes_expand_key(u8 *key, u32 key_len, u8 *expkey) in aes_expand_key() function

Completed in 18 milliseconds