Lines Matching defs:base
32 char head[offsetof(struct skcipher_alg, base)];
33 struct crypto_instance base;
40 struct crypto_spawn base;
80 return &inst->s.base;
97 crypto_request_complete(&req->base, err);
106 crypto_drop_spawn(&spawn->base);
112 return container_of(spawn->base.alg, struct skcipher_alg, base);
124 return crypto_spawn_tfm2(&spawn->base);
166 return crypto_tfm_ctx(&tfm->base);
171 return crypto_tfm_ctx_dma(&tfm->base);
191 return req->base.flags;