Searched refs:async_wait (Results 1 – 2 of 2) sorted by relevance
63 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()
98 struct crypto_wait async_wait; member118 struct crypto_wait async_wait; member