Home
last modified time | relevance | path

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

/Linux-v6.1/include/net/
Dtls.h148 atomic_t decrypt_pending; member
/Linux-v6.1/net/tls/
Dtls_sw.c216 if (!atomic_dec_return(&ctx->decrypt_pending)) in tls_decrypt_done()
244 atomic_inc(&ctx->decrypt_pending); in tls_do_decryption()
2090 pending = atomic_read(&ctx->decrypt_pending); in tls_sw_recvmsg()