Home
last modified time | relevance | path

Searched refs:md_read (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/lib/libcrypto/evp/
Dbio_md.c72 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
/openbsd/src/usr.sbin/ldomctl/
Dmdesc.h139 struct md *md_read(const char *);
Dmdstore.c486 hvmd = md_read(path); in mdstore_download()
Dconfig.c883 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()
Dmdesc.c628 md_read(const char *path) in md_read() function