Lines Matching defs:base
36 char head[offsetof(struct ahash_alg, halg.base)];
37 struct crypto_instance base;
47 char head[offsetof(struct shash_alg, base)];
48 struct crypto_instance base;
55 struct crypto_spawn base;
59 struct crypto_spawn base;
83 !(alg->base.cra_flags & CRYPTO_ALG_OPTIONAL_KEY);
94 crypto_drop_spawn(&spawn->base);
100 return __crypto_hash_alg_common(spawn->base.alg);
117 crypto_drop_spawn(&spawn->base);
123 return __crypto_shash_alg(spawn->base.alg);
152 return &inst->s.base;
158 return container_of(inst, struct ahash_instance, s.base);
164 return ahash_instance(crypto_tfm_alg_instance(&ahash->base));
174 req->base.complete(&req->base, err);
179 return req->base.flags;
185 return crypto_spawn_tfm2(&spawn->base);
191 return crypto_enqueue_request(queue, &request->base);
202 return crypto_tfm_ctx(&tfm->base);
208 return &inst->s.base;
214 return container_of(inst, struct shash_instance, s.base);
220 return shash_instance(crypto_tfm_alg_instance(&shash->base));
231 return crypto_spawn_tfm2(&spawn->base);
236 return crypto_tfm_ctx_aligned(&tfm->base);
241 return container_of(tfm, struct crypto_shash, base);