Searched refs:os_readfile (Results 1 – 3 of 3) sorted by relevance
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()
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()
201 static inline char *os_readfile(const char *name, size_t *len) in os_readfile() function