HomeSort by relevance Sort by last modified time
    Searched refs:tls_ref_count (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
tls_internal.c 26 static int tls_ref_count = 0; variable
44 if (tls_ref_count == 0) {
54 tls_ref_count++;
66 tls_ref_count--;
67 if (tls_ref_count == 0) {
  /external/wpa_supplicant_8/src/crypto/
tls_internal.c 20 static int tls_ref_count = 0; variable
38 if (tls_ref_count == 0) {
48 tls_ref_count++;
60 tls_ref_count--;
61 if (tls_ref_count == 0) {

Completed in 20 milliseconds