Searched refs:md_read (Results 1 – 5 of 5) sorted by relevance
72 static int md_read(BIO *h, char *buf, int size);84 .bread = md_read,127 md_read(BIO *b, char *out, int outl) in md_read() function
139 struct md *md_read(const char *);
486 hvmd = md_read(path); in mdstore_download()
883 guest->md = md_read(path); in hvmd_init_guest()2800 pri = md_read("pri"); in build_config()2803 hvmd = md_read("hv.md"); in build_config()2897 pri = md_read("pri"); in list_components()
628 md_read(const char *path) in md_read() function