Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/source/
A 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()

Completed in 2 milliseconds