OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:altmatch
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
tls_openssl.c
1022
char *match, *
altmatch
;
local
1033
altmatch
= conn ? conn->altsubject_match : NULL;
1048
} else if (depth == 0 &&
altmatch
&&
1049
!tls_match_altsubject(err_cert,
altmatch
)) {
1051
"'%s' not found",
altmatch
);
[
all
...]
/external/wpa_supplicant_8/src/crypto/
tls_openssl.c
1182
char *match, *
altmatch
;
local
1196
altmatch
= conn->altsubject_match;
1257
} else if (depth == 0 &&
altmatch
&&
1258
!tls_match_altsubject(err_cert,
altmatch
)) {
1260
"'%s' not found",
altmatch
);
[
all
...]
Completed in 2146 milliseconds