Lines Matching refs:base
22 char head[offsetof(struct aead_alg, base)];
23 struct crypto_instance base; member
30 struct crypto_spawn base; member
34 struct crypto_queue base; member
39 return crypto_tfm_ctx(&tfm->base); in crypto_aead_ctx()
44 return crypto_tfm_ctx_dma(&tfm->base); in crypto_aead_ctx_dma()
50 return container_of(&inst->alg.base, struct crypto_instance, alg); in aead_crypto_instance()
55 return container_of(&inst->alg, struct aead_instance, alg.base); in aead_instance()
60 return aead_instance(crypto_tfm_alg_instance(&aead->base)); in aead_alg_instance()
85 crypto_request_complete(&req->base, err); in aead_request_complete()
90 return req->base.flags; in aead_request_flags()
96 return container_of(req, struct aead_request, base); in aead_request_cast()
105 crypto_drop_spawn(&spawn->base); in crypto_drop_aead()
111 return container_of(spawn->base.alg, struct aead_alg, base); in crypto_spawn_aead_alg()
117 return crypto_spawn_tfm2(&spawn->base); in crypto_spawn_aead()
136 crypto_init_queue(&queue->base, max_qlen); in aead_init_queue()