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

/freebsd-11.0-release/crypto/openssl/crypto/x509/
H A Dx509_cmp.c115 int X509_subject_name_cmp(const X509 *a, const X509 *b) function
H A Dx509_lu.c170 ret = X509_subject_name_cmp((*a)->data.x509, (*b)->data.x509);
H A Dx509.h970 int X509_subject_name_cmp(const X509 *a, const X509 *b);
H A Dx509_vfy.c150 return X509_subject_name_cmp(*a, *b);

Completed in 108 milliseconds