Searched refs:auth_base (Results 1 - 2 of 2) sorted by relevance
/linux-4.4.14/crypto/ |
H A D | authenc.c | 386 struct crypto_alg *auth_base; crypto_authenc_create() local 404 auth_base = &auth->base; crypto_authenc_create() 432 ctx->reqoff = ALIGN(2 * auth->digestsize + auth_base->cra_alignmask, crypto_authenc_create() 433 auth_base->cra_alignmask + 1); crypto_authenc_create() 437 "authenc(%s,%s)", auth_base->cra_name, enc->cra_name) >= crypto_authenc_create() 442 "authenc(%s,%s)", auth_base->cra_driver_name, crypto_authenc_create() 448 auth_base->cra_priority; crypto_authenc_create() 450 inst->alg.base.cra_alignmask = auth_base->cra_alignmask | crypto_authenc_create() 471 crypto_mod_put(auth_base); crypto_authenc_create()
|
H A D | authencesn.c | 402 struct crypto_alg *auth_base; crypto_authenc_esn_create() local 420 auth_base = &auth->base; crypto_authenc_esn_create() 450 "authencesn(%s,%s)", auth_base->cra_name, crypto_authenc_esn_create() 455 "authencesn(%s,%s)", auth_base->cra_driver_name, crypto_authenc_esn_create() 461 auth_base->cra_priority; crypto_authenc_esn_create() 463 inst->alg.base.cra_alignmask = auth_base->cra_alignmask | crypto_authenc_esn_create() 485 crypto_mod_put(auth_base); crypto_authenc_esn_create()
|
Completed in 211 milliseconds