/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
D | os_none.c | 99 char * os_readfile(const char *name, size_t *len) in os_readfile() function
|
D | os_win32.c | 193 char * os_readfile(const char *name, size_t *len) in os_readfile() function
|
D | os.h | 241 char * os_readfile(const char *name, size_t *len);
|
D | os_internal.c | 223 char * os_readfile(const char *name, size_t *len) in os_readfile() function
|
D | xml-utils.c | 129 buf = os_readfile(name, &len); in node_from_file()
|
D | os_unix.c | 409 char * os_readfile(const char *name, size_t *len) in os_readfile() function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
D | os_none.c | 99 char * os_readfile(const char *name, size_t *len) in os_readfile() function
|
D | os_win32.c | 193 char * os_readfile(const char *name, size_t *len) in os_readfile() function
|
D | os.h | 241 char * os_readfile(const char *name, size_t *len);
|
D | os_internal.c | 229 char * os_readfile(const char *name, size_t *len) in os_readfile() function
|
D | xml-utils.c | 129 buf = os_readfile(name, &len); in node_from_file()
|
D | os_unix.c | 420 char * os_readfile(const char *name, size_t *len) in os_readfile() function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/ |
D | est.c | 154 resp = os_readfile("Cert/est-cacerts.txt", &resp_len); in est_load_cacerts() 636 resp = os_readfile("Cert/est-csrattrs.txt", &resp_len); in est_build_csr() 686 req = os_readfile("Cert/est-req.b64", &len); in est_simple_enroll()
|
D | osu_client.c | 240 der = os_readfile("Cert/est_cert.der", &der_len); in process_est_cert() 268 pem = os_readfile(buf, &pem_len); in process_est_cert() 350 cert = os_readfile(TMP_CERT_DL_FILE, &len); in download_cert() 2455 data = os_readfile(fname, &data_len); in cmd_osu_select()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/ |
D | est.c | 154 resp = os_readfile("Cert/est-cacerts.txt", &resp_len); in est_load_cacerts() 636 resp = os_readfile("Cert/est-csrattrs.txt", &resp_len); in est_build_csr() 687 req = os_readfile("Cert/est-req.b64", &len); in est_simple_enroll()
|
D | osu_client.c | 240 der = os_readfile("Cert/est_cert.der", &der_len); in process_est_cert() 268 pem = os_readfile(buf, &pem_len); in process_est_cert() 350 cert = os_readfile(TMP_CERT_DL_FILE, &len); in download_cert() 2455 data = os_readfile(fname, &data_len); in cmd_osu_select()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
D | sae_pk_gen.c | 59 der = os_readfile(argv[1], &der_len); in main()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/ |
D | tlsv1_cred.c | 169 buf = (u8 *) os_readfile(cert, &len); in tlsv1_set_cert_chain() 1055 buf = (u8 *) os_readfile(private_key, &len); in tlsv1_set_private_key() 1199 buf = (u8 *) os_readfile(dh_file, &len); in tlsv1_set_dhparams()
|
D | tlsv1_server_write.c | 942 ocsp_resp = os_readfile( in tls_send_server_hello() 948 ocsp_resp = os_readfile(conn->cred->ocsp_stapling_response, in tls_send_server_hello()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/ |
D | tlsv1_cred.c | 169 buf = (u8 *) os_readfile(cert, &len); in tlsv1_set_cert_chain() 1111 buf = (u8 *) os_readfile(private_key, &len); in tlsv1_set_private_key() 1266 buf = (u8 *) os_readfile(dh_file, &len); in tlsv1_set_dhparams()
|
D | tlsv1_server_write.c | 942 ocsp_resp = os_readfile( in tls_send_server_hello() 948 ocsp_resp = os_readfile(conn->cred->ocsp_stapling_response, in tls_send_server_hello()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | random.c | 383 buf = os_readfile(random_entropy_file, &len); in random_read_entropy()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | random.c | 383 buf = os_readfile(random_entropy_file, &len); in random_read_entropy()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
D | eap_teap_pac.c | 776 buf = (u8 *) os_readfile(pac_file, &len); in eap_teap_load_pac_bin()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
D | eap_teap_pac.c | 776 buf = (u8 *) os_readfile(pac_file, &len); in eap_teap_load_pac_bin()
|