Searched defs:sigma0 (Results 1 – 2 of 2) sorted by relevance
/external/openssl/crypto/sha/ | ||
D | sha256.c | 143 #define sigma0(x) (ROTATE((x),25) ^ ROTATE((x),14) ^ ((x)>>3)) macro |
D | sha512.c | 388 #define sigma0(x) (ROTR((x),1) ^ ROTR((x),8) ^ ((x)>>7)) macro |