MCPcopy Create free account
hub / github.com/F-Stack/f-stack / crypto_freereq

Function crypto_freereq

freebsd/opencrypto/crypto.c:1763–1771  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1761}
1762
1763void
1764crypto_freereq(struct cryptop *crp)
1765{
1766 if (crp == NULL)
1767 return;
1768
1769 crypto_destroyreq(crp);
1770 uma_zfree(cryptop_zone, crp);
1771}
1772
1773static void
1774_crypto_initreq(struct cryptop *crp, crypto_session_t cses)

Callers 15

freebsd_crypt_uioFunction · 0.85
cryptodev_opFunction · 0.85
cryptodev_aeadFunction · 0.85
ipcomp_inputFunction · 0.85
ipcomp_input_cbFunction · 0.85
ipcomp_outputFunction · 0.85
ipcomp_output_cbFunction · 0.85
ah_inputFunction · 0.85
ah_input_cbFunction · 0.85
ah_outputFunction · 0.85
ah_output_cbFunction · 0.85
esp_inputFunction · 0.85

Calls 2

crypto_destroyreqFunction · 0.85
uma_zfreeFunction · 0.50

Tested by

no test coverage detected