Searched refs:Ch (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/src/ |
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()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/ |
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()
|
/hal_espressif-latest/components/wpa_supplicant/src/crypto/ |
D | sha256-internal.c | 71 #define Ch(x,y,z) (z ^ (x & (y ^ z))) macro 107 t0 = h + Sigma1(e) + Ch(e, f, g) + K[i] + W[i]; \ in sha256_compress()
|
D | sha512-internal.c | 92 #define Ch(x,y,z) (z ^ (x & (y ^ z))) macro 137 t0 = S[7] + Sigma1(S[4]) + Ch(S[4], S[5], S[6]) + K[i] + W[i]; in sha512_compress()
|