Home
last modified time | relevance | path

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

/linux/crypto/
H A Dauthenc.c367 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 Dauthencesn.c372 struct crypto_alg *auth_base; in crypto_authenc_esn_create()
389 auth_base = &auth->base; in crypto_authenc_esn_create()
399 "authencesn(%s,%s)", auth_base->cra_name, in crypto_authenc_esn_create()
404 "authencesn(%s,%s)", auth_base->cra_driver_name, in crypto_authenc_esn_create()
409 auth_base->cra_priority; in crypto_authenc_esn_create()
362 struct crypto_alg *auth_base; crypto_authenc_esn_create() local