Searched refs:Sigma1 (Results 1 – 2 of 2) sorted by relevance
/mcuboot-3.4.0/ext/tinycrypt/lib/source/ |
D | sha256.c | 163 #define Sigma1(a)(ROTR((a), 6) ^ ROTR((a), 11) ^ ROTR((a), 25)) macro 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()
|
/mcuboot-3.4.0/ext/tinycrypt-sha512/lib/source/ |
D | sha512.c | 176 #define Sigma1(a)(ROTR((a), 14) ^ ROTR((a), 18) ^ ROTR((a), 41)) macro 213 t1 += h + Sigma1(e) + Ch(e, f, g) + k512[i]; in compress() 226 t1 += h + Sigma1(e) + Ch(e, f, g) + k512[i]; in compress()
|