| /src/external/bsd/wpa/dist/src/crypto/ |
| tls_wolfssl.c | 81 char *suffix_match; member in struct:tls_connection 378 os_free(conn->suffix_match); 429 const char *suffix_match, 448 os_free(conn->suffix_match); 449 conn->suffix_match = NULL; 450 if (suffix_match) { 451 conn->suffix_match = os_strdup(suffix_match); 452 if (!conn->suffix_match) 983 char *match, *altmatch, *suffix_match, *domain_match local [all...] |
| tls_gnutls.c | 62 char *suffix_match; member in struct:tls_connection 286 os_free(conn->suffix_match); 386 os_free(conn->suffix_match); 387 conn->suffix_match = NULL; 388 if (params->suffix_match) { 389 conn->suffix_match = os_strdup(params->suffix_match); 390 if (conn->suffix_match == NULL) 1329 if (conn->suffix_match && 1330 !tls_match_suffix(cert, conn->suffix_match, 0)) [all...] |
| tls.h | 135 * @suffix_match: Semicolon deliminated string of values to suffix match against 194 const char *suffix_match; member in struct:tls_connection_params
|
| tls_openssl.c | 249 char *subject_match, *altsubject_match, *suffix_match, *domain_match; member in struct:tls_connection 1789 os_free(conn->suffix_match); 2502 char *match, *altmatch, *suffix_match, *domain_match; local 2532 suffix_match = conn->suffix_match; 2656 } else if (depth == 0 && suffix_match && 2657 !tls_match_suffix(err_cert, suffix_match, 0)) { 2659 suffix_match); 3029 const char *suffix_match, 3049 os_free(conn->suffix_match); [all...] |
| tls_internal.c | 233 if (params->suffix_match) { 234 wpa_printf(MSG_INFO, "TLS: suffix_match not supported");
|
| /src/external/bsd/wpa/dist/src/eap_peer/ |
| eap_tls_common.c | 123 params->suffix_match = config->domain_suffix_match;
|
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| decl.cc | 7529 match suffix_match; local 7606 suffix_match = gfc_match_suffix (sym, &result); 7607 if (suffix_match == MATCH_YES) 7611 found_match = suffix_match;
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| decl.cc | 7458 match suffix_match; local 7535 suffix_match = gfc_match_suffix (sym, &result); 7536 if (suffix_match == MATCH_YES) 7540 found_match = suffix_match;
|