Lines Matching refs:EINPROGRESS
180 backlog->complete(backlog, -EINPROGRESS); in cryptd_queue_worker()
279 if (err != -EINPROGRESS && refcnt && refcount_dec_and_test(&ctx->refcnt)) in cryptd_skcipher_complete()
293 if (unlikely(err == -EINPROGRESS)) in cryptd_skcipher_encrypt()
321 if (unlikely(err == -EINPROGRESS)) in cryptd_skcipher_decrypt()
530 if (err != -EINPROGRESS && refcnt && refcount_dec_and_test(&ctx->refcnt)) in cryptd_hash_complete()
542 if (unlikely(err == -EINPROGRESS)) in cryptd_hash_init()
567 if (unlikely(err == -EINPROGRESS)) in cryptd_hash_update()
588 if (unlikely(err == -EINPROGRESS)) in cryptd_hash_final()
609 if (unlikely(err == -EINPROGRESS)) in cryptd_hash_finup()
633 if (unlikely(err == -EINPROGRESS)) in cryptd_hash_digest()
768 if (unlikely(err == -EINPROGRESS)) in cryptd_aead_crypt()
781 if (err != -EINPROGRESS && refcnt && refcount_dec_and_test(&ctx->refcnt)) in cryptd_aead_crypt()