Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/algs/sha2/
H A Dsha2.c95 #define BIGSIGMA1_256(x) (ROTR((x), 6) ^ ROTR((x), 11) ^ ROTR((x), 25)) macro
100 T1 = h + BIGSIGMA1_256(e) + Ch(e, f, g) + SHA256_CONST(i) + w; \