Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Duboot_aes.h42 void aes_expand_key(u8 *key, u8 *expkey);
/openbmc/u-boot/cmd/
H A Daes.c56 aes_expand_key(key_ptr, key_exp); in do_aes()
/openbmc/u-boot/arch/arm/mach-tegra/tegra20/
H A Dcrypto.c113 aes_expand_key(oper & SECURITY_ENCRYPT ? key : zero_key, key_schedule); in encrypt_and_sign()
/openbmc/u-boot/lib/
H A Daes.c512 void aes_expand_key(u8 *key, u8 *expkey) in aes_expand_key() function