Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/crypto/
H A Dtls_gnutls.c41 char *ocsp_stapling_response; member
140 os_free(global->ocsp_stapling_response); in tls_deinit()
716 if (!global->ocsp_stapling_response) { in server_ocsp_status_req()
721 cached = os_readfile(global->ocsp_stapling_response, &len); in server_ocsp_status_req()
725 global->ocsp_stapling_response); in server_ocsp_status_req()
844 os_free(global->ocsp_stapling_response); in tls_global_set_params()
845 if (params->ocsp_stapling_response) in tls_global_set_params()
846 global->ocsp_stapling_response = in tls_global_set_params()
847 os_strdup(params->ocsp_stapling_response); in tls_global_set_params()
849 global->ocsp_stapling_response = NULL; in tls_global_set_params()
H A Dtls_internal.c343 if (params->ocsp_stapling_response) in tls_global_set_params()
344 cred->ocsp_stapling_response = in tls_global_set_params()
345 os_strdup(params->ocsp_stapling_response); in tls_global_set_params()
H A Dtls.h219 const char *ocsp_stapling_response; member
H A Dtls_openssl.c226 char *ocsp_stapling_response; member
1500 os_free(tls_global->ocsp_stapling_response);
1501 tls_global->ocsp_stapling_response = NULL;
5590 if (tls_global->ocsp_stapling_response == NULL) {
5595 resp = os_readfile(tls_global->ocsp_stapling_response, &len);
6138 os_free(tls_global->ocsp_stapling_response);
6139 if (params->ocsp_stapling_response)
6140 tls_global->ocsp_stapling_response =
6141 os_strdup(params->ocsp_stapling_response);
6143 tls_global->ocsp_stapling_response = NULL;
H A Dtls_wolfssl.c66 char *ocsp_stapling_response; member
1864 void ocsp_resp_free_cb(void *ocsp_stapling_response, unsigned char *response) in ocsp_resp_free_cb() argument
1947 if (params->ocsp_stapling_response) { in tls_global_set_params()
1976 params->ocsp_stapling_response) != in tls_global_set_params()
/freebsd/contrib/wpa/src/tls/
H A Dtlsv1_cred.h28 char *ocsp_stapling_response; member
H A Dtlsv1_server_write.c947 conn->cred->ocsp_stapling_response) { in tls_send_server_hello()
948 ocsp_resp = os_readfile(conn->cred->ocsp_stapling_response, in tls_send_server_hello()
H A Dtlsv1_cred.c39 os_free(cred->ocsp_stapling_response); in tlsv1_cred_free()
/freebsd/contrib/wpa/src/ap/
H A Dauthsrv.c435 params.ocsp_stapling_response = in authsrv_init()
436 hapd->conf->ocsp_stapling_response; in authsrv_init()
H A Dap_config.h450 char *ocsp_stapling_response; member
H A Dap_config.c879 os_free(conf->ocsp_stapling_response); in hostapd_config_free_bss()
/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c2596 os_free(bss->ocsp_stapling_response); in hostapd_config_fill()
2597 bss->ocsp_stapling_response = os_strdup(pos); in hostapd_config_fill()