Home | History | Annotate | Download | only in tls

Lines Matching refs:x509_name_compare

140  * x509_name_compare - Compare X.509 certificate names
146 int x509_name_compare(struct x509_name *a, struct x509_name *b)
1606 if (x509_name_compare(&cert->issuer,
1649 if (x509_name_compare(&cert->issuer, &trust->subject)
1707 if (x509_name_compare(&cert->subject, name) == 0)
1721 return x509_name_compare(&cert->issuer, &cert->subject) == 0;