Home
last modified time | relevance | path

Searched refs:ocsp_stapling_response_multi (Results 1 - 18 of 18) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
H A Dtlsv1_cred.h29 char *ocsp_stapling_response_multi; member
H A Dtlsv1_server_write.c941 conn->cred->ocsp_stapling_response_multi) { in tls_send_server_hello()
943 conn->cred->ocsp_stapling_response_multi, in tls_send_server_hello()
H A Dtlsv1_cred.c40 os_free(cred->ocsp_stapling_response_multi); in tlsv1_cred_free()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
H A Dtlsv1_cred.h29 char *ocsp_stapling_response_multi; member
H A Dtlsv1_server_write.c941 conn->cred->ocsp_stapling_response_multi) { in tls_send_server_hello()
943 conn->cred->ocsp_stapling_response_multi, in tls_send_server_hello()
H A Dtlsv1_cred.c40 os_free(cred->ocsp_stapling_response_multi); in tlsv1_cred_free()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dauthsrv.c241 params.ocsp_stapling_response_multi = in authsrv_init()
242 hapd->conf->ocsp_stapling_response_multi; in authsrv_init()
H A Dap_config.h419 char *ocsp_stapling_response_multi; member
H A Dap_config.c710 os_free(conf->ocsp_stapling_response_multi); in hostapd_config_free_bss()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dtls_internal.c354 if (params->ocsp_stapling_response_multi) in tls_global_set_params()
355 cred->ocsp_stapling_response_multi = in tls_global_set_params()
356 os_strdup(params->ocsp_stapling_response_multi); in tls_global_set_params()
H A Dtls.h168 * @ocsp_stapling_response_multi: DER encoded file with cached OCSP stapling
216 const char *ocsp_stapling_response_multi; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dtls_internal.c354 if (params->ocsp_stapling_response_multi) in tls_global_set_params()
355 cred->ocsp_stapling_response_multi = in tls_global_set_params()
356 os_strdup(params->ocsp_stapling_response_multi); in tls_global_set_params()
H A Dtls.h174 * @ocsp_stapling_response_multi: DER encoded file with cached OCSP stapling
222 const char *ocsp_stapling_response_multi; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dauthsrv.c275 params.ocsp_stapling_response_multi = in authsrv_init()
276 hapd->conf->ocsp_stapling_response_multi; in authsrv_init()
H A Dap_config.h425 char *ocsp_stapling_response_multi; member
H A Dap_config.c805 os_free(conf->ocsp_stapling_response_multi); in hostapd_config_free_bss()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dap_config_file.c2639 } else if (os_strcmp(buf, "ocsp_stapling_response_multi") == 0) { in hostapd_config_fill()
2640 os_free(bss->ocsp_stapling_response_multi); in hostapd_config_fill()
2641 bss->ocsp_stapling_response_multi = os_strdup(pos); in hostapd_config_fill()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H A Dap_config_file.c2553 } else if (os_strcmp(buf, "ocsp_stapling_response_multi") == 0) {
2554 os_free(bss->ocsp_stapling_response_multi);
2555 bss->ocsp_stapling_response_multi = os_strdup(pos);

Completed in 28 milliseconds