Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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,
/kernel/linux/linux-5.10/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,
/kernel/linux/linux-6.6/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,
/kernel/linux/linux-6.6/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,
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Daesni-intel_glue.c333 static int aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, in aes_set_key() function
897 .cia_setkey = aes_set_key,
/kernel/linux/linux-5.10/arch/s390/crypto/
H A Daes_s390.c83 static int aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, in aes_set_key() function
167 .cia_setkey = aes_set_key,
/kernel/linux/linux-6.6/arch/s390/crypto/
H A Daes_s390.c84 static int aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, in aes_set_key() function
168 .cia_setkey = aes_set_key,
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Daesni-intel_glue.c252 static int aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, in aes_set_key() function
1019 .cia_setkey = aes_set_key,

Completed in 9 milliseconds