Searched refs:aes_set_key (Results 1 – 3 of 3) sorted by relevance
/arch/sparc/crypto/ |
D | aes_glue.c | 168 static int aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, in aes_set_key() function 202 return aes_set_key(crypto_skcipher_tfm(tfm), in_key, key_len); in aes_set_key_skcipher() 375 .cia_setkey = aes_set_key,
|
/arch/s390/crypto/ |
D | aes_s390.c | 84 static int aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, in aes_set_key() function 168 .cia_setkey = aes_set_key,
|
/arch/x86/crypto/ |
D | aesni-intel_glue.c | 253 static int aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, in aes_set_key() function 1022 .cia_setkey = aes_set_key,
|