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

/linux-4.1.27/crypto/
H A Dauthenc.c601 struct crypto_alg *auth_base; crypto_authenc_alloc() local
619 auth_base = &auth->base; crypto_authenc_alloc()
648 "authenc(%s,%s)", auth_base->cra_name, enc->cra_name) >= crypto_authenc_alloc()
653 "authenc(%s,%s)", auth_base->cra_driver_name, crypto_authenc_alloc()
660 10 + auth_base->cra_priority; crypto_authenc_alloc()
662 inst->alg.cra_alignmask = auth_base->cra_alignmask | enc->cra_alignmask; crypto_authenc_alloc()
679 crypto_mod_put(auth_base); crypto_authenc_alloc()
H A Dauthencesn.c693 struct crypto_alg *auth_base; crypto_authenc_esn_alloc() local
711 auth_base = &auth->base; crypto_authenc_esn_alloc()
740 "authencesn(%s,%s)", auth_base->cra_name, enc->cra_name) >= crypto_authenc_esn_alloc()
745 "authencesn(%s,%s)", auth_base->cra_driver_name, crypto_authenc_esn_alloc()
752 10 + auth_base->cra_priority; crypto_authenc_esn_alloc()
754 inst->alg.cra_alignmask = auth_base->cra_alignmask | enc->cra_alignmask; crypto_authenc_esn_alloc()
771 crypto_mod_put(auth_base); crypto_authenc_esn_alloc()

Completed in 62 milliseconds