/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | tls_gnutls.c | 41 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()
|
D | tls_internal.c | 351 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()
|
D | tls.h | 215 const char *ocsp_stapling_response; member
|
D | tls_openssl.c | 215 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()
|
D | tls_wolfssl.c | 59 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/ |
D | tls_gnutls.c | 41 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()
|
D | tls_internal.c | 351 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()
|
D | tls.h | 215 const char *ocsp_stapling_response; member
|
D | tls_openssl.c | 220 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()
|
D | tls_wolfssl.c | 60 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/ |
D | tlsv1_cred.h | 28 char *ocsp_stapling_response; member
|
D | tlsv1_server_write.c | 947 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()
|
D | tlsv1_cred.c | 39 os_free(cred->ocsp_stapling_response); in tlsv1_cred_free()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/ |
D | tlsv1_cred.h | 28 char *ocsp_stapling_response; member
|
D | tlsv1_server_write.c | 947 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()
|
D | tlsv1_cred.c | 39 os_free(cred->ocsp_stapling_response); in tlsv1_cred_free()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | authsrv.c | 239 params.ocsp_stapling_response = in authsrv_init() 240 hapd->conf->ocsp_stapling_response; in authsrv_init()
|
D | ap_config.h | 418 char *ocsp_stapling_response; member
|
D | ap_config.c | 709 os_free(conf->ocsp_stapling_response); in hostapd_config_free_bss()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | authsrv.c | 273 params.ocsp_stapling_response = in authsrv_init() 274 hapd->conf->ocsp_stapling_response; in authsrv_init()
|
D | ap_config.h | 424 char *ocsp_stapling_response; member
|
D | ap_config.c | 803 os_free(conf->ocsp_stapling_response); in hostapd_config_free_bss()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
D | ap_config_file.c | 2551 os_free(bss->ocsp_stapling_response); 2552 bss->ocsp_stapling_response = os_strdup(pos);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
D | ap_config_file.c | 2607 os_free(bss->ocsp_stapling_response); in hostapd_config_fill() 2608 bss->ocsp_stapling_response = os_strdup(pos); in hostapd_config_fill()
|