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