Home
last modified time | relevance | path

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

/mcuboot-latest/ext/tinycrypt/lib/source/
Dsha256.c167 #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/
Dsha512.c180 #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()