Lines Matching refs:EINPROGRESS
180 backlog->complete(backlog, -EINPROGRESS); in cryptd_queue_worker()
251 if (err != -EINPROGRESS && refcnt && refcount_dec_and_test(&ctx->refcnt)) in cryptd_skcipher_complete()
265 if (unlikely(err == -EINPROGRESS)) in cryptd_skcipher_encrypt()
293 if (unlikely(err == -EINPROGRESS)) in cryptd_skcipher_decrypt()
488 if (err != -EINPROGRESS && refcnt && refcount_dec_and_test(&ctx->refcnt)) in cryptd_hash_complete()
500 if (unlikely(err == -EINPROGRESS)) in cryptd_hash_init()
525 if (unlikely(err == -EINPROGRESS)) in cryptd_hash_update()
546 if (unlikely(err == -EINPROGRESS)) in cryptd_hash_final()
567 if (unlikely(err == -EINPROGRESS)) in cryptd_hash_finup()
591 if (unlikely(err == -EINPROGRESS)) in cryptd_hash_digest()
729 if (unlikely(err == -EINPROGRESS)) in cryptd_aead_crypt()
742 if (err != -EINPROGRESS && refcnt && refcount_dec_and_test(&ctx->refcnt)) in cryptd_aead_crypt()