Searched refs:SHA256_CONST (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/icp/include/sha2/
H A Dsha2_consts.h52 #define SHA256_CONST(x) (sha256_consts[x]) macro
55 #define SHA256_CONST(x) (SHA256_CONST_ ## x) macro
/freebsd-13-stable/sys/contrib/openzfs/module/icp/algs/sha2/
H A Dsha2.c100 T1 = h + BIGSIGMA1_256(e) + Ch(e, f, g) + SHA256_CONST(i) + w; \

Completed in 55 milliseconds