Home
last modified time | relevance | path

Searched refs:ocsp_stapling_response (Results 1 – 7 of 7) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dauthsrv.c170 params.ocsp_stapling_response = in authsrv_init()
171 hapd->conf->ocsp_stapling_response; in authsrv_init()
Dap_config.h332 char *ocsp_stapling_response; member
Dap_config.c455 os_free(conf->ocsp_stapling_response); in hostapd_config_free_bss()
/external/wpa_supplicant_8/src/crypto/
Dtls_openssl.c77 char *ocsp_stapling_response; member
866 os_free(tls_global->ocsp_stapling_response); in tls_deinit()
867 tls_global->ocsp_stapling_response = NULL; in tls_deinit()
3413 if (tls_global->ocsp_stapling_response == NULL) { in ocsp_status_cb()
3418 resp = os_readfile(tls_global->ocsp_stapling_response, &len); in ocsp_status_cb()
3647 os_free(tls_global->ocsp_stapling_response); in tls_global_set_params()
3648 if (params->ocsp_stapling_response) in tls_global_set_params()
3649 tls_global->ocsp_stapling_response = in tls_global_set_params()
3650 os_strdup(params->ocsp_stapling_response); in tls_global_set_params()
3652 tls_global->ocsp_stapling_response = NULL; in tls_global_set_params()
Dtls.h179 const char *ocsp_stapling_response; member
/external/wpa_supplicant_8/hs20/server/
Dhs20-osu-server.txt176 The OSEN RADIUS server config file should have the 'ocsp_stapling_response'
199 ocsp_stapling_response=/home/user/hs20-server/ca/ocsp-server-cache.der
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c2071 os_free(bss->ocsp_stapling_response); in hostapd_config_fill()
2072 bss->ocsp_stapling_response = os_strdup(pos); in hostapd_config_fill()