Home
last modified time | relevance | path

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

/linux-6.15/arch/arm/crypto/
H A Dghash-ce-glue.c207 static int gcm_aes_setkey(struct crypto_aead *tfm, const u8 *inkey, in gcm_aes_setkey() function
497 err = gcm_aes_setkey(tfm, inkey, keylen); in rfc4106_setkey()
540 .setkey = gcm_aes_setkey,
/linux-6.15/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
478 err = gcm_aes_setkey(tfm, inkey, keylen); in rfc4106_setkey()
521 .setkey = gcm_aes_setkey,
/linux-6.15/arch/s390/crypto/
H A Daes_s390.c737 static int gcm_aes_setkey(struct crypto_aead *tfm, const u8 *key, in gcm_aes_setkey() function
1034 .setkey = gcm_aes_setkey,