Symbol: DIGEST_SIZE
usr/src/lib/libldap5/sources/ldap/common/digest_md5.c
249
MD5Update(&ctx, hash_pass, DIGEST_SIZE);
usr/src/lib/libldap5/sources/ldap/common/digest_md5.c
274
unsigned char resp[DIGEST_SIZE];
usr/src/lib/libldap5/sources/ldap/common/digest_md5.c
290
MD5Update(&ctx, hex_int, DIGEST_SIZE * 2);
usr/src/lib/libldap5/sources/ldap/common/digest_md5.c
295
for (j = 0; j < DIGEST_SIZE; ++j) {
usr/src/lib/libldap5/sources/ldap/common/digest_md5.c
302
MD5Update(&ctx, hex_a1, DIGEST_SIZE * 2);
usr/src/lib/libldap5/sources/ldap/common/digest_md5.c
318
for (j = 0; j < DIGEST_SIZE; ++j) {
usr/src/lib/libldap5/sources/ldap/common/digest_md5.c
322
MD5Update(&ctx, hex_a2, DIGEST_SIZE * 2);
usr/src/lib/libldap5/sources/ldap/common/digest_md5.c
326
for (j = 0; j < DIGEST_SIZE; ++j) {
usr/src/lib/libldap5/sources/ldap/common/digest_md5.c
330
outresp[DIGEST_SIZE * 2] = '\0';
usr/src/lib/libldap5/sources/ldap/common/digest_md5.c
346
#define suffixsize (sizeof (rstr) + sizeof (qstr) - 1 + DIGEST_SIZE * 2)
usr/src/lib/libldap5/sources/ldap/common/digest_md5.c
355
unsigned char hashbuf[DIGEST_SIZE];
usr/src/lib/libldap5/sources/ldap/common/digest_md5.c
435
memcpy(scan, hexbuf, DIGEST_SIZE * 2);
usr/src/lib/libldap5/sources/ldap/common/digest_md5.c
437
attr->resplen = DIGEST_SIZE * 2;
usr/src/lib/libldap5/sources/ldap/common/digest_md5.c
438
scan += DIGEST_SIZE * 2;
usr/src/lib/libldap5/sources/ldap/common/digest_md5.c
57
#define DIGEST_HEX_SIZE (DIGEST_SIZE * 2 + 1)
usr/src/lib/libldap5/sources/ldap/common/digest_md5.c
602
unsigned char hash_pass[DIGEST_SIZE];
usr/src/lib/libldap5/sources/ldap/common/digest_md5.c
645
memset(hash_pass, 0, DIGEST_SIZE);