Home
last modified time | relevance | path

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

/mcuboot-3.4.0/ext/tinycrypt/lib/source/
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()
/mcuboot-3.4.0/ext/tinycrypt-sha512/lib/source/
Dsha512.c175 #define Sigma0(a)(ROTR((a), 28) ^ ROTR((a), 34) ^ ROTR((a), 39)) macro
214 t2 = Sigma0(a) + Maj(a, b, c); in compress()
227 t2 = Sigma0(a) + Maj(a, b, c); in compress()