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

Function make_pkey

modules/md/md_crypt.c:603–608  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

601}
602
603static md_pkey_t *make_pkey(apr_pool_t *p)
604{
605 md_pkey_t *pkey = apr_pcalloc(p, sizeof(*pkey));
606 pkey->pool = p;
607 return pkey;
608}
609
610static apr_status_t pkey_cleanup(void *data)
611{

Callers 4

md_pkey_floadFunction · 0.85
md_pkey_read_httpFunction · 0.85
gen_rsaFunction · 0.85
gen_ecFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected