Searched refs:aes_set_key (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/arch/sparc/crypto/ |
D | aes_glue.c | 166 static int aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, in aes_set_key() function 397 .cia_setkey = aes_set_key, 416 .setkey = aes_set_key, 436 .setkey = aes_set_key, 456 .setkey = aes_set_key,
|
/Linux-v4.19/drivers/crypto/ |
D | padlock-aes.c | 104 static int aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, in aes_set_key() function 333 .cia_setkey = aes_set_key, 406 .setkey = aes_set_key, 482 .setkey = aes_set_key,
|
/Linux-v4.19/arch/x86/crypto/ |
D | aesni-intel_glue.c | 374 static int aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, in aes_set_key() function 1159 .cia_setkey = aes_set_key, 1176 .cia_setkey = aes_set_key,
|
/Linux-v4.19/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,
|