Home
last modified time | relevance | path

Searched refs:async_wait (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/net/tls/
Dtls_sw.c63 crypto_req_done, &ctx->async_wait); in tls_do_decryption()
65 ret = crypto_wait_req(crypto_aead_decrypt(aead_req), &ctx->async_wait); in tls_do_decryption()
191 crypto_req_done, &ctx->async_wait); in tls_do_encryption()
193 rc = crypto_wait_req(crypto_aead_encrypt(aead_req), &ctx->async_wait); in tls_do_encryption()
1190 crypto_init_wait(&sw_ctx_tx->async_wait); in tls_set_sw_offload()
1195 crypto_init_wait(&sw_ctx_rx->async_wait); in tls_set_sw_offload()
/Linux-v4.19/include/net/
Dtls.h98 struct crypto_wait async_wait; member
118 struct crypto_wait async_wait; member