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

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dauthsrv.c161 params.ocsp_stapling_response =
162 hapd->conf->ocsp_stapling_response;
H A Dap_config.h303 char *ocsp_stapling_response; member in struct:hostapd_bss_config
H A Dap_config.c445 os_free(conf->ocsp_stapling_response);
/external/wpa_supplicant_8/src/ap/
H A Dauthsrv.c161 params.ocsp_stapling_response =
162 hapd->conf->ocsp_stapling_response;
H A Dap_config.h303 char *ocsp_stapling_response; member in struct:hostapd_bss_config
H A Dap_config.c445 os_free(conf->ocsp_stapling_response);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dauthsrv.c161 params.ocsp_stapling_response =
162 hapd->conf->ocsp_stapling_response;
H A Dap_config.h303 char *ocsp_stapling_response; member in struct:hostapd_bss_config
H A Dap_config.c445 os_free(conf->ocsp_stapling_response);
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls.h127 * @ocsp_stapling_response: DER encoded file with cached OCSP stapling response
166 const char *ocsp_stapling_response; member in struct:tls_connection_params
H A Dtls_openssl.c93 char *ocsp_stapling_response; member in struct:tls_context
871 os_free(tls_global->ocsp_stapling_response);
872 tls_global->ocsp_stapling_response = NULL;
3170 if (tls_global->ocsp_stapling_response == NULL) {
3175 resp = os_readfile(tls_global->ocsp_stapling_response, &len);
3343 os_free(tls_global->ocsp_stapling_response);
3344 if (params->ocsp_stapling_response)
3345 tls_global->ocsp_stapling_response =
3346 os_strdup(params->ocsp_stapling_response);
3348 tls_global->ocsp_stapling_response
[all...]
/external/wpa_supplicant_8/src/crypto/
H A Dtls.h127 * @ocsp_stapling_response: DER encoded file with cached OCSP stapling response
166 const char *ocsp_stapling_response; member in struct:tls_connection_params
H A Dtls_openssl.c93 char *ocsp_stapling_response; member in struct:tls_context
871 os_free(tls_global->ocsp_stapling_response);
872 tls_global->ocsp_stapling_response = NULL;
3170 if (tls_global->ocsp_stapling_response == NULL) {
3175 resp = os_readfile(tls_global->ocsp_stapling_response, &len);
3343 os_free(tls_global->ocsp_stapling_response);
3344 if (params->ocsp_stapling_response)
3345 tls_global->ocsp_stapling_response =
3346 os_strdup(params->ocsp_stapling_response);
3348 tls_global->ocsp_stapling_response
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls.h127 * @ocsp_stapling_response: DER encoded file with cached OCSP stapling response
166 const char *ocsp_stapling_response; member in struct:tls_connection_params
H A Dtls_openssl.c93 char *ocsp_stapling_response; member in struct:tls_context
871 os_free(tls_global->ocsp_stapling_response);
872 tls_global->ocsp_stapling_response = NULL;
3170 if (tls_global->ocsp_stapling_response == NULL) {
3175 resp = os_readfile(tls_global->ocsp_stapling_response, &len);
3343 os_free(tls_global->ocsp_stapling_response);
3344 if (params->ocsp_stapling_response)
3345 tls_global->ocsp_stapling_response =
3346 os_strdup(params->ocsp_stapling_response);
3348 tls_global->ocsp_stapling_response
[all...]
/external/wpa_supplicant_8/hostapd/
H A Dconfig_file.c1981 } else if (os_strcmp(buf, "ocsp_stapling_response") == 0) {
1982 os_free(bss->ocsp_stapling_response);
1983 bss->ocsp_stapling_response = os_strdup(pos);

Completed in 179 milliseconds