Lines Matching refs:base
46 struct crypto_spawn base; member
50 struct crypto_spawn base; member
79 crypto_drop_spawn(&spawn->base); in crypto_drop_ahash()
96 crypto_drop_spawn(&spawn->base); in crypto_drop_shash()
127 return container_of(&inst->alg.halg.base, struct crypto_instance, alg); in ahash_crypto_instance()
133 return container_of(&inst->alg, struct ahash_instance, alg.halg.base); in ahash_instance()
155 return crypto_spawn_tfm2(&spawn->base); in crypto_spawn_ahash()
161 return crypto_enqueue_request(queue, &request->base); in ahash_enqueue_request()
178 return crypto_tfm_ctx(&tfm->base); in crypto_shash_ctx()
184 return container_of(&inst->alg.base, struct crypto_instance, alg); in shash_crypto_instance()
209 return crypto_spawn_tfm2(&spawn->base); in crypto_spawn_shash()
214 return crypto_tfm_ctx_aligned(&tfm->base); in crypto_shash_ctx_aligned()
219 return container_of(tfm, struct crypto_shash, base); in __crypto_shash_cast()