Searched refs:MHASH_SIZE (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/cmd/svc/common/ |
H A D | manifest_hash.c | 170 szret = scf_value_get_opaque(val, hash, MHASH_SIZE); in mhash_retrieve_entry() 182 MHASH_SIZE - MHASH_SIZE_OLD); in mhash_retrieve_entry() 183 } else if (szret != MHASH_SIZE) { in mhash_retrieve_entry() 369 ret = scf_value_set_opaque(val, hash, MHASH_SIZE); in mhash_store_entry() 589 uchar_t stored_hash[MHASH_SIZE]; in mhash_test_file() 590 uchar_t hash[MHASH_SIZE]; in mhash_test_file() 687 (void) memset(hash, 0, MHASH_SIZE); in mhash_test_file() 787 (void) memcpy(hashbuf, hash, MHASH_SIZE); in mhash_test_file()
|
H A D | manifest_find.c | 116 (void) memcpy(info->mi_hash, hash, MHASH_SIZE); in add_pointer() 188 uchar_t hash[MHASH_SIZE]; in process()
|
H A D | manifest_find.h | 45 uchar_t mi_hash[MHASH_SIZE]; /* Manifest hash */
|
H A D | manifest_hash.h | 38 #define MHASH_SIZE (MD5_DIGEST_LENGTH * 2) macro
|
/titanic_41/usr/src/cmd/svc/startd/ |
H A D | fork.c | 812 uchar_t stored_hash[MHASH_SIZE]; in emi_is_disabled()
|