Lines Matching defs:base
16 * @base: Common attributes for async crypto requests
28 struct crypto_async_request base;
40 * @base: Common crypto API algorithm data structure
43 struct crypto_tfm base;
69 * @base: Common crypto API algorithm data structure
83 struct crypto_alg base;
109 return &tfm->base;
114 return container_of(alg, struct kpp_alg, base);
119 return container_of(tfm, struct crypto_kpp, base);
135 req->base.tfm = crypto_kpp_tfm(tfm);
140 return __crypto_kpp_tfm(req->base.tfm);
211 req->base.complete = cmpl;
212 req->base.data = data;
213 req->base.flags = flgs;
287 struct crypto_alg *calg = tfm->base.__crt_alg;
313 struct crypto_alg *calg = tfm->base.__crt_alg;
336 struct crypto_alg *calg = tfm->base.__crt_alg;