Lines Matching refs:base
17 char head[offsetof(struct akcipher_alg, base)];
18 struct crypto_instance base; member
25 struct crypto_spawn base; member
61 return crypto_tfm_ctx(&tfm->base); in akcipher_tfm_ctx()
66 return crypto_tfm_ctx_dma(&tfm->base); in akcipher_tfm_ctx_dma()
72 crypto_request_complete(&req->base, err); in akcipher_request_complete()
83 return container_of(&inst->alg.base, struct crypto_instance, alg); in akcipher_crypto_instance()
89 return container_of(&inst->alg, struct akcipher_instance, alg.base); in akcipher_instance()
95 return akcipher_instance(crypto_tfm_alg_instance(&akcipher->base)); in akcipher_alg_instance()
110 return crypto_spawn_tfm2(&spawn->base); in crypto_spawn_akcipher()
115 crypto_drop_spawn(&spawn->base); in crypto_drop_akcipher()
121 return container_of(spawn->base.alg, struct akcipher_alg, base); in crypto_spawn_akcipher_alg()