Searched defs:sigma1 (Results 1 – 2 of 2) sorted by relevance
168 # define sigma1(x) ({ MD32_REG_T ret; \ macro201 # define sigma1(x) (ROTATE((x),15) ^ ROTATE((x),13) ^ ((x)>>10)) macro
480 # define sigma1(x) ({ SHA_LONG64 ret; unsigned int *r = (unsigned int *)(&(ret)); \ macro501 # define sigma1(x) ({ SHA_LONG64 ret; \ macro586 # define sigma1(x) (ROTR((x),19) ^ ROTR((x),61) ^ ((x)>>6)) macro
Completed in 7 milliseconds