Searched defs:hash_a1 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Ddigest_md5.c241 * places result in hash_a1 and returns hash_a1
242 * note that hash_pass and hash_a1 may be the same
246 unsigned char *hash_a1)
256 MD5Final(hash_a1, &ctx);
258 return (hash_a1);
269 CONST_UCHAR *hash_a1, const char *method, int mlen,
296 /* compute hex_a1 from hash_a1 */
298 hex_a1[j * 2] = hextab[hash_a1[j] >> 4];
299 hex_a1[j * 2 + 1] = hextab[hash_a1[
245 digest_hash_a1(const digest_attrs_t *attr, CONST_UCHAR *hash_pass, unsigned char *hash_a1) argument
268 digest_calc_resp(const digest_attrs_t *attr, CONST_UCHAR *hash_a1, const char *method, int mlen, CONST_UCHAR *hex_int, char *outresp) argument
342 digest_client_resp(const char *method, int mlen, CONST_UCHAR *hash_pass, CONST_UCHAR *hash_a1, digest_attrs_t *attr, char *outbuf, int maxout, int *plen) argument
[all...]

Completed in 57 milliseconds