Searched refs:async_wait (Results 1 – 4 of 4) sorted by relevance
16 wait_queue_head_t async_wait; member
223 ctx->async_wait.err = err; in tls_decrypt_done()240 complete(&ctx->async_wait.completion); in tls_decrypt_done()246 crypto_wait_req(-EINPROGRESS, &ctx->async_wait); in tls_decrypt_async_wait()249 return ctx->async_wait.err; in tls_decrypt_async_wait()496 ctx->async_wait.err = -sk->sk_err; in tls_encrypt_done()498 ctx->async_wait.err = err; in tls_encrypt_done()521 complete(&ctx->async_wait.completion); in tls_encrypt_done()527 crypto_wait_req(-EINPROGRESS, &ctx->async_wait); in tls_encrypt_async_wait()530 return ctx->async_wait.err; in tls_encrypt_async_wait()2044 err = ctx->async_wait.err; in tls_sw_recvmsg()[all …]
97 struct crypto_wait async_wait; member127 struct crypto_wait async_wait; member
1907 closure_wait(&j->async_wait, cl); in CLOSURE_CALLBACK()