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

Function crypto_use_output_uio

freebsd/opencrypto/cryptodev.h:584–588  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

582}
583
584static __inline void
585crypto_use_output_uio(struct cryptop *crp, struct uio *uio)
586{
587 _crypto_use_uio(&crp->crp_obuf, uio);
588}
589
590#define CRYPTOP_ASYNC(crp) \
591 (((crp)->crp_flags & CRYPTO_F_ASYNC) && \

Callers 3

ktls_ocf_tls_cbc_encryptFunction · 0.85

Calls 1

_crypto_use_uioFunction · 0.85

Tested by

no test coverage detected