Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/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()
/hal_espressif-latest/components/wpa_supplicant/port/include/
Dos.h201 static inline char *os_readfile(const char *name, size_t *len) in os_readfile() function