Searched refs:gcm_setkey (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/arch/arm64/crypto/ |
| H A D | sm4-ce-gcm-glue.c | 43 static int gcm_setkey(struct crypto_aead *tfm, const u8 *key, in gcm_setkey() function 249 .setkey = gcm_setkey,
|
| /linux-6.15/arch/x86/crypto/ |
| H A D | aesni-intel_glue.c | 1205 static int gcm_setkey(struct crypto_aead *tfm, const u8 *raw_key, in gcm_setkey() function 1464 return gcm_setkey(tfm, raw_key, keylen, (flags)); \ 1480 return gcm_setkey(tfm, raw_key, keylen, (flags) | FLAG_RFC4106); \
|
| /linux-6.15/drivers/crypto/caam/ |
| H A D | caamalg_qi.c | 363 static int gcm_setkey(struct crypto_aead *aead, in gcm_setkey() function 1637 .setkey = gcm_setkey,
|
| H A D | caamalg.c | 666 static int gcm_setkey(struct crypto_aead *aead, in gcm_setkey() function 2121 .setkey = gcm_setkey,
|
| H A D | caamalg_qi2.c | 724 static int gcm_setkey(struct crypto_aead *aead, in gcm_setkey() function 1847 .setkey = gcm_setkey,
|