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

/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_gnutls.c467 char *match, *altmatch;
478 altmatch = conn ? conn->altsubject_match : NULL;
493 } else if (depth == 0 && altmatch &&
494 !tls_match_altsubject(err_cert, altmatch)) {
496 "'%s' not found", altmatch);
H A Dtls_openssl.c1270 char *match, *altmatch; local
1291 altmatch = conn->altsubject_match;
1352 } else if (depth == 0 && altmatch &&
1353 !tls_match_altsubject(err_cert, altmatch)) {
1355 "'%s' not found", altmatch);
/external/wpa_supplicant_8/src/crypto/
H A Dtls_gnutls.c467 char *match, *altmatch;
478 altmatch = conn ? conn->altsubject_match : NULL;
493 } else if (depth == 0 && altmatch &&
494 !tls_match_altsubject(err_cert, altmatch)) {
496 "'%s' not found", altmatch);
H A Dtls_openssl.c1270 char *match, *altmatch; local
1291 altmatch = conn->altsubject_match;
1352 } else if (depth == 0 && altmatch &&
1353 !tls_match_altsubject(err_cert, altmatch)) {
1355 "'%s' not found", altmatch);
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls_gnutls.c467 char *match, *altmatch;
478 altmatch = conn ? conn->altsubject_match : NULL;
493 } else if (depth == 0 && altmatch &&
494 !tls_match_altsubject(err_cert, altmatch)) {
496 "'%s' not found", altmatch);
H A Dtls_openssl.c1270 char *match, *altmatch; local
1291 altmatch = conn->altsubject_match;
1352 } else if (depth == 0 && altmatch &&
1353 !tls_match_altsubject(err_cert, altmatch)) {
1355 "'%s' not found", altmatch);

Completed in 497 milliseconds