Searched refs:ocsp_stapling_response_multi (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/tls/
H A Dtlsv1_cred.h29 char *ocsp_stapling_response_multi; member in struct:tlsv1_credentials
H A Dtlsv1_server_write.c941 conn->cred->ocsp_stapling_response_multi) {
943 conn->cred->ocsp_stapling_response_multi,
H A Dtlsv1_cred.c40 os_free(cred->ocsp_stapling_response_multi);
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dauthsrv.c241 params.ocsp_stapling_response_multi =
242 hapd->conf->ocsp_stapling_response_multi;
H A Dap_config.h419 char *ocsp_stapling_response_multi; member in struct:hostapd_bss_config
H A Dap_config.c710 os_free(conf->ocsp_stapling_response_multi);
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dtls_internal.c354 if (params->ocsp_stapling_response_multi)
355 cred->ocsp_stapling_response_multi =
356 os_strdup(params->ocsp_stapling_response_multi);
H A Dtls.h168 * @ocsp_stapling_response_multi: DER encoded file with cached OCSP stapling
216 const char *ocsp_stapling_response_multi; member in struct:tls_connection_params
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dconfig_file.c2553 } else if (os_strcmp(buf, "ocsp_stapling_response_multi") == 0) {
2554 os_free(bss->ocsp_stapling_response_multi);
2555 bss->ocsp_stapling_response_multi = os_strdup(pos);

Completed in 142 milliseconds