Lines Matching defs:wait
99 struct crypto_wait *wait)
106 return crypto_wait_req(crypto_ahash_update(req), wait);
115 r = crypto_wait_req(crypto_ahash_update(req), wait);
129 struct crypto_wait *wait)
136 crypto_req_done, (void *)wait);
137 crypto_init_wait(wait);
139 r = crypto_wait_req(crypto_ahash_init(req), wait);
147 r = verity_hash_update(v, req, v->salt, v->salt_size, wait);
153 u8 *digest, struct crypto_wait *wait)
158 r = verity_hash_update(v, req, v->salt, v->salt_size, wait);
167 r = crypto_wait_req(crypto_ahash_final(req), wait);
176 struct crypto_wait wait;
178 r = verity_hash_init(v, req, &wait);
182 r = verity_hash_update(v, req, data, len, &wait);
186 r = verity_hash_final(v, req, digest, &wait);
372 struct bvec_iter *iter, struct crypto_wait *wait)
397 r = crypto_wait_req(crypto_ahash_update(req), wait);
477 struct crypto_wait wait;
510 r = verity_hash_init(v, req, &wait);
515 r = verity_for_io_block(v, io, &io->iter, &wait);
520 &wait);