Searched defs:stored_hash (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/svc/common/ |
H A D | manifest_hash.c | 589 uchar_t stored_hash[MHASH_SIZE]; local 642 hashash = mhash_retrieve_entry(hndl, pname, stored_hash, &action) == 0; 695 if (hashash && memcmp(hash, stored_hash, MD5_DIGEST_LENGTH) == 0) { 707 if (stored_hash[MD5_DIGEST_LENGTH+i] != 0) { 733 memcmp(&hash[MHASH_SIZE_OLD], &stored_hash[MHASH_SIZE_OLD], 769 if (memcmp(hash_v1, stored_hash, MD5_DIGEST_LENGTH) == 0) {
|
/illumos-gate/usr/src/cmd/svc/startd/ |
H A D | fork.c | 812 uchar_t stored_hash[MHASH_SIZE]; local 877 stored_hash,
|
Completed in 59 milliseconds