Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/
Dtls.h180 atomic_t decrypt_pending; member
/Linux-v5.4/net/tls/
Dtls_sw.c206 pending = atomic_dec_return(&ctx->decrypt_pending); in tls_decrypt_done()
243 atomic_inc(&ctx->decrypt_pending); in tls_do_decryption()
259 atomic_dec(&ctx->decrypt_pending); in tls_do_decryption()
1860 if (atomic_read(&ctx->decrypt_pending)) { in tls_sw_recvmsg()