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

/external/wpa_supplicant/
H A Dx509v3.c106 static int x509_str_compare(const char *a, const char *b) function
157 res = x509_str_compare(a->cn, b->cn);
160 res = x509_str_compare(a->c, b->c);
163 res = x509_str_compare(a->l, b->l);
166 res = x509_str_compare(a->st, b->st);
169 res = x509_str_compare(a->o, b->o);
172 res = x509_str_compare(a->ou, b->ou);
175 res = x509_str_compare(a->email, b->email);
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
H A Dx509v3.c106 static int x509_str_compare(const char *a, const char *b) function
157 res = x509_str_compare(a->cn, b->cn);
160 res = x509_str_compare(a->c, b->c);
163 res = x509_str_compare(a->l, b->l);
166 res = x509_str_compare(a->st, b->st);
169 res = x509_str_compare(a->o, b->o);
172 res = x509_str_compare(a->ou, b->ou);
175 res = x509_str_compare(a->email, b->email);

Completed in 76 milliseconds