Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dsha2_consts.h50 extern const uint32_t sha256_consts[];
54 #define SHA256_CONST(x) (sha256_consts[x])
/titanic_50/usr/src/common/crypto/sha2/
H A Dsha2.c173 static const uint32_t sha256_consts[] = { in SHA256Transform() local