Searched refs:gcm_aes_setkey (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/arm64/crypto/ |
| H A D | ghash-ce-glue.c | 189 static int gcm_aes_setkey(struct crypto_aead *tfm, const u8 *inkey, in gcm_aes_setkey() function 433 err = gcm_aes_setkey(tfm, inkey, keylen); in rfc4106_setkey() 476 .setkey = gcm_aes_setkey,
|
| /linux/arch/arm/crypto/ |
| H A D | ghash-ce-glue.c | 203 static int gcm_aes_setkey(struct crypto_aead *tfm, const u8 *inkey, in gcm_aes_setkey() function 491 err = gcm_aes_setkey(tfm, inkey, keylen); in rfc4106_setkey() 534 .setkey = gcm_aes_setkey,
|
| /linux/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 928 .setkey = gcm_aes_setkey,
|