Searched defs:SHA1_CONST (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dsha1_consts.h41 * directly. thus, the c code in SHA1Transform() uses the macro SHA1_CONST()
51 #define SHA1_CONST(x) (sha1_consts[x]) macro
53 #define SHA1_CONST(x) (SHA1_CONST_ ## x) macro

Completed in 57 milliseconds