Home
last modified time | relevance | path

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

/hostap-latest/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-latest/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-latest/src/crypto/
Dtls_internal.c346 if (params->ocsp_stapling_response_multi) in tls_global_set_params()
347 cred->ocsp_stapling_response_multi = in tls_global_set_params()
348 os_strdup(params->ocsp_stapling_response_multi); in tls_global_set_params()
Dtls.h222 const char *ocsp_stapling_response_multi; member
/hostap-latest/src/ap/
Dauthsrv.c339 params.ocsp_stapling_response_multi = in authsrv_init()
340 hapd->conf->ocsp_stapling_response_multi; in authsrv_init()
Dap_config.h448 char *ocsp_stapling_response_multi; member
Dap_config.c861 os_free(conf->ocsp_stapling_response_multi); in hostapd_config_free_bss()
/hostap-latest/hostapd/
Dconfig_file.c2692 os_free(bss->ocsp_stapling_response_multi); in hostapd_config_fill()
2693 bss->ocsp_stapling_response_multi = os_strdup(pos); in hostapd_config_fill()