Home
last modified time | relevance | path

Searched refs:SIGMA1_512 (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dzfs_sha256.c60 #define SIGMA1_512(x) (ROTR((x), 19) ^ ROTR((x), 61) ^ ((x) >> 6)) macro
171 W[t] = SIGMA1_512(W[t - 2]) + W[t - 7] + in SHA512Transform()
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dsha256.c61 #define SIGMA1_512(x) (ROTR((x), 19) ^ ROTR((x), 61) ^ ((x) >> 6)) macro
172 W[t] = SIGMA1_512(W[t - 2]) + W[t - 7] + in SHA512Transform()