Searched refs:decrypt_pending (Results 1 – 2 of 2) sorted by relevance
210 pending = atomic_dec_return(&ctx->decrypt_pending); in tls_decrypt_done()248 atomic_inc(&ctx->decrypt_pending); in tls_do_decryption()264 atomic_dec(&ctx->decrypt_pending); in tls_do_decryption()1934 pending = atomic_read(&ctx->decrypt_pending); in tls_sw_recvmsg()
159 atomic_t decrypt_pending; member