Searched refs:md5_consts (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/crypto/md5/
H A Dmd5.c45 #include <sys/md5_consts.h> /* MD5_CONST() optimization */
113 * load the constants from an array called `md5_consts'. however, on intel
167 #pragma align 64 (md5_consts)
172 static const uint32_t md5_consts[] = { variable
206 #define MD5_CONST_e(x) (md5_consts[x])
207 #define MD5_CONST_o(x) (md5_consts[x])
434 md5_consts64 = (unsigned long long *) md5_consts;
/illumos-gate/usr/src/uts/common/sys/
H A DMakefile379 md5_consts.h \

Completed in 67 milliseconds