Searched refs:aead_name (Results 1 – 3 of 3) sorted by relevance
| /linux/net/ipv4/ |
| H A D | esp4.c | 978 char aead_name[CRYPTO_MAX_ALG_NAME]; in esp_init_aead() local 982 if (snprintf(aead_name, CRYPTO_MAX_ALG_NAME, "%s(%s)", in esp_init_aead() 988 aead = crypto_alloc_aead(aead_name, 0, 0); in esp_init_aead()
|
| /linux/net/ipv6/ |
| H A D | esp6.c | 1015 char aead_name[CRYPTO_MAX_ALG_NAME]; in esp_init_aead() local 1019 if (snprintf(aead_name, CRYPTO_MAX_ALG_NAME, "%s(%s)", in esp_init_aead() 1025 aead = crypto_alloc_aead(aead_name, 0, 0); in esp_init_aead()
|
| /linux/drivers/crypto/hisilicon/sec2/ |
| H A D | sec_crypto.c | 2142 const char *aead_name = alg->base.cra_name; in sec_aead_ctx_init() local 2158 a_ctx->fallback_aead_tfm = crypto_alloc_aead(aead_name, 0, in sec_aead_ctx_init() 2184 const char *aead_name = alg->base.cra_name; in sec_aead_xcm_ctx_init() local 2193 a_ctx->fallback_aead_tfm = crypto_alloc_aead(aead_name, 0, in sec_aead_xcm_ctx_init()
|