Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Ddigest_md5.c57 #define DIGEST_HEX_SIZE (DIGEST_SIZE * 2 + 1) macro
62 #define DIGEST_CLIENT_EXTRA (DIGEST_HEX_SIZE + 128)
354 char hexbuf[DIGEST_HEX_SIZE]; in digest_client_resp()