Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c135 #define HASHLEN 16 macro
136 typedef unsigned char HASH[HASHLEN + 1];
310 for (i = 0; i < HASHLEN; i++) { in CvtHex()
1779 text->Ki_send, HASHLEN, digest);
2050 text->Ki_send, HASHLEN, MAC);
2053 text->Ki_send, HASHLEN, MAC);
2106 text->Ki_receive, HASHLEN,
2110 text->Ki_receive, HASHLEN,
3268 memcpy(A1, HA1, HASHLEN);
3269 A1[HASHLEN] = '\0';
[all …]