Searched refs:auth_base (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/crypto/ |
D | authenc.c | 372 struct crypto_alg *auth_base; in crypto_authenc_create() local 389 auth_base = &auth->base; in crypto_authenc_create() 401 "authenc(%s,%s)", auth_base->cra_name, in crypto_authenc_create() 407 "authenc(%s,%s)", auth_base->cra_driver_name, in crypto_authenc_create() 412 auth_base->cra_priority; in crypto_authenc_create()
|
D | authencesn.c | 388 struct crypto_alg *auth_base; in crypto_authenc_esn_create() local 405 auth_base = &auth->base; in crypto_authenc_esn_create() 415 "authencesn(%s,%s)", auth_base->cra_name, in crypto_authenc_esn_create() 420 "authencesn(%s,%s)", auth_base->cra_driver_name, in crypto_authenc_esn_create() 425 auth_base->cra_priority; in crypto_authenc_esn_create()
|