Home
last modified time | relevance | path

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

/aosp_15_r20/external/wpa_supplicant_8/src/crypto/
H A Dtls_openssl.c131 static int tls_openssl_ref_count = 0; variable
1056 if (tls_openssl_ref_count == 0) { in tls_init()
1120 tls_openssl_ref_count++; in tls_init()
1128 tls_openssl_ref_count--; in tls_init()
1131 if (tls_openssl_ref_count == 0) { in tls_init()
1249 tls_openssl_ref_count--; in tls_deinit()
1250 if (tls_openssl_ref_count == 0) { in tls_deinit()