Lines Matching defs:base
24 char head[offsetof(struct kpp_alg, base)];
25 struct crypto_instance base;
33 * @base: Internal. Generic crypto core spawn state.
42 struct crypto_spawn base;
78 return crypto_tfm_ctx(&tfm->base);
83 return crypto_tfm_ctx_dma(&tfm->base);
88 crypto_request_complete(&req->base, err);
108 return &inst->s.base;
119 return container_of(inst, struct kpp_instance, s.base);
130 return kpp_instance(crypto_tfm_alg_instance(&kpp->base));
206 crypto_drop_spawn(&spawn->base);
224 return container_of(spawn->base.alg, struct kpp_alg, base);
242 return crypto_spawn_tfm2(&spawn->base);