Searched refs:SHA256_CONST (Results 1 – 2 of 2) sorted by relevance
54 #define SHA256_CONST(x) (sha256_consts[x]) macro57 #define SHA256_CONST(x) (SHA256_CONST_ ## x) macro
105 T1 = h + BIGSIGMA1_256(e) + Ch(e, f, g) + SHA256_CONST(i) + w; \