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

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dauthsrv.c152 params.ocsp_stapling_response =
153 hapd->conf->ocsp_stapling_response;
H A Dap_config.h298 char *ocsp_stapling_response; member in struct:hostapd_bss_config
H A Dap_config.c447 os_free(conf->ocsp_stapling_response);
/external/wpa_supplicant_8/src/ap/
H A Dauthsrv.c152 params.ocsp_stapling_response =
153 hapd->conf->ocsp_stapling_response;
H A Dap_config.h298 char *ocsp_stapling_response; member in struct:hostapd_bss_config
H A Dap_config.c447 os_free(conf->ocsp_stapling_response);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dauthsrv.c152 params.ocsp_stapling_response =
153 hapd->conf->ocsp_stapling_response;
H A Dap_config.h298 char *ocsp_stapling_response; member in struct:hostapd_bss_config
H A Dap_config.c447 os_free(conf->ocsp_stapling_response);
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls.h122 * @ocsp_stapling_response: DER encoded file with cached OCSP stapling response
160 const char *ocsp_stapling_response; member in struct:tls_connection_params
H A Dtls_openssl.c82 char *ocsp_stapling_response; member in struct:tls_context
855 os_free(tls_global->ocsp_stapling_response);
856 tls_global->ocsp_stapling_response = NULL;
2916 if (tls_global->ocsp_stapling_response == NULL) {
2921 resp = os_readfile(tls_global->ocsp_stapling_response, &len);
3075 os_free(tls_global->ocsp_stapling_response);
3076 if (params->ocsp_stapling_response)
3077 tls_global->ocsp_stapling_response =
3078 os_strdup(params->ocsp_stapling_response);
3080 tls_global->ocsp_stapling_response
[all...]
/external/wpa_supplicant_8/src/crypto/
H A Dtls.h122 * @ocsp_stapling_response: DER encoded file with cached OCSP stapling response
160 const char *ocsp_stapling_response; member in struct:tls_connection_params
H A Dtls_openssl.c82 char *ocsp_stapling_response; member in struct:tls_context
855 os_free(tls_global->ocsp_stapling_response);
856 tls_global->ocsp_stapling_response = NULL;
2916 if (tls_global->ocsp_stapling_response == NULL) {
2921 resp = os_readfile(tls_global->ocsp_stapling_response, &len);
3075 os_free(tls_global->ocsp_stapling_response);
3076 if (params->ocsp_stapling_response)
3077 tls_global->ocsp_stapling_response =
3078 os_strdup(params->ocsp_stapling_response);
3080 tls_global->ocsp_stapling_response
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls.h122 * @ocsp_stapling_response: DER encoded file with cached OCSP stapling response
160 const char *ocsp_stapling_response; member in struct:tls_connection_params
H A Dtls_openssl.c82 char *ocsp_stapling_response; member in struct:tls_context
855 os_free(tls_global->ocsp_stapling_response);
856 tls_global->ocsp_stapling_response = NULL;
2916 if (tls_global->ocsp_stapling_response == NULL) {
2921 resp = os_readfile(tls_global->ocsp_stapling_response, &len);
3075 os_free(tls_global->ocsp_stapling_response);
3076 if (params->ocsp_stapling_response)
3077 tls_global->ocsp_stapling_response =
3078 os_strdup(params->ocsp_stapling_response);
3080 tls_global->ocsp_stapling_response
[all...]
/external/wpa_supplicant_8/hostapd/
H A Dconfig_file.c1853 } else if (os_strcmp(buf, "ocsp_stapling_response") == 0) {
1854 os_free(bss->ocsp_stapling_response);
1855 bss->ocsp_stapling_response = os_strdup(pos);

Completed in 219 milliseconds