Lines Matching refs:base
17 char head[offsetof(struct akcipher_alg, base)];
18 struct crypto_instance base;
25 struct crypto_spawn base;
44 return tfm->base.__crt_ctx;
50 req->base.complete(&req->base, err);
61 return container_of(&inst->alg.base, struct crypto_instance, alg);
67 return container_of(&inst->alg, struct akcipher_instance, alg.base);
73 return akcipher_instance(crypto_tfm_alg_instance(&akcipher->base));
88 return crypto_spawn_tfm2(&spawn->base);
93 crypto_drop_spawn(&spawn->base);
99 return container_of(spawn->base.alg, struct akcipher_alg, base);