MCPcopy Create free account
hub / github.com/apache/httpd / md_data_pmake

Function md_data_pmake

modules/md/md_util.c:86–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86md_data_t *md_data_pmake(apr_size_t len, apr_pool_t *p)
87{
88 md_data_t *d;
89
90 d = apr_palloc(p, sizeof(*d));
91 md_data_pinit(d, len, p);
92 return d;
93}
94
95void md_data_init(md_data_t *d, const char *data, apr_size_t len)
96{

Callers 3

sha256_digestFunction · 0.85
md_crypt_hmac64Function · 0.85
md_cert_to_sha256_digestFunction · 0.85

Calls 1

md_data_pinitFunction · 0.85

Tested by

no test coverage detected