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

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dauthsrv.c170 params.ocsp_stapling_response =
171 hapd->conf->ocsp_stapling_response;
H A Dap_config.h332 char *ocsp_stapling_response; member in struct:hostapd_bss_config
H A Dap_config.c455 os_free(conf->ocsp_stapling_response);
/external/wpa_supplicant_8/src/ap/
H A Dauthsrv.c170 params.ocsp_stapling_response =
171 hapd->conf->ocsp_stapling_response;
H A Dap_config.h332 char *ocsp_stapling_response; member in struct:hostapd_bss_config
H A Dap_config.c455 os_free(conf->ocsp_stapling_response);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dauthsrv.c170 params.ocsp_stapling_response =
171 hapd->conf->ocsp_stapling_response;
H A Dap_config.h332 char *ocsp_stapling_response; member in struct:hostapd_bss_config
H A Dap_config.c455 os_free(conf->ocsp_stapling_response);
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls.h138 * @ocsp_stapling_response: DER encoded file with cached OCSP stapling response
179 const char *ocsp_stapling_response; member in struct:tls_connection_params
H A Dtls_openssl.c77 char *ocsp_stapling_response; member in struct:tls_context
866 os_free(tls_global->ocsp_stapling_response);
867 tls_global->ocsp_stapling_response = NULL;
3413 if (tls_global->ocsp_stapling_response == NULL) {
3418 resp = os_readfile(tls_global->ocsp_stapling_response, &len);
3647 os_free(tls_global->ocsp_stapling_response);
3648 if (params->ocsp_stapling_response)
3649 tls_global->ocsp_stapling_response =
3650 os_strdup(params->ocsp_stapling_response);
3652 tls_global->ocsp_stapling_response
[all...]
/external/wpa_supplicant_8/src/crypto/
H A Dtls.h138 * @ocsp_stapling_response: DER encoded file with cached OCSP stapling response
179 const char *ocsp_stapling_response; member in struct:tls_connection_params
H A Dtls_openssl.c77 char *ocsp_stapling_response; member in struct:tls_context
866 os_free(tls_global->ocsp_stapling_response);
867 tls_global->ocsp_stapling_response = NULL;
3413 if (tls_global->ocsp_stapling_response == NULL) {
3418 resp = os_readfile(tls_global->ocsp_stapling_response, &len);
3647 os_free(tls_global->ocsp_stapling_response);
3648 if (params->ocsp_stapling_response)
3649 tls_global->ocsp_stapling_response =
3650 os_strdup(params->ocsp_stapling_response);
3652 tls_global->ocsp_stapling_response
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls.h138 * @ocsp_stapling_response: DER encoded file with cached OCSP stapling response
179 const char *ocsp_stapling_response; member in struct:tls_connection_params
H A Dtls_openssl.c77 char *ocsp_stapling_response; member in struct:tls_context
866 os_free(tls_global->ocsp_stapling_response);
867 tls_global->ocsp_stapling_response = NULL;
3413 if (tls_global->ocsp_stapling_response == NULL) {
3418 resp = os_readfile(tls_global->ocsp_stapling_response, &len);
3647 os_free(tls_global->ocsp_stapling_response);
3648 if (params->ocsp_stapling_response)
3649 tls_global->ocsp_stapling_response =
3650 os_strdup(params->ocsp_stapling_response);
3652 tls_global->ocsp_stapling_response
[all...]
/external/wpa_supplicant_8/hostapd/
H A Dconfig_file.c2070 } else if (os_strcmp(buf, "ocsp_stapling_response") == 0) {
2071 os_free(bss->ocsp_stapling_response);
2072 bss->ocsp_stapling_response = os_strdup(pos);

Completed in 171 milliseconds