Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/porting/ext/tinycrypt/src/
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()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/
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()
/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Dsha256-internal.c71 #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()
Dsha512-internal.c92 #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()