Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
765
void *
766
crypto_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_alloc
Function · 0.85
armv8_crypto_cipher_alloc
Function · 0.85
padlock_cipher_alloc
Function · 0.85
Calls
1
crypto_buffer_contiguous_subsegment
Function · 0.85
Tested by
no test coverage detected