Searched refs:aes_set_key (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/crypto/ |
D | padlock-aes.c | 107 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-6.12.1/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,
|
/linux-6.12.1/arch/s390/crypto/ |
D | aes_s390.c | 89 static int aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, in aes_set_key() function 173 .cia_setkey = aes_set_key,
|
/linux-6.12.1/arch/x86/crypto/ |
D | aesni-intel_glue.c | 139 static int aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, in aes_set_key() function 662 .cia_setkey = aes_set_key,
|