Home
last modified time | relevance | path

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

/freebsd-src/sys/contrib/openzfs/module/icp/algs/sha2/
H A Dsha2_generic.c68 #define sigma1(x) (rotr32((x), 17) ^ rotr32((x), 19) ^ ((x) >> 10)) macro
142 #define sigma1(x) (rotr64((x), 19) ^ rotr64((x), 61) ^ ((x) >> 6)) macro
/freebsd-src/crypto/openssl/crypto/sha/
H A Dsha256.c140 # define sigma1(x) (ROTATE((x),15) ^ ROTATE((x),13) ^ ((x)>>10)) macro
H A Dsha512.c478 # define sigma1(x) (ROTR((x),19) ^ ROTR((x),61) ^ ((x)>>6)) macro