Lines Matching refs:base
32 char head[offsetof(struct skcipher_alg, base)];
33 struct crypto_instance base; member
43 char head[offsetof(struct lskcipher_alg, co.base)];
44 struct crypto_instance base; member
51 struct crypto_spawn base; member
55 struct crypto_spawn base; member
95 return &inst->s.base; in skcipher_crypto_instance()
101 return &inst->s.base; in lskcipher_crypto_instance()
130 crypto_request_complete(&req->base, err); in skcipher_request_complete()
143 crypto_drop_spawn(&spawn->base); in crypto_drop_skcipher()
148 crypto_drop_spawn(&spawn->base); in crypto_drop_lskcipher()
154 return container_of(spawn->base.alg, struct lskcipher_alg, co.base); in crypto_lskcipher_spawn_alg()
160 return container_of(spawn->base.alg, struct skcipher_alg_common, base); in crypto_spawn_skcipher_alg_common()
172 return crypto_spawn_tfm2(&spawn->base); in crypto_spawn_skcipher()
178 return crypto_spawn_tfm2(&spawn->base); in crypto_spawn_lskcipher()
227 return crypto_tfm_ctx(&tfm->base); in crypto_skcipher_ctx()
232 return crypto_tfm_ctx(&tfm->base); in crypto_lskcipher_ctx()
237 return crypto_tfm_ctx_dma(&tfm->base); in crypto_skcipher_ctx_dma()
257 return req->base.flags; in skcipher_request_flags()