Home
last modified time | relevance | path

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

/openbmc/linux/crypto/
H A Dauthenc.c377 struct crypto_alg *auth_base; in crypto_authenc_create() local
395 auth_base = &auth->base; in crypto_authenc_create()
403 ctx->reqoff = ALIGN(2 * auth->digestsize + auth_base->cra_alignmask, in crypto_authenc_create()
404 auth_base->cra_alignmask + 1); in crypto_authenc_create()
408 "authenc(%s,%s)", auth_base->cra_name, in crypto_authenc_create()
414 "authenc(%s,%s)", auth_base->cra_driver_name, in crypto_authenc_create()
419 auth_base->cra_priority; in crypto_authenc_create()
421 inst->alg.base.cra_alignmask = auth_base->cra_alignmask | in crypto_authenc_create()
H A Dauthencesn.c394 struct crypto_alg *auth_base; in crypto_authenc_esn_create() local
412 auth_base = &auth->base; in crypto_authenc_esn_create()
422 "authencesn(%s,%s)", auth_base->cra_name, in crypto_authenc_esn_create()
427 "authencesn(%s,%s)", auth_base->cra_driver_name, in crypto_authenc_esn_create()
432 auth_base->cra_priority; in crypto_authenc_esn_create()
434 inst->alg.base.cra_alignmask = auth_base->cra_alignmask | in crypto_authenc_esn_create()