Home
last modified time | relevance | path

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

/openssl-master/crypto/sha/
A Dsha256.c136 # define Sigma0(x) ({ MD32_REG_T ret; \ macro
172 # define Sigma0(x) (ROTATE((x),30) ^ ROTATE((x),19) ^ ROTATE((x),10)) macro
A Dsha512.c452 # define Sigma0(x) ({ SHA_LONG64 ret; unsigned int *r = (unsigned int *)(&(ret)); \ macro
485 # define Sigma0(x) ({ SHA_LONG64 ret; \ macro
573 # define Sigma0(x) (ROTR((x),28) ^ ROTR((x),34) ^ ROTR((x),39)) macro

Completed in 4 milliseconds