OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:altmatch
(Results
1 - 4
of
4
) sorted by null
/external/wpa_supplicant/
tls_gnutls.c
508
char *match, *
altmatch
;
519
altmatch
= conn ? conn->altsubject_match : NULL;
534
} else if (depth == 0 &&
altmatch
&&
535
!tls_match_altsubject(err_cert,
altmatch
)) {
537
"'%s' not found",
altmatch
);
[
all
...]
tls_openssl.c
1041
char *match, *
altmatch
;
local
1052
altmatch
= conn ? conn->altsubject_match : NULL;
1067
} else if (depth == 0 &&
altmatch
&&
1068
!tls_match_altsubject(err_cert,
altmatch
)) {
1070
"'%s' not found",
altmatch
);
[
all
...]
/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
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
...]
Completed in 488 milliseconds