Home
last modified time | relevance | path

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

/external/u-boot/fs/zfs/
Dzfs_sha256.c55 #define sigma1(x) (Rot32(x, 17) ^ Rot32(x, 19) ^ ((x) >> 10)) macro
/external/openssh/
Dblocks.c48 #define sigma1(x) (ROTR(x,19) ^ ROTR(x,61) ^ SHR(x,6)) macro
/external/boringssl/src/crypto/fipsmodule/sha/
Dsha256.c205 #define sigma1(x) (ROTATE((x), 15) ^ ROTATE((x), 13) ^ ((x) >> 10)) macro
Dsha512.c359 #define sigma1(x) (ROTR((x), 19) ^ ROTR((x), 61) ^ ((x) >> 6)) macro