Searched refs:aes_set_key (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/arch/sparc/crypto/ |
D | aes_glue.c | 167 static int aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, in aes_set_key() function 398 .cia_setkey = aes_set_key, 417 .setkey = aes_set_key, 437 .setkey = aes_set_key, 457 .setkey = aes_set_key,
|
/Linux-v5.4/drivers/crypto/ |
D | padlock-aes.c | 105 static int aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, in aes_set_key() function 334 .cia_setkey = aes_set_key, 407 .setkey = aes_set_key, 483 .setkey = aes_set_key,
|
/Linux-v5.4/arch/x86/crypto/ |
D | aesni-intel_glue.c | 341 static int aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, in aes_set_key() function 917 .cia_setkey = aes_set_key,
|
/Linux-v5.4/arch/s390/crypto/ |
D | aes_s390.c | 90 static int aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, in aes_set_key() function 174 .cia_setkey = aes_set_key,
|