Lines Matching defs:base
18 * @base: Common attributes for asynchronous crypto requests
27 struct crypto_async_request base;
45 * @base: Common crypto API algorithm data structure
52 struct crypto_tfm base;
74 * @base: Common crypto API algorithm data structure
83 struct crypto_alg base;
130 return &tfm->base;
135 return container_of(alg, struct acomp_alg, base);
140 return container_of(tfm, struct crypto_acomp, base);
156 req->base.tfm = crypto_acomp_tfm(tfm);
161 return __crypto_acomp_tfm(req->base.tfm);
219 req->base.complete = cmpl;
220 req->base.data = data;
221 req->base.flags = flgs;
264 struct crypto_alg *alg = tfm->base.__crt_alg;
286 struct crypto_alg *alg = tfm->base.__crt_alg;