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

Function crypto_apply

freebsd/opencrypto/criov.c:695–700  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

693}
694
695int
696crypto_apply(struct cryptop *crp, int off, int len,
697 int (*f)(void *, const void *, u_int), void *arg)
698{
699 return (crypto_apply_buf(&crp->crp_buf, off, len, f, arg));
700}
701
702static inline void *
703m_contiguous_subsegment(struct mbuf *m, size_t skip, size_t len)

Callers 7

ossl_processFunction · 0.85
blake2_cipher_processFunction · 0.85
aesni_cipher_macFunction · 0.85
padlock_authcomputeFunction · 0.85
swcr_authcomputeFunction · 0.85
swcr_ccm_cbc_macFunction · 0.85
swcr_ccmFunction · 0.85

Calls 1

crypto_apply_bufFunction · 0.85

Tested by

no test coverage detected