OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:altmatch
(Results
1 - 4
of
4
) sorted by null
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
tls_gnutls.c
513
char *match, *
altmatch
;
524
altmatch
= conn ? conn->altsubject_match : NULL;
539
} else if (depth == 0 &&
altmatch
&&
540
!tls_match_altsubject(err_cert,
altmatch
)) {
542
"'%s' not found",
altmatch
);
[
all
...]
tls_openssl.c
1027
char *match, *
altmatch
;
local
1038
altmatch
= conn ? conn->altsubject_match : NULL;
1053
} else if (depth == 0 &&
altmatch
&&
1054
!tls_match_altsubject(err_cert,
altmatch
)) {
1056
"'%s' not found",
altmatch
);
[
all
...]
/external/wpa_supplicant_8/src/crypto/
tls_gnutls.c
467
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
);
tls_openssl.c
1187
char *match, *
altmatch
;
local
1201
altmatch
= conn->altsubject_match;
1262
} else if (depth == 0 &&
altmatch
&&
1263
!tls_match_altsubject(err_cert,
altmatch
)) {
1265
"'%s' not found",
altmatch
);
[
all
...]
Completed in 65 milliseconds