Searched defs:sigma1 (Results 1 – 2 of 2) sorted by relevance
148 # define sigma1(x) ({ MD32_REG_T ret; \ macro181 # define sigma1(x) (ROTATE((x),15) ^ ROTATE((x),13) ^ ((x)>>10)) macro
476 # define sigma1(x) ({ SHA_LONG64 ret; unsigned int *r = (unsigned int *)(&(ret)); \ macro497 # define sigma1(x) ({ SHA_LONG64 ret; \ macro582 # define sigma1(x) (ROTR((x),19) ^ ROTR((x),61) ^ ((x)>>6)) macro
Completed in 5 milliseconds