Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/crypto/
Dtls_internal.c20 static int tls_ref_count = 0; variable
44 if (tls_ref_count == 0) { in tls_init()
54 tls_ref_count++; in tls_init()
71 tls_ref_count--; in tls_deinit()
72 if (tls_ref_count == 0) { in tls_deinit()