Home
last modified time | relevance | path

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

/dragonfly/contrib/wpa_supplicant/src/crypto/
H A Dtls_openssl.c207 static int tls_openssl_ref_count = 0; variable
958 if (tls_openssl_ref_count == 0) { in tls_init()
1020 tls_openssl_ref_count++; in tls_init()
1028 tls_openssl_ref_count--; in tls_init()
1031 if (tls_openssl_ref_count == 0) { in tls_init()
1124 tls_openssl_ref_count--; in tls_deinit()
1125 if (tls_openssl_ref_count == 0) { in tls_deinit()