Lines Matching refs:EINPROGRESS
179 backlog->complete(backlog, -EINPROGRESS); in cryptd_queue_worker()
250 if (err != -EINPROGRESS && refcnt && refcount_dec_and_test(&ctx->refcnt)) in cryptd_skcipher_complete()
264 if (unlikely(err == -EINPROGRESS)) in cryptd_skcipher_encrypt()
292 if (unlikely(err == -EINPROGRESS)) in cryptd_skcipher_decrypt()
487 if (err != -EINPROGRESS && refcnt && refcount_dec_and_test(&ctx->refcnt)) in cryptd_hash_complete()
499 if (unlikely(err == -EINPROGRESS)) in cryptd_hash_init()
524 if (unlikely(err == -EINPROGRESS)) in cryptd_hash_update()
545 if (unlikely(err == -EINPROGRESS)) in cryptd_hash_final()
566 if (unlikely(err == -EINPROGRESS)) in cryptd_hash_finup()
590 if (unlikely(err == -EINPROGRESS)) in cryptd_hash_digest()
728 if (unlikely(err == -EINPROGRESS)) in cryptd_aead_crypt()
741 if (err != -EINPROGRESS && refcnt && refcount_dec_and_test(&ctx->refcnt)) in cryptd_aead_crypt()