auth_base         388 crypto/authenc.c 	struct crypto_alg *auth_base;
auth_base         407 crypto/authenc.c 	auth_base = &auth->base;
auth_base         435 crypto/authenc.c 	ctx->reqoff = ALIGN(2 * auth->digestsize + auth_base->cra_alignmask,
auth_base         436 crypto/authenc.c 			    auth_base->cra_alignmask + 1);
auth_base         440 crypto/authenc.c 		     "authenc(%s,%s)", auth_base->cra_name,
auth_base         446 crypto/authenc.c 		     "authenc(%s,%s)", auth_base->cra_driver_name,
auth_base         450 crypto/authenc.c 	inst->alg.base.cra_flags = (auth_base->cra_flags |
auth_base         453 crypto/authenc.c 				      auth_base->cra_priority;
auth_base         455 crypto/authenc.c 	inst->alg.base.cra_alignmask = auth_base->cra_alignmask |
auth_base         477 crypto/authenc.c 	crypto_mod_put(auth_base);
auth_base         406 crypto/authencesn.c 	struct crypto_alg *auth_base;
auth_base         425 crypto/authencesn.c 	auth_base = &auth->base;
auth_base         455 crypto/authencesn.c 		     "authencesn(%s,%s)", auth_base->cra_name,
auth_base         460 crypto/authencesn.c 		     "authencesn(%s,%s)", auth_base->cra_driver_name,
auth_base         464 crypto/authencesn.c 	inst->alg.base.cra_flags = (auth_base->cra_flags |
auth_base         467 crypto/authencesn.c 				      auth_base->cra_priority;
auth_base         469 crypto/authencesn.c 	inst->alg.base.cra_alignmask = auth_base->cra_alignmask |
auth_base         492 crypto/authencesn.c 	crypto_mod_put(auth_base);