Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/crypto/
H A Dtls_openssl.c207 static int tls_openssl_ref_count = 0; variable
1019 if (tls_openssl_ref_count == 0) { in tls_init()
1083 tls_openssl_ref_count++; in tls_init()
1091 tls_openssl_ref_count--; in tls_init()
1094 if (tls_openssl_ref_count == 0) { in tls_init()
1212 tls_openssl_ref_count--; in tls_deinit()
1213 if (tls_openssl_ref_count == 0) { in tls_deinit()