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

/freebsd-11.0-release/contrib/wpa/src/tls/
H A Dx509v3.c107 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);

Completed in 106 milliseconds