Searched defs:x509_name_compare (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/tls/
H A Dx509v3.c141 * x509_name_compare - Compare X.509 certificate names
147 int x509_name_compare(struct x509_name *a, struct x509_name *b) function
1874 if (x509_name_compare(&cert->issuer,
1917 if (x509_name_compare(&cert->issuer, &trust->subject)
1975 if (x509_name_compare(&cert->subject, name) == 0)
1989 return x509_name_compare(&cert->issuer, &cert->subject) == 0;
/external/wpa_supplicant_8/src/tls/
H A Dx509v3.c141 * x509_name_compare - Compare X.509 certificate names
147 int x509_name_compare(struct x509_name *a, struct x509_name *b) function
1874 if (x509_name_compare(&cert->issuer,
1917 if (x509_name_compare(&cert->issuer, &trust->subject)
1975 if (x509_name_compare(&cert->subject, name) == 0)
1989 return x509_name_compare(&cert->issuer, &cert->subject) == 0;
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dx509v3.c141 * x509_name_compare - Compare X.509 certificate names
147 int x509_name_compare(struct x509_name *a, struct x509_name *b) function
1874 if (x509_name_compare(&cert->issuer,
1917 if (x509_name_compare(&cert->issuer, &trust->subject)
1975 if (x509_name_compare(&cert->subject, name) == 0)
1989 return x509_name_compare(&cert->issuer, &cert->subject) == 0;

Completed in 203 milliseconds