Home
last modified time | relevance | path

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

/openssl-master/crypto/sha/
A Dsha256.c140 # define Sigma1(x) ({ MD32_REG_T ret; \ macro
175 # define Sigma1(x) (ROTATE((x),26) ^ ROTATE((x),21) ^ ROTATE((x),7)) macro
A Dsha512.c460 # define Sigma1(x) ({ SHA_LONG64 ret; unsigned int *r = (unsigned int *)(&(ret)); \ macro
489 # define Sigma1(x) ({ SHA_LONG64 ret; \ macro
576 # define Sigma1(x) (ROTR((x),14) ^ ROTR((x),18) ^ ROTR((x),41)) macro

Completed in 6 milliseconds