Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dsha2_consts.h49 extern const uint64_t sha512_consts[];
53 #define SHA512_CONST(x) (sha512_consts[x])
/illumos-gate/usr/src/common/crypto/sha2/
H A Dsha2.c384 static const uint64_t sha512_consts[] = { in SHA512Transform() local