Home
last modified time | relevance | path

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

/arch/sparc/crypto/
A Daes_glue.c167 static int aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, in aes_set_key() function
201 return aes_set_key(crypto_skcipher_tfm(tfm), in_key, key_len); in aes_set_key_skcipher()
374 .cia_setkey = aes_set_key,
/arch/s390/crypto/
A Daes_s390.c88 static int aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, in aes_set_key() function
172 .cia_setkey = aes_set_key,
/arch/x86/crypto/
A Daesni-intel_glue.c116 static int aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, in aes_set_key() function
559 .cia_setkey = aes_set_key,

Completed in 14 milliseconds