Searched refs:aes_set_key (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/sparc/crypto/
H A Daes_glue.c168 static int aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, function
202 return aes_set_key(crypto_skcipher_tfm(tfm), in_key, key_len);
375 .cia_setkey = aes_set_key,
/linux-master/drivers/crypto/
H A Dpadlock-aes.c107 static int aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, function
165 return aes_set_key(crypto_skcipher_tfm(tfm), in_key, key_len);
337 .cia_setkey = aes_set_key,
/linux-master/arch/s390/crypto/
H A Daes_s390.c84 static int aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, function
168 .cia_setkey = aes_set_key,
/linux-master/arch/x86/crypto/
H A Daesni-intel_glue.c251 static int aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, function
1017 .cia_setkey = aes_set_key,

Completed in 216 milliseconds