Lines Matching defs:base
17 * @base: Common attributes for async crypto requests
36 struct crypto_async_request base;
49 * @base: Common crypto API algorithm data structure
54 struct crypto_tfm base;
115 * @base: Common crypto API algorithm data structure
134 struct crypto_alg base;
164 return &tfm->base;
169 return container_of(alg, struct akcipher_alg, base);
175 return container_of(tfm, struct crypto_akcipher, base);
192 req->base.tfm = crypto_akcipher_tfm(tfm);
198 return __crypto_akcipher_tfm(req->base.tfm);
259 req->base.complete = cmpl;
260 req->base.data = data;
261 req->base.flags = flgs;