Home
last modified time | relevance | path

Searched refs:ocsp_stapling_response_multi (Results 1 – 11 of 11) sorted by relevance

/hostap-3.7.0/src/tls/
Dtlsv1_cred.h29 char *ocsp_stapling_response_multi; member
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()
Dtlsv1_cred.c40 os_free(cred->ocsp_stapling_response_multi); in tlsv1_cred_free()
/hostap-3.7.0/tests/hwsim/auth_serv/
Das2.conf15 ocsp_stapling_response_multi=auth_serv/ocsp-multi-server-cache.der
Das.conf15 ocsp_stapling_response_multi=auth_serv/ocsp-multi-server-cache.der
/hostap-3.7.0/src/crypto/
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()
Dtls.h216 const char *ocsp_stapling_response_multi; member
/hostap-3.7.0/src/ap/
Dauthsrv.c275 params.ocsp_stapling_response_multi = in authsrv_init()
276 hapd->conf->ocsp_stapling_response_multi; in authsrv_init()
Dap_config.h425 char *ocsp_stapling_response_multi; member
Dap_config.c807 os_free(conf->ocsp_stapling_response_multi); in hostapd_config_free_bss()
/hostap-3.7.0/hostapd/
Dconfig_file.c2554 os_free(bss->ocsp_stapling_response_multi); in hostapd_config_fill()
2555 bss->ocsp_stapling_response_multi = os_strdup(pos); in hostapd_config_fill()