Home
last modified time | relevance | path

Searched refs:aes_set_key (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/crypto/
H A Dpadlock-aes.c107 static int aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, in aes_set_key() function
165 return aes_set_key(crypto_skcipher_tfm(tfm), in_key, key_len); in aes_set_key_skcipher()
337 .cia_setkey = aes_set_key,
/linux/arch/sparc/crypto/
H A Daes_glue.c168 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,
/linux/arch/x86/crypto/
H A Daesni-intel_glue.c139 static int aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, in aes_set_key() function
662 .cia_setkey = aes_set_key,