Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/crypto/
Dtls_gnutls.c41 char *ocsp_stapling_response; member
138 os_free(global->ocsp_stapling_response); in tls_deinit()
622 if (!global->ocsp_stapling_response) { in server_ocsp_status_req()
627 cached = os_readfile(global->ocsp_stapling_response, &len); in server_ocsp_status_req()
631 global->ocsp_stapling_response); in server_ocsp_status_req()
747 os_free(global->ocsp_stapling_response); in tls_global_set_params()
748 if (params->ocsp_stapling_response) in tls_global_set_params()
749 global->ocsp_stapling_response = in tls_global_set_params()
750 os_strdup(params->ocsp_stapling_response); in tls_global_set_params()
752 global->ocsp_stapling_response = NULL; in tls_global_set_params()
Dtls_internal.c334 if (params->ocsp_stapling_response) in tls_global_set_params()
335 cred->ocsp_stapling_response = in tls_global_set_params()
336 os_strdup(params->ocsp_stapling_response); in tls_global_set_params()
Dtls_openssl.c190 char *ocsp_stapling_response; member
1063 os_free(tls_global->ocsp_stapling_response); in tls_deinit()
1064 tls_global->ocsp_stapling_response = NULL; in tls_deinit()
3915 if (tls_global->ocsp_stapling_response == NULL) { in ocsp_status_cb()
3920 resp = os_readfile(tls_global->ocsp_stapling_response, &len); in ocsp_status_cb()
4147 os_free(tls_global->ocsp_stapling_response); in tls_global_set_params()
4148 if (params->ocsp_stapling_response) in tls_global_set_params()
4149 tls_global->ocsp_stapling_response = in tls_global_set_params()
4150 os_strdup(params->ocsp_stapling_response); in tls_global_set_params()
4152 tls_global->ocsp_stapling_response = NULL; in tls_global_set_params()
Dtls.h186 const char *ocsp_stapling_response; member
/external/wpa_supplicant_8/src/tls/
Dtlsv1_cred.h28 char *ocsp_stapling_response; member
Dtlsv1_server_write.c944 conn->cred->ocsp_stapling_response) { in tls_send_server_hello()
945 ocsp_resp = os_readfile(conn->cred->ocsp_stapling_response, in tls_send_server_hello()
Dtlsv1_cred.c39 os_free(cred->ocsp_stapling_response); in tlsv1_cred_free()
/external/wpa_supplicant_8/src/ap/
Dauthsrv.c174 params.ocsp_stapling_response = in authsrv_init()
175 hapd->conf->ocsp_stapling_response; in authsrv_init()
Dap_config.h365 char *ocsp_stapling_response; member
Dap_config.c491 os_free(conf->ocsp_stapling_response); in hostapd_config_free_bss()
/external/wpa_supplicant_8/hs20/server/
Dhs20-osu-server.txt176 The OSEN RADIUS server config file should have the 'ocsp_stapling_response'
199 ocsp_stapling_response=/home/user/hs20-server/ca/ocsp-server-cache.der
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c2186 os_free(bss->ocsp_stapling_response); in hostapd_config_fill()
2187 bss->ocsp_stapling_response = os_strdup(pos); in hostapd_config_fill()