MCPcopy 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
24inline unsigned int bytesToWords(unsigned int byteCount)
25{
26 return ((byteCount+WORD_SIZE-1)/WORD_SIZE);
27}
28
29inline unsigned int bitsToWords(unsigned int bitCount)
30{

Callers 2

SetByteMethod · 0.85
DecodeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected