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

Function crypto_use_output_buf

freebsd/opencrypto/cryptodev.h:565–569  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

563}
564
565static __inline void
566crypto_use_output_buf(struct cryptop *crp, void *buf, int len)
567{
568 _crypto_use_buf(&crp->crp_obuf, buf, len);
569}
570
571static __inline void
572crypto_use_output_mbuf(struct cryptop *crp, struct mbuf *m)

Callers 2

cryptodev_opFunction · 0.85
cryptodev_aeadFunction · 0.85

Calls 1

_crypto_use_bufFunction · 0.85

Tested by

no test coverage detected