Home
last modified time | relevance | path

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

/Linux-v6.6/arch/arm64/crypto/
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,
/Linux-v6.6/arch/arm/crypto/
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,
/Linux-v6.6/arch/s390/crypto/
Daes_s390.c629 static int gcm_aes_setkey(struct crypto_aead *tfm, const u8 *key, in gcm_aes_setkey() function
936 .setkey = gcm_aes_setkey,