Searched refs:Ch (Results 1 – 2 of 2) sorted by relevance
/mcuboot-latest/ext/tinycrypt/lib/source/ |
D | sha256.c | 167 #define Ch(a, b, c)(((a) & (b)) ^ ((~(a)) & (c))) 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-latest/ext/tinycrypt-sha512/lib/source/ |
D | sha512.c | 180 #define Ch(a, b, c)(((a) & (b)) ^ ((~(a)) & (c))) 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()
|