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

Function crypto_use_output_mbuf

freebsd/opencrypto/cryptodev.h:571–575  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

569}
570
571static __inline void
572crypto_use_output_mbuf(struct cryptop *crp, struct mbuf *m)
573{
574 _crypto_use_mbuf(&crp->crp_obuf, m);
575}
576
577static __inline void
578crypto_use_output_vmpage(struct cryptop *crp, vm_page_t *pages, int len,

Callers

nothing calls this directly

Calls 1

_crypto_use_mbufFunction · 0.85

Tested by

no test coverage detected