Searched refs:auth_base (Results 1 – 2 of 2) sorted by relevance
| /linux/crypto/ |
| H A D | authenc.c | 367 struct crypto_alg *auth_base; in crypto_authenc_create() local 384 auth_base = &auth->base; in crypto_authenc_create() 396 "authenc(%s,%s)", auth_base->cra_name, in crypto_authenc_create() 402 "authenc(%s,%s)", auth_base->cra_driver_name, in crypto_authenc_create() 407 auth_base->cra_priority; in crypto_authenc_create()
|
| H A D | authencesn.c | 362 struct crypto_alg *auth_base; in crypto_authenc_esn_create() local 379 auth_base = &auth->base; in crypto_authenc_esn_create() 389 "authencesn(%s,%s)", auth_base->cra_name, in crypto_authenc_esn_create() 394 "authencesn(%s,%s)", auth_base->cra_driver_name, in crypto_authenc_esn_create() 399 auth_base->cra_priority; in crypto_authenc_esn_create()
|