Home
last modified time | relevance | path

Searched defs:sigma0 (Results 1 – 3 of 3) sorted by relevance

/external/openssh/
Dblocks.c47 #define sigma0(x) (ROTR(x, 1) ^ ROTR(x, 8) ^ SHR(x,7)) macro
/external/boringssl/src/crypto/sha/
Dsha256.c214 #define sigma0(x) (ROTATE((x), 25) ^ ROTATE((x), 14) ^ ((x) >> 3)) macro
Dsha512.c438 #define sigma0(x) (ROTR((x), 1) ^ ROTR((x), 8) ^ ((x) >> 7)) macro