Home
last modified time | relevance | path

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

/openssl/crypto/sha/
H A Dsha256.c168 # define sigma1(x) ({ MD32_REG_T ret; \ macro
201 # define sigma1(x) (ROTATE((x),15) ^ ROTATE((x),13) ^ ((x)>>10)) macro
H A Dsha512.c480 # define sigma1(x) ({ SHA_LONG64 ret; unsigned int *r = (unsigned int *)(&(ret)); \ macro
501 # define sigma1(x) ({ SHA_LONG64 ret; \ macro
586 # define sigma1(x) (ROTR((x),19) ^ ROTR((x),61) ^ ((x)>>6)) macro

Completed in 7 milliseconds