Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/crypto/
Dtls_gnutls.c41 char *ocsp_stapling_response; member
138 os_free(global->ocsp_stapling_response); in tls_deinit()
706 if (!global->ocsp_stapling_response) { in server_ocsp_status_req()
711 cached = os_readfile(global->ocsp_stapling_response, &len); in server_ocsp_status_req()
715 global->ocsp_stapling_response); in server_ocsp_status_req()
834 os_free(global->ocsp_stapling_response); in tls_global_set_params()
835 if (params->ocsp_stapling_response) in tls_global_set_params()
836 global->ocsp_stapling_response = in tls_global_set_params()
837 os_strdup(params->ocsp_stapling_response); in tls_global_set_params()
839 global->ocsp_stapling_response = NULL; in tls_global_set_params()
Dtls_internal.c351 if (params->ocsp_stapling_response) in tls_global_set_params()
352 cred->ocsp_stapling_response = in tls_global_set_params()
353 os_strdup(params->ocsp_stapling_response); in tls_global_set_params()
Dtls.h215 const char *ocsp_stapling_response; member
Dtls_wolfssl.c59 char *ocsp_stapling_response; member
1491 void ocsp_resp_free_cb(void *ocsp_stapling_response, unsigned char *response) in ocsp_resp_free_cb() argument
1557 if (params->ocsp_stapling_response) { in tls_global_set_params()
1559 params->ocsp_stapling_response); in tls_global_set_params()
Dtls_openssl.c229 char *ocsp_stapling_response; member
1151 os_free(tls_global->ocsp_stapling_response); in tls_deinit()
1152 tls_global->ocsp_stapling_response = NULL; in tls_deinit()
4901 if (tls_global->ocsp_stapling_response == NULL) { in ocsp_status_cb()
4906 resp = os_readfile(tls_global->ocsp_stapling_response, &len); in ocsp_status_cb()
5432 os_free(tls_global->ocsp_stapling_response); in tls_global_set_params()
5433 if (params->ocsp_stapling_response) in tls_global_set_params()
5434 tls_global->ocsp_stapling_response = in tls_global_set_params()
5435 os_strdup(params->ocsp_stapling_response); in tls_global_set_params()
5437 tls_global->ocsp_stapling_response = NULL; in tls_global_set_params()
/external/wpa_supplicant_8/src/tls/
Dtlsv1_cred.h28 char *ocsp_stapling_response; member
Dtlsv1_server_write.c947 conn->cred->ocsp_stapling_response) { in tls_send_server_hello()
948 ocsp_resp = os_readfile(conn->cred->ocsp_stapling_response, in tls_send_server_hello()
Dtlsv1_cred.c39 os_free(cred->ocsp_stapling_response); in tlsv1_cred_free()
/external/wpa_supplicant_8/src/ap/
Dauthsrv.c273 params.ocsp_stapling_response = in authsrv_init()
274 hapd->conf->ocsp_stapling_response; in authsrv_init()
Dap_config.h429 char *ocsp_stapling_response; member
Dap_config.c783 os_free(conf->ocsp_stapling_response); in hostapd_config_free_bss()
/external/wpa_supplicant_8/hs20/server/
Dhs20-osu-server.txt177 The OSEN RADIUS server config file should have the 'ocsp_stapling_response'
200 ocsp_stapling_response=/home/user/hs20-server/ca/ocsp-server-cache.der
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c2552 os_free(bss->ocsp_stapling_response);
2553 bss->ocsp_stapling_response = os_strdup(pos);