Searched refs:ocsp_stapling_response (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/tls/
H A Dtlsv1_cred.h28 char *ocsp_stapling_response; member in struct:tlsv1_credentials
H A Dtlsv1_server_write.c947 conn->cred->ocsp_stapling_response) {
948 ocsp_resp = os_readfile(conn->cred->ocsp_stapling_response,
H A Dtlsv1_cred.c39 os_free(cred->ocsp_stapling_response);
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dtls_gnutls.c41 char *ocsp_stapling_response; member in struct:tls_global
138 os_free(global->ocsp_stapling_response);
706 if (!global->ocsp_stapling_response) {
711 cached = os_readfile(global->ocsp_stapling_response, &len);
715 global->ocsp_stapling_response);
834 os_free(global->ocsp_stapling_response);
835 if (params->ocsp_stapling_response)
836 global->ocsp_stapling_response =
837 os_strdup(params->ocsp_stapling_response);
839 global->ocsp_stapling_response
[all...]
H A Dtls_internal.c351 if (params->ocsp_stapling_response)
352 cred->ocsp_stapling_response =
353 os_strdup(params->ocsp_stapling_response);
H A Dtls.h166 * @ocsp_stapling_response: DER encoded file with cached OCSP stapling response
215 const char *ocsp_stapling_response; member in struct:tls_connection_params
H A Dtls_openssl.c215 char *ocsp_stapling_response; member in struct:tls_context
1137 os_free(tls_global->ocsp_stapling_response);
1138 tls_global->ocsp_stapling_response = NULL;
4864 if (tls_global->ocsp_stapling_response == NULL) {
4869 resp = os_readfile(tls_global->ocsp_stapling_response, &len);
5313 os_free(tls_global->ocsp_stapling_response);
5314 if (params->ocsp_stapling_response)
5315 tls_global->ocsp_stapling_response =
5316 os_strdup(params->ocsp_stapling_response);
5318 tls_global->ocsp_stapling_response
[all...]
H A Dtls_wolfssl.c59 char *ocsp_stapling_response; member in struct:tls_context
1491 void ocsp_resp_free_cb(void *ocsp_stapling_response, unsigned char *response) argument
1557 if (params->ocsp_stapling_response) {
1559 params->ocsp_stapling_response);
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dauthsrv.c239 params.ocsp_stapling_response =
240 hapd->conf->ocsp_stapling_response;
H A Dap_config.h418 char *ocsp_stapling_response; member in struct:hostapd_bss_config
H A Dap_config.c709 os_free(conf->ocsp_stapling_response);
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dconfig_file.c2550 } else if (os_strcmp(buf, "ocsp_stapling_response") == 0) {
2551 os_free(bss->ocsp_stapling_response);
2552 bss->ocsp_stapling_response = os_strdup(pos);

Completed in 161 milliseconds