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

12

/external/wpa_supplicant_8/hostapd/src/tls/
H A Dtlsv1_cred.h28 char *ocsp_stapling_response; member in struct:tlsv1_credentials
H A Dtlsv1_server_write.c944 conn->cred->ocsp_stapling_response) {
945 ocsp_resp = os_readfile(conn->cred->ocsp_stapling_response,
/external/wpa_supplicant_8/src/tls/
H A Dtlsv1_cred.h28 char *ocsp_stapling_response; member in struct:tlsv1_credentials
H A Dtlsv1_server_write.c944 conn->cred->ocsp_stapling_response) {
945 ocsp_resp = os_readfile(conn->cred->ocsp_stapling_response,
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dtlsv1_cred.h28 char *ocsp_stapling_response; member in struct:tlsv1_credentials
H A Dtlsv1_server_write.c944 conn->cred->ocsp_stapling_response) {
945 ocsp_resp = os_readfile(conn->cred->ocsp_stapling_response,
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dauthsrv.c174 params.ocsp_stapling_response =
175 hapd->conf->ocsp_stapling_response;
H A Dap_config.h365 char *ocsp_stapling_response; member in struct:hostapd_bss_config
H A Dap_config.c491 os_free(conf->ocsp_stapling_response);
/external/wpa_supplicant_8/src/ap/
H A Dauthsrv.c174 params.ocsp_stapling_response =
175 hapd->conf->ocsp_stapling_response;
H A Dap_config.h365 char *ocsp_stapling_response; member in struct:hostapd_bss_config
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dauthsrv.c174 params.ocsp_stapling_response =
175 hapd->conf->ocsp_stapling_response;
H A Dap_config.h365 char *ocsp_stapling_response; member in struct:hostapd_bss_config
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_gnutls.c41 char *ocsp_stapling_response; member in struct:tls_global
138 os_free(global->ocsp_stapling_response);
622 if (!global->ocsp_stapling_response) {
627 cached = os_readfile(global->ocsp_stapling_response, &len);
631 global->ocsp_stapling_response);
747 os_free(global->ocsp_stapling_response);
748 if (params->ocsp_stapling_response)
749 global->ocsp_stapling_response =
750 os_strdup(params->ocsp_stapling_response);
752 global->ocsp_stapling_response
[all...]
H A Dtls_internal.c334 if (params->ocsp_stapling_response)
335 cred->ocsp_stapling_response =
336 os_strdup(params->ocsp_stapling_response);
H A Dtls.h142 * @ocsp_stapling_response: DER encoded file with cached OCSP stapling response
186 const char *ocsp_stapling_response; member in struct:tls_connection_params
H A Dtls_openssl.c190 char *ocsp_stapling_response; member in struct:tls_context
1063 os_free(tls_global->ocsp_stapling_response);
1064 tls_global->ocsp_stapling_response = NULL;
3915 if (tls_global->ocsp_stapling_response == NULL) {
3920 resp = os_readfile(tls_global->ocsp_stapling_response, &len);
4147 os_free(tls_global->ocsp_stapling_response);
4148 if (params->ocsp_stapling_response)
4149 tls_global->ocsp_stapling_response =
4150 os_strdup(params->ocsp_stapling_response);
4152 tls_global->ocsp_stapling_response
[all...]
/external/wpa_supplicant_8/src/crypto/
H A Dtls_gnutls.c41 char *ocsp_stapling_response; member in struct:tls_global
138 os_free(global->ocsp_stapling_response);
622 if (!global->ocsp_stapling_response) {
627 cached = os_readfile(global->ocsp_stapling_response, &len);
631 global->ocsp_stapling_response);
747 os_free(global->ocsp_stapling_response);
748 if (params->ocsp_stapling_response)
749 global->ocsp_stapling_response =
750 os_strdup(params->ocsp_stapling_response);
752 global->ocsp_stapling_response
[all...]
H A Dtls_internal.c334 if (params->ocsp_stapling_response)
335 cred->ocsp_stapling_response =
336 os_strdup(params->ocsp_stapling_response);
H A Dtls.h142 * @ocsp_stapling_response: DER encoded file with cached OCSP stapling response
186 const char *ocsp_stapling_response; member in struct:tls_connection_params
H A Dtls_openssl.c190 char *ocsp_stapling_response; member in struct:tls_context
1063 os_free(tls_global->ocsp_stapling_response);
1064 tls_global->ocsp_stapling_response = NULL;
3915 if (tls_global->ocsp_stapling_response == NULL) {
3920 resp = os_readfile(tls_global->ocsp_stapling_response, &len);
4147 os_free(tls_global->ocsp_stapling_response);
4148 if (params->ocsp_stapling_response)
4149 tls_global->ocsp_stapling_response =
4150 os_strdup(params->ocsp_stapling_response);
4152 tls_global->ocsp_stapling_response
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls_gnutls.c41 char *ocsp_stapling_response; member in struct:tls_global
138 os_free(global->ocsp_stapling_response);
622 if (!global->ocsp_stapling_response) {
627 cached = os_readfile(global->ocsp_stapling_response, &len);
631 global->ocsp_stapling_response);
747 os_free(global->ocsp_stapling_response);
748 if (params->ocsp_stapling_response)
749 global->ocsp_stapling_response =
750 os_strdup(params->ocsp_stapling_response);
752 global->ocsp_stapling_response
[all...]
H A Dtls_internal.c334 if (params->ocsp_stapling_response)
335 cred->ocsp_stapling_response =
336 os_strdup(params->ocsp_stapling_response);
H A Dtls.h142 * @ocsp_stapling_response: DER encoded file with cached OCSP stapling response
186 const char *ocsp_stapling_response; member in struct:tls_connection_params
H A Dtls_openssl.c190 char *ocsp_stapling_response; member in struct:tls_context
1063 os_free(tls_global->ocsp_stapling_response);
1064 tls_global->ocsp_stapling_response = NULL;
3915 if (tls_global->ocsp_stapling_response == NULL) {
3920 resp = os_readfile(tls_global->ocsp_stapling_response, &len);
4147 os_free(tls_global->ocsp_stapling_response);
4148 if (params->ocsp_stapling_response)
4149 tls_global->ocsp_stapling_response =
4150 os_strdup(params->ocsp_stapling_response);
4152 tls_global->ocsp_stapling_response
[all...]

Completed in 364 milliseconds

12