Searched refs:gcm_aes_setkey (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/arch/arm64/crypto/ |
H A D | ghash-ce-glue.c | 232 static int gcm_aes_setkey(struct crypto_aead *tfm, const u8 *inkey, in gcm_aes_setkey() function 487 err = gcm_aes_setkey(tfm, inkey, keylen); in rfc4106_setkey() 530 .setkey = gcm_aes_setkey,
|
/kernel/linux/linux-6.6/arch/arm/crypto/ |
H A D | ghash-ce-glue.c | 382 static int gcm_aes_setkey(struct crypto_aead *tfm, const u8 *inkey, in gcm_aes_setkey() function 680 err = gcm_aes_setkey(tfm, inkey, keylen); in rfc4106_setkey() 723 .setkey = gcm_aes_setkey,
|
/kernel/linux/linux-5.10/arch/s390/crypto/ |
H A D | aes_s390.c | 634 static int gcm_aes_setkey(struct crypto_aead *tfm, const u8 *key, in gcm_aes_setkey() function 941 .setkey = gcm_aes_setkey,
|
/kernel/linux/linux-6.6/arch/s390/crypto/ |
H A D | aes_s390.c | 631 static int gcm_aes_setkey(struct crypto_aead *tfm, const u8 *key, in gcm_aes_setkey() function 938 .setkey = gcm_aes_setkey,
|
Completed in 5 milliseconds