Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/wpa/src/crypto/
H A Dtls_gnutls.c41 char *ocsp_stapling_response; member
138 os_free(global->ocsp_stapling_response); in tls_deinit()
706 if (!global->ocsp_stapling_response) { in server_ocsp_status_req()
711 cached = os_readfile(global->ocsp_stapling_response, &len); in server_ocsp_status_req()
715 global->ocsp_stapling_response); in server_ocsp_status_req()
834 os_free(global->ocsp_stapling_response); in tls_global_set_params()
835 if (params->ocsp_stapling_response) in tls_global_set_params()
836 global->ocsp_stapling_response = in tls_global_set_params()
837 os_strdup(params->ocsp_stapling_response); in tls_global_set_params()
839 global->ocsp_stapling_response = NULL; in tls_global_set_params()
H A Dtls_internal.c351 if (params->ocsp_stapling_response) in tls_global_set_params()
352 cred->ocsp_stapling_response = in tls_global_set_params()
353 os_strdup(params->ocsp_stapling_response); in tls_global_set_params()
H A Dtls.h215 const char *ocsp_stapling_response; member
H A Dtls_openssl.c215 char *ocsp_stapling_response; member
1137 os_free(tls_global->ocsp_stapling_response); in tls_deinit()
1138 tls_global->ocsp_stapling_response = NULL; in tls_deinit()
4864 if (tls_global->ocsp_stapling_response == NULL) { in ocsp_status_cb()
4869 resp = os_readfile(tls_global->ocsp_stapling_response, &len); in ocsp_status_cb()
5313 os_free(tls_global->ocsp_stapling_response); in tls_global_set_params()
5314 if (params->ocsp_stapling_response) in tls_global_set_params()
5315 tls_global->ocsp_stapling_response = in tls_global_set_params()
5316 os_strdup(params->ocsp_stapling_response); in tls_global_set_params()
5318 tls_global->ocsp_stapling_response = NULL; in tls_global_set_params()
H A Dtls_wolfssl.c59 char *ocsp_stapling_response; member
1491 void ocsp_resp_free_cb(void *ocsp_stapling_response, unsigned char *response) in ocsp_resp_free_cb() argument
1557 if (params->ocsp_stapling_response) { in tls_global_set_params()
1559 params->ocsp_stapling_response); in tls_global_set_params()
/freebsd-12.1/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-12.1/contrib/wpa/src/ap/
H A Dauthsrv.c239 params.ocsp_stapling_response = in authsrv_init()
240 hapd->conf->ocsp_stapling_response; in authsrv_init()
H A Dap_config.h418 char *ocsp_stapling_response; member
H A Dap_config.c709 os_free(conf->ocsp_stapling_response); in hostapd_config_free_bss()
/freebsd-12.1/contrib/wpa/hostapd/
H A Dconfig_file.c2551 os_free(bss->ocsp_stapling_response);
2552 bss->ocsp_stapling_response = os_strdup(pos);