Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/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_openssl.c215 char *ocsp_stapling_response; member
1137 os_free(tls_global->ocsp_stapling_response); in tls_deinit()
1138 tls_global->ocsp_stapling_response = NULL; in tls_deinit()
4864 if (tls_global->ocsp_stapling_response == NULL) { in ocsp_status_cb()
4869 resp = os_readfile(tls_global->ocsp_stapling_response, &len); in ocsp_status_cb()
5313 os_free(tls_global->ocsp_stapling_response); in tls_global_set_params()
5314 if (params->ocsp_stapling_response) in tls_global_set_params()
5315 tls_global->ocsp_stapling_response = in tls_global_set_params()
5316 os_strdup(params->ocsp_stapling_response); in tls_global_set_params()
5318 tls_global->ocsp_stapling_response = NULL; in tls_global_set_params()
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()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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_openssl.c220 char *ocsp_stapling_response; member
1149 os_free(tls_global->ocsp_stapling_response); in tls_deinit()
1150 tls_global->ocsp_stapling_response = NULL; in tls_deinit()
5068 if (tls_global->ocsp_stapling_response == NULL) { in ocsp_status_cb()
5073 resp = os_readfile(tls_global->ocsp_stapling_response, &len); in ocsp_status_cb()
5602 os_free(tls_global->ocsp_stapling_response); in tls_global_set_params()
5603 if (params->ocsp_stapling_response) in tls_global_set_params()
5604 tls_global->ocsp_stapling_response = in tls_global_set_params()
5605 os_strdup(params->ocsp_stapling_response); in tls_global_set_params()
5607 tls_global->ocsp_stapling_response = NULL; in tls_global_set_params()
Dtls_wolfssl.c60 char *ocsp_stapling_response; member
1498 void ocsp_resp_free_cb(void *ocsp_stapling_response, unsigned char *response) in ocsp_resp_free_cb() argument
1564 if (params->ocsp_stapling_response) { in tls_global_set_params()
1566 params->ocsp_stapling_response); in tls_global_set_params()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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()
/third_party/wpa_supplicant/wpa_supplicant-2.9/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()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dauthsrv.c239 params.ocsp_stapling_response = in authsrv_init()
240 hapd->conf->ocsp_stapling_response; in authsrv_init()
Dap_config.h418 char *ocsp_stapling_response; member
Dap_config.c709 os_free(conf->ocsp_stapling_response); in hostapd_config_free_bss()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dauthsrv.c273 params.ocsp_stapling_response = in authsrv_init()
274 hapd->conf->ocsp_stapling_response; in authsrv_init()
Dap_config.h424 char *ocsp_stapling_response; member
Dap_config.c803 os_free(conf->ocsp_stapling_response); in hostapd_config_free_bss()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dap_config_file.c2551 os_free(bss->ocsp_stapling_response);
2552 bss->ocsp_stapling_response = os_strdup(pos);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dap_config_file.c2607 os_free(bss->ocsp_stapling_response); in hostapd_config_fill()
2608 bss->ocsp_stapling_response = os_strdup(pos); in hostapd_config_fill()