Lines Matching defs:base
15 * @base: Common attributes for async crypto requests
34 struct crypto_async_request base;
46 * @base: Common crypto API algorithm data structure
49 struct crypto_tfm base;
90 * @base: Common crypto API algorithm data structure
106 struct crypto_alg base;
136 return &tfm->base;
141 return container_of(alg, struct akcipher_alg, base);
147 return container_of(tfm, struct crypto_akcipher, base);
164 req->base.tfm = crypto_akcipher_tfm(tfm);
170 return __crypto_akcipher_tfm(req->base.tfm);
231 req->base.complete = cmpl;
232 req->base.data = data;
233 req->base.flags = flgs;
291 struct crypto_alg *calg = tfm->base.__crt_alg;
315 struct crypto_alg *calg = tfm->base.__crt_alg;
339 struct crypto_alg *calg = tfm->base.__crt_alg;
366 struct crypto_alg *calg = tfm->base.__crt_alg;