HomeSort by relevance Sort by last modified time
    Searched defs:altmatch (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant/
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_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 236 milliseconds