Searched refs:x509_str_compare (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/tls/
H A Dx509v3.c108 static int x509_str_compare(const char *a, const char *b) function
169 res = x509_str_compare(a->attr[i].value, b->attr[i].value);
173 res = x509_str_compare(a->email, b->email);
/external/wpa_supplicant_8/src/tls/
H A Dx509v3.c108 static int x509_str_compare(const char *a, const char *b) function
169 res = x509_str_compare(a->attr[i].value, b->attr[i].value);
173 res = x509_str_compare(a->email, b->email);
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dx509v3.c108 static int x509_str_compare(const char *a, const char *b) function
169 res = x509_str_compare(a->attr[i].value, b->attr[i].value);
173 res = x509_str_compare(a->email, b->email);

Completed in 124 milliseconds