Searched refs:auth_base (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/crypto/ |
D | authenc.c | 601 struct crypto_alg *auth_base; in crypto_authenc_alloc() local 619 auth_base = &auth->base; in crypto_authenc_alloc() 648 "authenc(%s,%s)", auth_base->cra_name, enc->cra_name) >= in crypto_authenc_alloc() 653 "authenc(%s,%s)", auth_base->cra_driver_name, in crypto_authenc_alloc() 660 10 + auth_base->cra_priority; in crypto_authenc_alloc() 662 inst->alg.cra_alignmask = auth_base->cra_alignmask | enc->cra_alignmask; in crypto_authenc_alloc() 679 crypto_mod_put(auth_base); in crypto_authenc_alloc()
|
D | authencesn.c | 693 struct crypto_alg *auth_base; in crypto_authenc_esn_alloc() local 711 auth_base = &auth->base; in crypto_authenc_esn_alloc() 740 "authencesn(%s,%s)", auth_base->cra_name, enc->cra_name) >= in crypto_authenc_esn_alloc() 745 "authencesn(%s,%s)", auth_base->cra_driver_name, in crypto_authenc_esn_alloc() 752 10 + auth_base->cra_priority; in crypto_authenc_esn_alloc() 754 inst->alg.cra_alignmask = auth_base->cra_alignmask | enc->cra_alignmask; in crypto_authenc_esn_alloc() 771 crypto_mod_put(auth_base); in crypto_authenc_esn_alloc()
|