Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tripwire/tripwire-open-source
/ bytesToWords
Function
bytesToWords
src/cryptlib/misc.h:24–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
}
23
24
inline unsigned int bytesToWords(unsigned int byteCount)
25
{
26
return ((byteCount+WORD_SIZE-1)/WORD_SIZE);
27
}
28
29
inline unsigned int bitsToWords(unsigned int bitCount)
30
{
Callers
2
SetByte
Method · 0.85
Decode
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected