Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/port/rt/
H A Dpos4obj.c132 unsigned char hashbuf[HASHSTRLEN + 1]; in __pos4obj_name() local
200 __pos4obj_md5toa(hashbuf, md5_digest); in __pos4obj_name()
202 (void) strcat(dfile, (const char *)hashbuf); in __pos4obj_name()
/titanic_41/usr/src/cmd/svc/common/
H A Dmanifest_hash.c582 char **pnamep, uchar_t *hashbuf) in mhash_test_file() argument
667 if (!hashash && hashbuf == NULL) { in mhash_test_file()
786 if (hashbuf != NULL) in mhash_test_file()
787 (void) memcpy(hashbuf, hash, MHASH_SIZE); in mhash_test_file()
/titanic_41/usr/src/lib/libldap5/sources/ldap/common/
H A Ddigest_md5.c357 unsigned char hashbuf[DIGEST_SIZE]; in digest_client_resp() local
430 hash_a1 = digest_hash_a1(attr, hash_pass, hashbuf); in digest_client_resp()