Home
last modified time | relevance | path

Searched refs:os_readfile (Results 1 – 25 of 41) sorted by relevance

12

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dos_none.c99 char * os_readfile(const char *name, size_t *len) in os_readfile() function
Dos_win32.c193 char * os_readfile(const char *name, size_t *len) in os_readfile() function
Dos.h241 char * os_readfile(const char *name, size_t *len);
Dos_internal.c223 char * os_readfile(const char *name, size_t *len) in os_readfile() function
Dxml-utils.c129 buf = os_readfile(name, &len); in node_from_file()
Dos_unix.c409 char * os_readfile(const char *name, size_t *len) in os_readfile() function
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dos_none.c99 char * os_readfile(const char *name, size_t *len) in os_readfile() function
Dos_win32.c193 char * os_readfile(const char *name, size_t *len) in os_readfile() function
Dos.h241 char * os_readfile(const char *name, size_t *len);
Dos_internal.c229 char * os_readfile(const char *name, size_t *len) in os_readfile() function
Dxml-utils.c129 buf = os_readfile(name, &len); in node_from_file()
Dos_unix.c420 char * os_readfile(const char *name, size_t *len) in os_readfile() function
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/
Dest.c154 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()
Dosu_client.c240 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/
Dest.c154 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()
Dosu_client.c240 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/
Dsae_pk_gen.c59 der = os_readfile(argv[1], &der_len); in main()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
Dtlsv1_cred.c169 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()
Dtlsv1_server_write.c942 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/
Dtlsv1_cred.c169 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()
Dtlsv1_server_write.c942 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/
Drandom.c383 buf = os_readfile(random_entropy_file, &len); in random_read_entropy()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Drandom.c383 buf = os_readfile(random_entropy_file, &len); in random_read_entropy()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
Deap_teap_pac.c776 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/
Deap_teap_pac.c776 buf = (u8 *) os_readfile(pac_file, &len); in eap_teap_load_pac_bin()

12