Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dsha2_consts.h48 extern const uint32_t sha256_consts[];
52 #define SHA256_CONST(x) (sha256_consts[x])
/illumos-gate/usr/src/common/crypto/sha2/
H A Dsha2.c174 static const uint32_t sha256_consts[] = { in SHA256Transform() local