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

Function md_data_null

modules/md/md_util.c:107–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107void md_data_null(md_data_t *d)
108{
109 memset(d, 0, sizeof(*d));
110}
111
112void md_data_clear(md_data_t *d)
113{

Callers 9

md_crypt.cFile · 0.85
md_cert_fsaveFunction · 0.85
md_cert_to_base64urlFunction · 0.85
md_cert_req_createFunction · 0.85
md_ocsp_init_idFunction · 0.85
get_eabFunction · 0.85
md_data_pinitFunction · 0.85
md_data_initFunction · 0.85
acmev2_req_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected