Lines Matching refs:base
17 char head[offsetof(struct akcipher_alg, base)];
18 struct crypto_instance base; member
25 struct crypto_spawn base; member
44 return tfm->base.__crt_ctx; in akcipher_tfm_ctx()
50 req->base.complete(&req->base, err); in akcipher_request_complete()
61 return container_of(&inst->alg.base, struct crypto_instance, alg); in akcipher_crypto_instance()
67 return container_of(&inst->alg, struct akcipher_instance, alg.base); in akcipher_instance()
73 return akcipher_instance(crypto_tfm_alg_instance(&akcipher->base)); in akcipher_alg_instance()
88 return crypto_spawn_tfm2(&spawn->base); in crypto_spawn_akcipher()
93 crypto_drop_spawn(&spawn->base); in crypto_drop_akcipher()
99 return container_of(spawn->base.alg, struct akcipher_alg, base); in crypto_spawn_akcipher_alg()