Home
last modified time | relevance | path

Searched defs:expkey (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/crypto/
H A Ddes.h20 u32 expkey[DES_EXPKEY_WORDS]; member
24 u32 expkey[DES3_EDE_EXPKEY_WORDS]; member
H A Dserpent.h18 u32 expkey[SERPENT_EXPKEY_WORDS]; member
/openbmc/u-boot/lib/
H A Daes.c512 void aes_expand_key(u8 *key, u8 *expkey) in aes_expand_key()
545 void aes_encrypt(u8 *in, u8 *expkey, u8 *out) in aes_encrypt()
566 void aes_decrypt(u8 *in, u8 *expkey, u8 *out) in aes_decrypt()
/openbmc/linux/arch/x86/crypto/
H A Ddes3_ede_glue.c66 static int ecb_crypt(struct skcipher_request *req, const u32 *expkey) in ecb_crypt()