Lines Matching defs:base
79 * @base: Common attributes for async crypto requests
88 struct crypto_async_request base;
132 * @base: Definition of a generic crypto cipher algorithm.
149 struct crypto_alg base;
156 struct crypto_tfm base;
161 return container_of(tfm, struct crypto_aead, base);
182 return &tfm->base;
199 struct aead_alg, base);
316 return __crypto_aead_cast(req->base.tfm);
397 req->base.tfm = crypto_aead_tfm(tfm);
463 req->base.complete = compl;
464 req->base.data = data;
465 req->base.flags = flags;