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

  /external/wpa_supplicant_8/src/crypto/
tls_gnutls.c 465 char *match, *altmatch;
476 altmatch = conn ? conn->altsubject_match : NULL;
491 } else if (depth == 0 && altmatch &&
492 !tls_match_altsubject(err_cert, altmatch)) {
494 "'%s' not found", altmatch);
tls_openssl.c 1391 char *match, *altmatch, *suffix_match; local
    [all...]

Completed in 43 milliseconds