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

/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_client/
H A Dkeyclient.cpp77 KeyImpl::getAcl(AutoAclEntryInfoList &aclInfos, const char *selectionTag) const argument
79 aclInfos.allocator(allocator());
80 check(CSSM_GetKeyAcl(csp()->handle(), this, reinterpret_cast<const CSSM_STRING *>(selectionTag), aclInfos, aclInfos)); local
H A Daclclient.cpp76 void KeyAclBearer::getAcl(AutoAclEntryInfoList &aclInfos, const char *selectionTag) const argument
78 aclInfos.allocator(allocator);
79 check(CSSM_GetKeyAcl(csp, &key, reinterpret_cast<const CSSM_STRING *>(selectionTag), aclInfos, aclInfos));
H A Daclclient.h50 virtual void getAcl(AutoAclEntryInfoList &aclInfos,
81 void getAcl(AutoAclEntryInfoList &aclInfos,
H A Dkeyclient.h51 void getAcl(AutoAclEntryInfoList &aclInfos, const char *selectionTag = NULL) const;
H A Ddlclient.cpp494 void DbImpl::getAcl(AutoAclEntryInfoList &aclInfos, const char *selectionTag) const argument
496 aclInfos.allocator(allocator());
498 reinterpret_cast<const CSSM_STRING *>(selectionTag), aclInfos, aclInfos)); local
H A Ddlclient.h339 void getAcl(AutoAclEntryInfoList &aclInfos, const char *selectionTag = NULL) const;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_client/lib/
H A Dkeyclient.cpp77 KeyImpl::getAcl(AutoAclEntryInfoList &aclInfos, const char *selectionTag) const argument
79 aclInfos.allocator(allocator());
80 check(CSSM_GetKeyAcl(csp()->handle(), this, reinterpret_cast<const CSSM_STRING *>(selectionTag), aclInfos, aclInfos)); local
H A Daclclient.cpp76 void KeyAclBearer::getAcl(AutoAclEntryInfoList &aclInfos, const char *selectionTag) const argument
78 aclInfos.allocator(allocator);
79 check(CSSM_GetKeyAcl(csp, &key, reinterpret_cast<const CSSM_STRING *>(selectionTag), aclInfos, aclInfos));
H A Daclclient.h50 virtual void getAcl(AutoAclEntryInfoList &aclInfos,
81 void getAcl(AutoAclEntryInfoList &aclInfos,
H A Dkeyclient.h51 void getAcl(AutoAclEntryInfoList &aclInfos, const char *selectionTag = NULL) const;
H A Ddlclient.cpp494 void DbImpl::getAcl(AutoAclEntryInfoList &aclInfos, const char *selectionTag) const argument
496 aclInfos.allocator(allocator());
498 reinterpret_cast<const CSSM_STRING *>(selectionTag), aclInfos, aclInfos)); local
H A Ddlclient.h339 void getAcl(AutoAclEntryInfoList &aclInfos, const char *selectionTag = NULL) const;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_cspdl/lib/
H A DSSCSPDLSession.cpp45 virtual void getAcl(AutoAclEntryInfoList &aclInfos,
173 ClientSessionKey::getAcl(AutoAclEntryInfoList &aclInfos, argument
177 aclInfos.allocator(mClientSession.returnAllocator);
179 *static_cast<uint32 *>(aclInfos),
180 *reinterpret_cast<AclEntryInfo **>(static_cast<CSSM_ACL_ENTRY_INFO_PTR *>(aclInfos)));
H A DSSKey.h70 AclEntryInfo *&aclInfos, Allocator &allocator);
H A DSSKey.cpp319 AclEntryInfo *&aclInfos, Allocator &allocator)
322 aclInfos, allocator); local
318 getAcl(const char *selectionTag, uint32 &numberOfAclInfos, AclEntryInfo *&aclInfos, Allocator &allocator) argument
/macosx-10.10/Security-57031.1.35/Security/libsecurity_sd_cspdl/lib/
H A DSDKey.h72 AclEntryInfo *&aclInfos, Allocator &allocator);
H A DSDKey.cpp333 AclEntryInfo *&aclInfos, Allocator &allocator)
336 aclInfos, allocator); local
332 getAcl(const char *selectionTag, uint32 &numberOfAclInfos, AclEntryInfo *&aclInfos, Allocator &allocator) argument

Completed in 269 milliseconds