Searched defs:ocsp_stapling_response (Results 1 - 9 of 9) sorted by relevance

/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/src/ap/
H A Dap_config.h303 char *ocsp_stapling_response; member in struct:hostapd_bss_config
/external/wpa_supplicant_8/src/ap/
H A Dap_config.h303 char *ocsp_stapling_response; member in struct:hostapd_bss_config
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_config.h303 char *ocsp_stapling_response; member in struct:hostapd_bss_config

Completed in 4436 milliseconds