/external/wpa_supplicant/ |
x509v3.c | 106 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); [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/tls/ |
x509v3.c | 106 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); [all...] |
/external/wpa_supplicant_8/src/tls/ |
x509v3.c | 113 static int x509_str_compare(const char *a, const char *b) function 174 res = x509_str_compare(a->attr[i].value, b->attr[i].value); 178 res = x509_str_compare(a->email, b->email); [all...] |