Lines Matching defs:ahash_wait
318 static inline int ahash_wait(int err, struct crypto_wait *wait)
352 rc = ahash_wait(crypto_ahash_init(req), &wait);
388 rc = ahash_wait(ahash_rc, &wait);
401 * from ahash_wait()
403 ahash_wait(ahash_rc, &wait);
412 rc = ahash_wait(ahash_rc, &wait);
426 rc = ahash_wait(ahash_rc, &wait);
433 rc = ahash_wait(crypto_ahash_final(req), &wait);
683 rc = ahash_wait(crypto_ahash_init(req), &wait);
693 rc = ahash_wait(ahash_rc, &wait);
696 rc = ahash_wait(crypto_ahash_final(req), &wait);