Lines Matching refs:base
17 char head[offsetof(struct akcipher_alg, base)];
18 struct crypto_instance base;
25 struct crypto_spawn base;
61 return crypto_tfm_ctx(&tfm->base);
66 return crypto_tfm_ctx_dma(&tfm->base);
72 crypto_request_complete(&req->base, err);
83 return container_of(&inst->alg.base, struct crypto_instance, alg);
89 return container_of(&inst->alg, struct akcipher_instance, alg.base);
95 return akcipher_instance(crypto_tfm_alg_instance(&akcipher->base));
110 return crypto_spawn_tfm2(&spawn->base);
115 crypto_drop_spawn(&spawn->base);
121 return container_of(spawn->base.alg, struct akcipher_alg, base);