Home
last modified time | relevance | path

Searched defs:sigma0 (Results 1 – 4 of 4) sorted by relevance

/NextBSD/sys/cddl/boot/zfs/
HDsha256.c50 #define sigma0(x) (Rot32(x, 7) ^ Rot32(x, 18) ^ ((x) >> 3)) macro
/NextBSD/crypto/openssh/
HDblocks.c47 #define sigma0(x) (ROTR(x, 1) ^ ROTR(x, 8) ^ SHR(x,7)) macro
/NextBSD/crypto/openssl/crypto/sha/
HDsha256.c159 # define sigma0(x) (ROTATE((x),25) ^ ROTATE((x),14) ^ ((x)>>3)) macro
HDsha512.c407 # define sigma0(x) (ROTR((x),1) ^ ROTR((x),8) ^ ((x)>>7)) macro