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

/macosx-10.10.1/Security-57031.1.35/Security/sec/Security/
H A DSecAccessControlPriv.h44 bool SecAccessControlSetProtection(SecAccessControlRef access_control, CFTypeRef protection, CFErrorRef *error);
H A DSecAccessControl.c93 if (!SecAccessControlSetProtection(access_control, protection, error))
136 bool SecAccessControlSetProtection(SecAccessControlRef access_control, CFTypeRef protection, CFErrorRef *error) { function
/macosx-10.10.1/Security-57031.1.35/Security/sec/Security/Regressions/secitem/
H A Dsi-81-item-acl-stress.c147 ok(SecAccessControlSetProtection(aclRef, kSecAttrAccessibleWhenUnlocked, NULL), "Set protection");
153 ok(SecAccessControlSetProtection(invalidAclRef, kSecAttrAccessibleWhenUnlocked, NULL), "Set protection");
H A Dsi_77_SecAccessControl.c88 bool result = SecAccessControlSetProtection(acl, protection, &error);
89 ok(result, "SecAccessControlSetProtection: %@", error);
/macosx-10.10.1/Security-57031.1.35/Security/sec/securityd/
H A DSecDbKeychainItem.c332 ok = SecAccessControlSetProtection(access_control, protection, NULL);

Completed in 128 milliseconds