Lines Matching defs:base
23 char head[offsetof(struct skcipher_alg, base)];
24 struct crypto_instance base;
31 struct crypto_spawn base;
71 return &inst->s.base;
88 req->base.complete(&req->base, err);
97 crypto_drop_spawn(&spawn->base);
103 return container_of(spawn->base.alg, struct skcipher_alg, base);
115 return crypto_spawn_tfm2(&spawn->base);
151 return crypto_tfm_ctx(&tfm->base);
161 return req->base.flags;