Lines Matching refs:flags
30 u32 flags; member
47 if (walk->flags & CRYPTO_ALG_ASYNC) in hash_walk_next()
100 if (walk->flags & CRYPTO_ALG_ASYNC) in crypto_hash_walk_done()
108 crypto_yield(walk->flags); in crypto_hash_walk_done()
141 walk->flags = req->base.flags & CRYPTO_TFM_REQ_MASK; in crypto_hash_walk_first()
159 walk->flags = req->base.flags & CRYPTO_TFM_REQ_MASK; in crypto_ahash_walk_first()
160 walk->flags |= CRYPTO_ALG_ASYNC; in crypto_ahash_walk_first()
238 (req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP) ? in ahash_save_req()
271 priv->flags = req->base.flags; in ahash_save_req()
298 ahash_request_set_callback(req, priv->flags, in ahash_restore_req()
453 areq->base.flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in ahash_def_finup_done1()