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

  /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 107 static int x509_str_compare(const char *a, const char *b) function
168 res = x509_str_compare(a->attr[i].value, b->attr[i].value);
172 res = x509_str_compare(a->email, b->email);
    [all...]

Completed in 39 milliseconds