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

Function crypto_contiguous_subsegment

freebsd/opencrypto/criov.c:765–769  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

763}
764
765void *
766crypto_contiguous_subsegment(struct cryptop *crp, size_t skip, size_t len)
767{
768 return (crypto_buffer_contiguous_subsegment(&crp->crp_buf, skip, len));
769}

Callers 3

aesni_cipher_allocFunction · 0.85
padlock_cipher_allocFunction · 0.85

Tested by

no test coverage detected