Searched refs:HASHLEN (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/lib/sasl_plugins/digestmd5/ |
H A D | digestmd5.c | 134 #define HASHLEN 16 macro 135 typedef unsigned char HASH[HASHLEN + 1]; 309 for (i = 0; i < HASHLEN; i++) { in CvtHex() 1694 utils->MD5Update(&Md5Ctx, text->HA1, HASHLEN); 1706 utils->MD5Update(&Md5Ctx, text->HA1, HASHLEN); 1778 text->Ki_send, HASHLEN, digest); 1944 text->Ki_receive, HASHLEN, checkdigest); 2049 text->Ki_send, HASHLEN, MAC); 2052 text->Ki_send, HASHLEN, MAC); 2105 text->Ki_receive, HASHLEN, [all …]
|