Home
last modified time | relevance | path

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

/openssl-master/crypto/sha/
A Dsha256.c148 # define sigma1(x) ({ MD32_REG_T ret; \ macro
181 # define sigma1(x) (ROTATE((x),15) ^ ROTATE((x),13) ^ ((x)>>10)) macro
A Dsha512.c476 # define sigma1(x) ({ SHA_LONG64 ret; unsigned int *r = (unsigned int *)(&(ret)); \ macro
497 # define sigma1(x) ({ SHA_LONG64 ret; \ macro
582 # define sigma1(x) (ROTR((x),19) ^ ROTR((x),61) ^ ((x)>>6)) macro

Completed in 5 milliseconds