Home
last modified time | relevance | path

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

/linux/net/tls/
H A Dtls_sw.c239 if (atomic_dec_and_test(&ctx->decrypt_pending)) in tls_decrypt_done()
245 if (!atomic_dec_and_test(&ctx->decrypt_pending)) in tls_decrypt_async_wait()
247 atomic_inc(&ctx->decrypt_pending); in tls_decrypt_async_wait()
275 DEBUG_NET_WARN_ON_ONCE(atomic_read(&ctx->decrypt_pending) < 1); in tls_do_decryption()
276 atomic_inc(&ctx->decrypt_pending); in tls_do_decryption()
301 atomic_dec(&ctx->decrypt_pending); in tls_do_decryption()
2682 atomic_set(&sw_ctx_rx->decrypt_pending, 1); in init_ctx_rx()