Home
last modified time | relevance | path

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

/openssl/crypto/sha/
H A Dsha256.c156 # define Sigma0(x) ({ MD32_REG_T ret; \ macro
192 # define Sigma0(x) (ROTATE((x),30) ^ ROTATE((x),19) ^ ROTATE((x),10)) macro
H A Dsha512.c456 # define Sigma0(x) ({ SHA_LONG64 ret; unsigned int *r = (unsigned int *)(&(ret)); \ macro
489 # define Sigma0(x) ({ SHA_LONG64 ret; \ macro
577 # define Sigma0(x) (ROTR((x),28) ^ ROTR((x),34) ^ ROTR((x),39)) macro

Completed in 7 milliseconds