Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Ddigest_md5.c244 unsigned char *hash_a1) in digest_hash_a1() argument
254 MD5Final(hash_a1, &ctx); in digest_hash_a1()
256 return (hash_a1); in digest_hash_a1()
267 CONST_UCHAR *hash_a1, const char *method, int mlen, in digest_calc_resp() argument
296 hex_a1[j * 2] = hextab[hash_a1[j] >> 4]; in digest_calc_resp()
297 hex_a1[j * 2 + 1] = hextab[hash_a1[j] & 0xf]; in digest_calc_resp()
341 CONST_UCHAR *hash_pass, CONST_UCHAR *hash_a1, in digest_client_resp() argument
425 if (hash_a1 == NULL) { in digest_client_resp()
428 hash_a1 = digest_hash_a1(attr, hash_pass, hashbuf); in digest_client_resp()
430 digest_calc_resp(attr, hash_a1, method, mlen, NULL, hexbuf); in digest_client_resp()