HomeSort by relevance Sort by last modified time
    Searched full:x509_str_compare (Results 1 - 3 of 3) sorted by null

  /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...]

Completed in 94 milliseconds