Home
last modified time | relevance | path

Searched refs:stored_hash (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/svc/common/
H A Dmanifest_hash.c600 uchar_t stored_hash[MHASH_SIZE]; in mhash_test_file() local
653 hashash = mhash_retrieve_entry(hndl, pname, stored_hash, &action) == 0; in mhash_test_file()
706 if (hashash && memcmp(hash, stored_hash, MD5_DIGEST_LENGTH) == 0) { in mhash_test_file()
718 if (stored_hash[MD5_DIGEST_LENGTH+i] != 0) { in mhash_test_file()
744 memcmp(&hash[MHASH_SIZE_OLD], &stored_hash[MHASH_SIZE_OLD], in mhash_test_file()
780 if (memcmp(hash_v1, stored_hash, MD5_DIGEST_LENGTH) == 0) { in mhash_test_file()
/illumos-gate/usr/src/cmd/svc/startd/
H A Dfork.c812 uchar_t stored_hash[MHASH_SIZE]; in emi_is_disabled() local
877 stored_hash, in emi_is_disabled()