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

  /external/wpa_supplicant_8/src/crypto/
tls_internal.c 20 static int tls_ref_count = 0; variable
44 if (tls_ref_count == 0) {
54 tls_ref_count++;
71 tls_ref_count--;
72 if (tls_ref_count == 0) {
tls_wolfssl.c 38 static int tls_ref_count = 0; variable
206 if (tls_ref_count == 0) {
214 tls_ref_count++;
219 tls_ref_count--;
222 if (tls_ref_count == 0) {
267 tls_ref_count--;
268 if (tls_ref_count == 0) {
    [all...]

Completed in 346 milliseconds