Home
last modified time | relevance | path

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

/external/u-boot/fs/zfs/
Dzfs_sha256.c52 #define SIGMA0(x) (Rot32(x, 2) ^ Rot32(x, 13) ^ Rot32(x, 22)) macro
93 T2 = SIGMA0(a) + Maj(a, b, c); in SHA256Transform()