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

Function crypto_use_buf

freebsd/opencrypto/cryptodev.h:541–545  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

539}
540
541static __inline void
542crypto_use_buf(struct cryptop *crp, void *buf, int len)
543{
544 _crypto_use_buf(&crp->crp_buf, buf, len);
545}
546
547static __inline void
548crypto_use_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