Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/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()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dtls_openssl.c212 static int tls_openssl_ref_count = 0; variable
984 if (tls_openssl_ref_count == 0) { in tls_init()
1050 tls_openssl_ref_count++; in tls_init()
1058 tls_openssl_ref_count--; in tls_init()
1061 if (tls_openssl_ref_count == 0) { in tls_init()
1160 tls_openssl_ref_count--; in tls_deinit()
1161 if (tls_openssl_ref_count == 0) { in tls_deinit()

Completed in 12 milliseconds