Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/algs/sha2/
H A Dsha2.c106 #define BIGSIGMA0(x) (ROTR((x), 28) ^ ROTR((x), 34) ^ ROTR((x), 39)) macro
113 T2 = BIGSIGMA0(a) + Maj(a, b, c); \