Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/crypto/
Dtls_gnutls.c24 static int tls_gnutls_ref_count = 0; variable
99 if (tls_gnutls_ref_count == 0) { in tls_init()
109 if (tls_gnutls_ref_count == 0 && gnutls_global_init() < 0) { in tls_init()
113 tls_gnutls_ref_count++; in tls_init()
139 tls_gnutls_ref_count--; in tls_deinit()
140 if (tls_gnutls_ref_count == 0) in tls_deinit()