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

Function crypto_use_uio

freebsd/opencrypto/cryptodev.h:559–563  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

557}
558
559static __inline void
560crypto_use_uio(struct cryptop *crp, struct uio *uio)
561{
562 _crypto_use_uio(&crp->crp_buf, uio);
563}
564
565static __inline void
566crypto_use_output_buf(struct cryptop *crp, void *buf, int len)

Callers 4

freebsd_crypt_uioFunction · 0.85
ktls_ocf_tls_cbc_encryptFunction · 0.85

Calls 1

_crypto_use_uioFunction · 0.85

Tested by

no test coverage detected