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

Function _crypto_use_uio

freebsd/opencrypto/cryptodev.h:534–539  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

532}
533
534static __inline void
535_crypto_use_uio(struct crypto_buffer *cb, struct uio *uio)
536{
537 cb->cb_uio = uio;
538 cb->cb_type = CRYPTO_BUF_UIO;
539}
540
541static __inline void
542crypto_use_buf(struct cryptop *crp, void *buf, int len)

Callers 2

crypto_use_uioFunction · 0.85
crypto_use_output_uioFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected