Home
last modified time | relevance | path

Searched refs:gcm_aes_setkey (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/arm64/crypto/
H A Dghash-ce-glue.c232 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 Dghash-ce-glue.c382 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 Daes_s390.c631 static int gcm_aes_setkey(struct crypto_aead *tfm, const u8 *key, in gcm_aes_setkey() function
938 .setkey = gcm_aes_setkey,