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

Function _crypto_use_buf

freebsd/opencrypto/cryptodev.h:509–515  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

507};
508
509static __inline void
510_crypto_use_buf(struct crypto_buffer *cb, void *buf, int len)
511{
512 cb->cb_buf = buf;
513 cb->cb_buf_len = len;
514 cb->cb_type = CRYPTO_BUF_CONTIG;
515}
516
517static __inline void
518_crypto_use_mbuf(struct crypto_buffer *cb, struct mbuf *m)

Callers 2

crypto_use_bufFunction · 0.85
crypto_use_output_bufFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected