Searched refs:aead_name (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/net/ipv4/ |
| H A D | esp4.c | 975 char aead_name[CRYPTO_MAX_ALG_NAME]; in esp_init_aead() local 979 if (snprintf(aead_name, CRYPTO_MAX_ALG_NAME, "%s(%s)", in esp_init_aead() 985 aead = crypto_alloc_aead(aead_name, 0, 0); in esp_init_aead()
|
| /linux-6.15/net/ipv6/ |
| H A D | esp6.c | 1012 char aead_name[CRYPTO_MAX_ALG_NAME]; in esp_init_aead() local 1016 if (snprintf(aead_name, CRYPTO_MAX_ALG_NAME, "%s(%s)", in esp_init_aead() 1022 aead = crypto_alloc_aead(aead_name, 0, 0); in esp_init_aead()
|
| /linux-6.15/drivers/crypto/hisilicon/sec2/ |
| H A D | sec_crypto.c | 1904 const char *aead_name = alg->base.cra_name; in sec_aead_ctx_init() local 1920 a_ctx->fallback_aead_tfm = crypto_alloc_aead(aead_name, 0, in sec_aead_ctx_init() 1946 const char *aead_name = alg->base.cra_name; in sec_aead_xcm_ctx_init() local 1955 a_ctx->fallback_aead_tfm = crypto_alloc_aead(aead_name, 0, in sec_aead_xcm_ctx_init()
|