Home
last modified time | relevance | path

Searched refs:kRounds (Results 1 – 1 of 1) sorted by relevance

/haiku/src/system/libroot/posix/crypt/
H A DSHA256.cpp20 static const uint32 kRounds[64] = { variable
173 uint32 t1 = h + s1 + ch + kRounds[i] + fBuffer[i]; in _ProcessChunk()