Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
107
void md_data_null(md_data_t *d)
108
{
109
memset(d, 0, sizeof(*d));
110
}
111
112
void md_data_clear(md_data_t *d)
113
{
Callers
9
md_crypt.c
File · 0.85
md_cert_fsave
Function · 0.85
md_cert_to_base64url
Function · 0.85
md_cert_req_create
Function · 0.85
md_ocsp_init_id
Function · 0.85
get_eab
Function · 0.85
md_data_pinit
Function · 0.85
md_data_init
Function · 0.85
acmev2_req_init
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected