Home
last modified time | relevance | path

Searched refs:Sigma0 (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.5.0/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/
Dsha256.c162 #define Sigma0(a)(ROTR((a), 2) ^ ROTR((a), 13) ^ ROTR((a), 22)) macro
197 t2 = Sigma0(a) + Maj(a, b, c); in compress()
210 t2 = Sigma0(a) + Maj(a, b, c); in compress()
/hal_espressif-3.5.0/components/wpa_supplicant/src/crypto/
Dsha256-internal.c75 #define Sigma0(x) (S(x, 2) ^ S(x, 13) ^ S(x, 22)) macro
108 t1 = Sigma0(a) + Maj(a, b, c); \ in sha256_compress()
Dsha512-internal.c96 #define Sigma0(x) (S(x, 28) ^ S(x, 34) ^ S(x, 39)) macro
138 t1 = Sigma0(S[0]) + Maj(S[0], S[1], S[2]); in sha512_compress()