Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/rt/
H A Dpos4obj.c130 unsigned char hashbuf[HASHSTRLEN + 1]; in __pos4obj_name() local
198 __pos4obj_md5toa(hashbuf, md5_digest); in __pos4obj_name()
200 (void) strcat(dfile, (const char *)hashbuf); in __pos4obj_name()
/illumos-gate/usr/src/cmd/svc/common/
H A Dmanifest_hash.c593 char **pnamep, uchar_t *hashbuf) in mhash_test_file() argument
678 if (!hashash && hashbuf == NULL) { in mhash_test_file()
797 if (hashbuf != NULL) in mhash_test_file()
798 (void) memcpy(hashbuf, hash, MHASH_SIZE); in mhash_test_file()
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Ddigest_md5.c355 unsigned char hashbuf[DIGEST_SIZE]; in digest_client_resp() local
428 hash_a1 = digest_hash_a1(attr, hash_pass, hashbuf); in digest_client_resp()