Searched refs:gcm_aes_setkey (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/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,
|
/openbmc/linux/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,
|
/openbmc/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 938 .setkey = gcm_aes_setkey,
|