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

/linux-master/arch/arm64/crypto/
H A Dghash-ce-glue.c232 static int gcm_aes_setkey(struct crypto_aead *tfm, const u8 *inkey, function
487 err = gcm_aes_setkey(tfm, inkey, keylen);
530 .setkey = gcm_aes_setkey,
/linux-master/arch/arm/crypto/
H A Dghash-ce-glue.c382 static int gcm_aes_setkey(struct crypto_aead *tfm, const u8 *inkey, function
680 err = gcm_aes_setkey(tfm, inkey, keylen);
723 .setkey = gcm_aes_setkey,
/linux-master/arch/s390/crypto/
H A Daes_s390.c631 static int gcm_aes_setkey(struct crypto_aead *tfm, const u8 *key, function
938 .setkey = gcm_aes_setkey,

Completed in 104 milliseconds