Home
last modified time | relevance | path

Searched defs:MD5_CONST_e (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/common/crypto/md5/
H A Dmd5.c126 #define MD5_CONST_e(x) MD5_CONST(x) macro
201 #define MD5_CONST_e(x) (md5_consts64[x/2] >> 32) macro
206 #define MD5_CONST_e(x) (md5_consts[x]) macro