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

/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_utilities/
H A Dcssmaclpod.cpp56 AuthorizationGroup::AuthorizationGroup(const AclAuthorizationSet &auths, Allocator &alloc) function in class:Security::AuthorizationGroup
63 AuthorizationGroup::AuthorizationGroup(CSSM_ACL_AUTHORIZATION_TAG tag, Allocator &alloc) function in class:Security::AuthorizationGroup
70 void AuthorizationGroup::destroy(Allocator &alloc)
75 bool AuthorizationGroup::contains(CSSM_ACL_AUTHORIZATION_TAG tag) const
81 AuthorizationGroup::operator AclAuthorizationSet() const
176 info.proto().authorization() = AuthorizationGroup(auths, allocator());
H A Dcssmaclpod.h57 class AuthorizationGroup : public PodWrapper<AuthorizationGroup, CSSM_AUTHORIZATIONGROUP> { class in namespace:Security
59 AuthorizationGroup() { NumberOfAuthTags = 0; } function in class:Security::AuthorizationGroup
60 AuthorizationGroup(const AclAuthorizationSet &, Allocator &alloc);
61 AuthorizationGroup(AclAuthorization tag, Allocator &alloc);
95 AuthorizationGroup &authorization() { return AuthorizationGroup::overlay(Authorization); }
96 const AuthorizationGroup &authorization() const
97 { return AuthorizationGroup::overlay(Authorization); }
255 class AutoAuthorizationGroup : public AuthorizationGroup {
[all...]
H A Dobjectacl.cpp498 AuthorizationGroup(CSSM_ACL_AUTHORIZATION_ANY, alloc) :
499 AuthorizationGroup(authorizations, alloc);
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_utilities/lib/
H A Dcssmaclpod.cpp56 AuthorizationGroup::AuthorizationGroup(const AclAuthorizationSet &auths, Allocator &alloc) function in class:Security::AuthorizationGroup
63 AuthorizationGroup::AuthorizationGroup(CSSM_ACL_AUTHORIZATION_TAG tag, Allocator &alloc) function in class:Security::AuthorizationGroup
70 void AuthorizationGroup::destroy(Allocator &alloc)
75 bool AuthorizationGroup::contains(CSSM_ACL_AUTHORIZATION_TAG tag) const
81 AuthorizationGroup::operator AclAuthorizationSet() const
176 info.proto().authorization() = AuthorizationGroup(auths, allocator());
H A Dcssmaclpod.h57 class AuthorizationGroup : public PodWrapper<AuthorizationGroup, CSSM_AUTHORIZATIONGROUP> { class in namespace:Security
59 AuthorizationGroup() { NumberOfAuthTags = 0; } function in class:Security::AuthorizationGroup
60 AuthorizationGroup(const AclAuthorizationSet &, Allocator &alloc);
61 AuthorizationGroup(AclAuthorization tag, Allocator &alloc);
95 AuthorizationGroup &authorization() { return AuthorizationGroup::overlay(Authorization); }
96 const AuthorizationGroup &authorization() const
97 { return AuthorizationGroup::overlay(Authorization); }
255 class AutoAuthorizationGroup : public AuthorizationGroup {
[all...]
H A Dobjectacl.cpp498 AuthorizationGroup(CSSM_ACL_AUTHORIZATION_ANY, alloc) :
499 AuthorizationGroup(authorizations, alloc);
/macosx-10.9.5/securityd-55199.3/tests/
H A Dtestacls.cpp223 const AuthorizationGroup &auths = acl1.proto().authorization();
273 const AuthorizationGroup &auths1 = acl1.proto().authorization();
280 const AuthorizationGroup &auths2 = acl2.proto().authorization();
/macosx-10.9.5/securityd-55199.3/src/
H A Dtokenacl.cpp161 proto.authorization() = AuthorizationGroup(CSSM_ACL_AUTHORIZATION_PREAUTH(pin), alloc);
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_client/
H A Daclclient.cpp266 AuthorizationGroup &authGroup = input().proto().authorization();
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_client/lib/
H A Daclclient.cpp266 AuthorizationGroup &authGroup = input().proto().authorization();
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DACL.cpp230 AuthorizationGroup tags(mAuthorizations, allocator);
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DACL.cpp230 AuthorizationGroup tags(mAuthorizations, allocator);
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DACL.cpp230 AuthorizationGroup tags(mAuthorizations, allocator);
/macosx-10.9.5/security_ocspd-55118.2/server/
H A DcrlDb.cpp184 AuthorizationGroup &authGroup = protoType.authorization();

Completed in 225 milliseconds