Home
last modified time | relevance | path

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

/src/contrib/wpa/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()
/src/contrib/wpa/src/crypto/
H A 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()
H A Dtls.h220 const char *ocsp_stapling_response_multi; member
/src/contrib/wpa/src/ap/
H A Dauthsrv.c331 params.ocsp_stapling_response_multi = in authsrv_init()
332 hapd->conf->ocsp_stapling_response_multi; in authsrv_init()
H A Dap_config.h434 char *ocsp_stapling_response_multi; member
H A Dap_config.c854 os_free(conf->ocsp_stapling_response_multi); in hostapd_config_free_bss()
/src/contrib/wpa/hostapd/
H A Dconfig_file.c2667 os_free(bss->ocsp_stapling_response_multi); in hostapd_config_fill()
2668 bss->ocsp_stapling_response_multi = os_strdup(pos); in hostapd_config_fill()