Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dsha2_consts.h52 #define SHA256_CONST(x) (sha256_consts[x]) macro
55 #define SHA256_CONST(x) (SHA256_CONST_ ## x) macro
/illumos-gate/usr/src/common/crypto/sha2/
H A Dsha2.c109 T1 = h + BIGSIGMA1_256(e) + Ch(e, f, g) + SHA256_CONST(i) + w; \