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
61 return &inst->s.base; in skcipher_crypto_instance()
67 return &inst->s.base; in lskcipher_crypto_instance()
96 crypto_request_complete(&req->base, err); in skcipher_request_complete()
109 crypto_drop_spawn(&spawn->base); in crypto_drop_skcipher()
114 crypto_drop_spawn(&spawn->base); in crypto_drop_lskcipher()
120 return container_of(spawn->base.alg, struct lskcipher_alg, co.base); in crypto_lskcipher_spawn_alg()
126 return container_of(spawn->base.alg, struct skcipher_alg_common, base); in crypto_spawn_skcipher_alg_common()
138 return crypto_spawn_tfm2(&spawn->base); in crypto_spawn_skcipher()
144 return crypto_spawn_tfm2(&spawn->base); in crypto_spawn_lskcipher()
186 return crypto_tfm_ctx(&tfm->base); in crypto_skcipher_ctx()
191 return crypto_tfm_ctx(&tfm->base); in crypto_lskcipher_ctx()
196 return crypto_tfm_ctx_dma(&tfm->base); in crypto_skcipher_ctx_dma()
216 return req->base.flags; in skcipher_request_flags()