Lines Matching defs:base
20 * @base: Common attributes for async crypto requests
32 struct crypto_async_request base;
46 * @base: Common crypto API algorithm data structure
51 struct crypto_tfm base;
89 * @base: Common crypto API algorithm data structure
107 struct crypto_alg base;
135 return &tfm->base;
140 return container_of(alg, struct kpp_alg, base);
145 return container_of(tfm, struct crypto_kpp, base);
161 req->base.tfm = crypto_kpp_tfm(tfm);
166 return __crypto_kpp_tfm(req->base.tfm);
237 req->base.complete = cmpl;
238 req->base.data = data;
239 req->base.flags = flgs;