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

/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Ddigest_md5.c208 * places result in hash_pass (of size DIGEST_SIZE) and returns it.
213 unsigned char *hash_pass)
234 MD5Final(hash_pass, &ctx);
236 return (hash_pass);
240 * Compute MD5("<hash_pass>:<nonce>:<cnonce>")
242 * note that hash_pass and hash_a1 may be the same
245 digest_hash_a1(const digest_attrs_t *attr, CONST_UCHAR *hash_pass, argument
251 MD5Update(&ctx, hash_pass, DIGEST_SIZE);
338 * either one of hash_pass and hash_a1 may be NULL
339 * hash_a1 is used on re-authentication and takes precedence over hash_pass
211 digest_hash_pass(const char *user, int ulen, const char *realm, int rlen, const char *pass, int passlen, int use8859_1, unsigned char *hash_pass) 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
604 unsigned char hash_pass[DIGEST_SIZE]; local
[all...]

Completed in 16 milliseconds