Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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()
2649 atomic_set(&sw_ctx_rx->decrypt_pending, 1); in init_ctx_rx()
/kernel/linux/linux-6.6/include/net/
H A Dtls.h134 atomic_t decrypt_pending; member
/kernel/linux/linux-5.10/net/tls/
H A Dtls_sw.c220 pending = atomic_dec_return(&ctx->decrypt_pending); in tls_decrypt_done()
258 atomic_inc(&ctx->decrypt_pending); in tls_do_decryption()
274 atomic_dec(&ctx->decrypt_pending); in tls_do_decryption()
1946 pending = atomic_read(&ctx->decrypt_pending); in tls_sw_recvmsg()
/kernel/linux/linux-5.10/include/net/
H A Dtls.h159 atomic_t decrypt_pending; member
160 /* protect crypto_wait with decrypt_pending*/

Completed in 10 milliseconds