Home
last modified time | relevance | path

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

/openssl-master/crypto/sha/
A Dsha256.c144 # define sigma0(x) ({ MD32_REG_T ret; \ macro
178 # define sigma0(x) (ROTATE((x),25) ^ ROTATE((x),14) ^ ((x)>>3)) macro
A Dsha512.c468 # define sigma0(x) ({ SHA_LONG64 ret; unsigned int *r = (unsigned int *)(&(ret)); \ macro
493 # define sigma0(x) ({ SHA_LONG64 ret; \ macro
579 # define sigma0(x) (ROTR((x),1) ^ ROTR((x),8) ^ ((x)>>7)) macro

Completed in 5 milliseconds