Searched refs:first_entitlement_hash (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/Security-57031.1.35/codesign_wrapper/
H A Dcodesign_wrapper.c719 CFDataRef first_entitlement_hash = NULL; local
735 if (!first_entitlement_hash)
736 first_entitlement_hash = entitlements_hash;
738 require(entitlements_hash && CFEqual(first_entitlement_hash, entitlements_hash), out);

Completed in 137 milliseconds