Home
last modified time | relevance | path

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

/tinycrypt-latest/lib/source/
Dsha256.c143 static const unsigned int k256[64] = { variable
196 t1 += h + Sigma1(e) + Ch(e, f, g) + k256[i]; in compress()
209 t1 += h + Sigma1(e) + Ch(e, f, g) + k256[i]; in compress()