Home
last modified time | relevance | path

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

/linux-4.4.14/include/crypto/
Daes.h35 int crypto_aes_set_key(struct crypto_tfm *tfm, const u8 *in_key,
/linux-4.4.14/arch/x86/crypto/
Daes_glue.c47 .cia_setkey = crypto_aes_set_key,
/linux-4.4.14/crypto/
Daes_generic.c1282 int crypto_aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, in crypto_aes_set_key() function
1296 EXPORT_SYMBOL_GPL(crypto_aes_set_key);
1455 .cia_setkey = crypto_aes_set_key,
/linux-4.4.14/arch/arm64/crypto/
Daes-glue.c37 #define aes_setkey crypto_aes_set_key