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

/macosx-10.10.1/Security-57031.1.35/securityd/tests/
H A Dtestacls.cpp88 AclEntryPrototype newAcl; local
97 newAcl.TypedSubject = subject;
98 AclEntryInput input(newAcl);
155 AclEntryPrototype newAcl; local
160 newAcl.TypedSubject = subject;
161 strcpy(newAcl.EntryTag, "vamos");
162 AclEntryInput input(newAcl);
245 AclEntryPrototype newAcl; local
246 newAcl.TypedSubject = TypedList(alloc, CSSM_ACL_SUBJECT_TYPE_PASSWORD,
248 newAcl
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/include/security_keychain/
H A DAccess.cpp296 void Access::add(ACL *newAcl) argument
299 if (&newAcl->access != this)
301 assert(!mAcls[newAcl->entryHandle()]);
302 mAcls[newAcl->entryHandle()] = newAcl;
312 void Access::addOwner(ACL *newAcl) argument
315 newAcl->makeOwner();
317 add(newAcl);
H A DSecACL.h70 @param newAcl A pointer to an access control list entry. On return, this points to the reference of the new access control list entry.
78 SecACLRef *newAcl)
88 @param newAcl A pointer to an access control list entry. On return, this points to the reference of the new access control list entry.
95 SecACLRef *newAcl)
H A DSecACL.cpp63 SecACLRef *newAcl)
77 Required(newAcl) = acl->handle();
85 SecACLRef *newAcl)
90 return SecACLCreateFromSimpleContents(access, applicationList, description, &cdsaPromptSelector, newAcl);
60 SecACLCreateFromSimpleContents(SecAccessRef accessRef, CFArrayRef applicationList, CFStringRef description, const CSSM_ACL_KEYCHAIN_PROMPT_SELECTOR *promptSelector, SecACLRef *newAcl) argument
81 SecACLCreateWithSimpleContents(SecAccessRef access, CFArrayRef applicationList, CFStringRef description, SecKeychainPromptSelector promptSelector, SecACLRef *newAcl) argument
H A DAccess.h96 void add(ACL *newAcl);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DAccess.cpp296 void Access::add(ACL *newAcl) argument
299 if (&newAcl->access != this)
301 assert(!mAcls[newAcl->entryHandle()]);
302 mAcls[newAcl->entryHandle()] = newAcl;
312 void Access::addOwner(ACL *newAcl) argument
315 newAcl->makeOwner();
317 add(newAcl);
H A DSecACL.h70 @param newAcl A pointer to an access control list entry. On return, this points to the reference of the new access control list entry.
78 SecACLRef *newAcl)
88 @param newAcl A pointer to an access control list entry. On return, this points to the reference of the new access control list entry.
95 SecACLRef *newAcl)
H A DSecACL.cpp63 SecACLRef *newAcl)
77 Required(newAcl) = acl->handle();
85 SecACLRef *newAcl)
90 return SecACLCreateFromSimpleContents(access, applicationList, description, &cdsaPromptSelector, newAcl);
60 SecACLCreateFromSimpleContents(SecAccessRef accessRef, CFArrayRef applicationList, CFStringRef description, const CSSM_ACL_KEYCHAIN_PROMPT_SELECTOR *promptSelector, SecACLRef *newAcl) argument
81 SecACLCreateWithSimpleContents(SecAccessRef access, CFArrayRef applicationList, CFStringRef description, SecKeychainPromptSelector promptSelector, SecACLRef *newAcl) argument
H A DAccess.h96 void add(ACL *newAcl);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DAccess.cpp296 void Access::add(ACL *newAcl) argument
299 if (&newAcl->access != this)
301 assert(!mAcls[newAcl->entryHandle()]);
302 mAcls[newAcl->entryHandle()] = newAcl;
312 void Access::addOwner(ACL *newAcl) argument
315 newAcl->makeOwner();
317 add(newAcl);
H A DSecACL.h70 @param newAcl A pointer to an access control list entry. On return, this points to the reference of the new access control list entry.
78 SecACLRef *newAcl)
88 @param newAcl A pointer to an access control list entry. On return, this points to the reference of the new access control list entry.
95 SecACLRef *newAcl)
H A DSecACL.cpp63 SecACLRef *newAcl)
77 Required(newAcl) = acl->handle();
85 SecACLRef *newAcl)
90 return SecACLCreateFromSimpleContents(access, applicationList, description, &cdsaPromptSelector, newAcl);
60 SecACLCreateFromSimpleContents(SecAccessRef accessRef, CFArrayRef applicationList, CFStringRef description, const CSSM_ACL_KEYCHAIN_PROMPT_SELECTOR *promptSelector, SecACLRef *newAcl) argument
81 SecACLCreateWithSimpleContents(SecAccessRef access, CFArrayRef applicationList, CFStringRef description, SecKeychainPromptSelector promptSelector, SecACLRef *newAcl) argument
H A DAccess.h96 void add(ACL *newAcl);
/macosx-10.10.1/tcl-105/tcl/tcl/win/
H A DtclWinTest.c545 PACL curAcl, newAcl = 0;
690 newAcl = (ACL *) ckalloc(newAclSize);
696 if (!initializeAclProc(newAcl, newAclSize, ACL_REVISION)) {
704 if (set_readOnly && !addAccessDeniedAceProc(newAcl, ACL_REVISION,
747 if (!addAceProc(newAcl, ACL_REVISION, MAXDWORD, (PACL *)pACE2,
759 NULL, NULL, newAcl, NULL) == ERROR_SUCCESS) {
767 if (newAcl) {
768 ckfree((char *) newAcl);
537 PACL curAcl, newAcl = 0; local
/macosx-10.10.1/tcl-105/tcl84/tcl/win/
H A DtclWinTest.c560 PACL newAcl = 0;
715 newAcl = (ACL *) ckalloc (newAclSize);
718 if(!initializeAclProc(newAcl, newAclSize, ACL_REVISION)) {
723 if (set_readOnly && !addAccessDeniedAceProc(newAcl, ACL_REVISION,
756 if(! addAceProc (newAcl, ACL_REVISION, MAXDWORD, pACE2,
765 DACL_SECURITY_INFORMATION, NULL, NULL, newAcl, NULL)
772 if (newAcl) ckfree((char *)newAcl);
552 PACL newAcl = 0; local

Completed in 304 milliseconds