Lines Matching defs:base
82 * @base: Common attributes for async crypto requests
91 struct crypto_async_request base;
152 * @base: Definition of a generic crypto cipher algorithm.
173 struct crypto_alg base;
180 struct crypto_tfm base;
185 return container_of(tfm, struct crypto_aead, base);
206 return &tfm->base;
228 struct aead_alg, base);
345 return __crypto_aead_cast(req->base.tfm);
426 req->base.tfm = crypto_aead_tfm(tfm);
492 req->base.complete = compl;
493 req->base.data = data;
494 req->base.flags = flags;