Home
last modified time | relevance | path

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

/linux-4.4.14/crypto/
Dauthenc.c386 struct crypto_alg *auth_base; in crypto_authenc_create() local
404 auth_base = &auth->base; in crypto_authenc_create()
432 ctx->reqoff = ALIGN(2 * auth->digestsize + auth_base->cra_alignmask, in crypto_authenc_create()
433 auth_base->cra_alignmask + 1); in crypto_authenc_create()
437 "authenc(%s,%s)", auth_base->cra_name, enc->cra_name) >= in crypto_authenc_create()
442 "authenc(%s,%s)", auth_base->cra_driver_name, in crypto_authenc_create()
448 auth_base->cra_priority; in crypto_authenc_create()
450 inst->alg.base.cra_alignmask = auth_base->cra_alignmask | in crypto_authenc_create()
471 crypto_mod_put(auth_base); in crypto_authenc_create()
Dauthencesn.c402 struct crypto_alg *auth_base; in crypto_authenc_esn_create() local
420 auth_base = &auth->base; in crypto_authenc_esn_create()
450 "authencesn(%s,%s)", auth_base->cra_name, in crypto_authenc_esn_create()
455 "authencesn(%s,%s)", auth_base->cra_driver_name, in crypto_authenc_esn_create()
461 auth_base->cra_priority; in crypto_authenc_esn_create()
463 inst->alg.base.cra_alignmask = auth_base->cra_alignmask | in crypto_authenc_esn_create()
485 crypto_mod_put(auth_base); in crypto_authenc_esn_create()