Home
last modified time | relevance | path

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

/external/wpa_supplicant/
Dtls_openssl.c56 static int tls_openssl_ref_count = 0; variable
733 if (tls_openssl_ref_count == 0) { in tls_init()
744 tls_openssl_ref_count++; in tls_init()
778 tls_openssl_ref_count--; in tls_deinit()
779 if (tls_openssl_ref_count == 0) { in tls_deinit()
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
Dtls_openssl.c66 static int tls_openssl_ref_count = 0; variable
683 if (tls_openssl_ref_count == 0) { in tls_init()
706 tls_openssl_ref_count++; in tls_init()
740 tls_openssl_ref_count--; in tls_deinit()
741 if (tls_openssl_ref_count == 0) { in tls_deinit()
/external/wpa_supplicant_8/src/crypto/
Dtls_openssl.c56 static int tls_openssl_ref_count = 0; variable
690 if (tls_openssl_ref_count == 0) { in tls_init()
741 tls_openssl_ref_count++; in tls_init()
775 tls_openssl_ref_count--; in tls_deinit()
776 if (tls_openssl_ref_count == 0) { in tls_deinit()