Searched refs:theHDigest (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dcram_md5.c75 char *theHDigest; local
98 theHDigest = hexa_print(digest, 16);
99 if (theHDigest == NULL){
108 sprintf(resp.bv_val, "%s %s", dn, theHDigest);
109 free(theHDigest);
/opensolaris-onvv-gate/usr/src/lib/libldap4/common/
H A Dsaslbind.c299 char *theHDigest; local
322 theHDigest = hexa_print(digest, 16);
323 if (theHDigest == NULL){
332 sprintf(resp.bv_val, "%s %s", dn, theHDigest);
333 free(theHDigest);

Completed in 101 milliseconds