Home
last modified time | relevance | path

Searched refs:auth_base (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/crypto/
Dauthenc.c379 struct crypto_alg *auth_base; in crypto_authenc_create() local
397 auth_base = &auth->base; in crypto_authenc_create()
405 ctx->reqoff = ALIGN(2 * auth->digestsize + auth_base->cra_alignmask, in crypto_authenc_create()
406 auth_base->cra_alignmask + 1); in crypto_authenc_create()
410 "authenc(%s,%s)", auth_base->cra_name, in crypto_authenc_create()
416 "authenc(%s,%s)", auth_base->cra_driver_name, in crypto_authenc_create()
421 auth_base->cra_priority; in crypto_authenc_create()
423 inst->alg.base.cra_alignmask = auth_base->cra_alignmask | in crypto_authenc_create()
Dauthencesn.c397 struct crypto_alg *auth_base; in crypto_authenc_esn_create() local
415 auth_base = &auth->base; in crypto_authenc_esn_create()
425 "authencesn(%s,%s)", auth_base->cra_name, in crypto_authenc_esn_create()
430 "authencesn(%s,%s)", auth_base->cra_driver_name, in crypto_authenc_esn_create()
435 auth_base->cra_priority; in crypto_authenc_esn_create()
437 inst->alg.base.cra_alignmask = auth_base->cra_alignmask | in crypto_authenc_esn_create()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/
D0003_linux_crypto.patch1169 + struct crypto_alg *auth_base;
1196 + auth_base = &auth->base;
1206 + "tls10(%s,%s)", auth_base->cra_name,
1211 + "tls10(%s,%s)", auth_base->cra_driver_name,
1215 + inst->alg.base.cra_flags = (auth_base->cra_flags |
1218 + auth_base->cra_priority;
1220 + inst->alg.base.cra_alignmask = auth_base->cra_alignmask |