Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Ddigest_md5.c54 #define DIGEST_SIZE 16 macro
274 unsigned char resp[DIGEST_SIZE]; in digest_calc_resp()
295 for (j = 0; j < DIGEST_SIZE; ++j) { in digest_calc_resp()
318 for (j = 0; j < DIGEST_SIZE; ++j) { in digest_calc_resp()
326 for (j = 0; j < DIGEST_SIZE; ++j) { in digest_calc_resp()
330 outresp[DIGEST_SIZE * 2] = '\0'; in digest_calc_resp()
355 unsigned char hashbuf[DIGEST_SIZE]; in digest_client_resp()
437 attr->resplen = DIGEST_SIZE * 2; in digest_client_resp()
438 scan += DIGEST_SIZE * 2; in digest_client_resp()
602 unsigned char hash_pass[DIGEST_SIZE]; in ldap_digest_md5_encode()
[all …]