Searched refs:gcm_setkey (Results 1 – 5 of 5) sorted by relevance
| /linux/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 231 .setkey = gcm_setkey,
|
| /linux/arch/x86/crypto/ |
| H A D | aesni-intel_glue.c | 1168 static int gcm_setkey(struct crypto_aead *tfm, const u8 *raw_key, in gcm_setkey() function 1444 return gcm_setkey(tfm, raw_key, keylen, (flags)); \ 1460 return gcm_setkey(tfm, raw_key, keylen, (flags) | FLAG_RFC4106); \
|
| /linux/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 | 672 static int gcm_setkey(struct crypto_aead *aead, in gcm_setkey() function 2227 .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,
|