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

/macosx-10.10/Security-57031.1.35/securityd/tests/
H A Dtestclient.h61 void authorizations();
H A Dtestauth.cpp40 void authorizations() function
H A Dtestclient.cpp165 authorizations();
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DAccess.cpp97 unlimited->authorizations().clear();
98 unlimited->authorizations().insert(CSSM_ACL_AUTHORIZATION_ENCRYPT);
100 unlimited->authorizations() = freeRights;
107 limited->authorizations().clear();
108 limited->authorizations().insert(CSSM_ACL_AUTHORIZATION_DECRYPT);
109 limited->authorizations().insert(CSSM_ACL_AUTHORIZATION_SIGN);
110 limited->authorizations().insert(CSSM_ACL_AUTHORIZATION_MAC);
111 limited->authorizations().insert(CSSM_ACL_AUTHORIZATION_DERIVE);
112 limited->authorizations().insert(CSSM_ACL_AUTHORIZATION_EXPORT_CLEAR);
113 limited->authorizations()
[all...]
H A DSecACL.cpp205 AclAuthorizationSet auths = ACL::required(acl)->authorizations();
223 AclAuthorizationSet auths = ACL::required(acl)->authorizations();
267 AclAuthorizationSet &auths = acl->authorizations();
274 OSStatus SecACLUpdateAuthorizations(SecACLRef acl, CFArrayRef authorizations) argument
276 if (NULL == acl || NULL == authorizations)
280 uint32 tagCount = (uint32)CFArrayGetCount(authorizations);
288 tags[iCnt] = GetACLAuthorizationTagFromString((CFStringRef)CFArrayGetValueAtIndex(authorizations, iCnt));
H A DSecACL.h186 @result On return, a CFArrayRef of the authorizations for this ACL.
210 @param authorizations A pointer to an array of authorization tags.
213 OSStatus SecACLUpdateAuthorizations(SecACLRef acl, CFArrayRef authorizations)
H A DACL.h91 AclAuthorizationSet &authorizations() { return mAuthorizations; } function in class:Security::KeychainCore::ACL
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DAccess.cpp97 unlimited->authorizations().clear();
98 unlimited->authorizations().insert(CSSM_ACL_AUTHORIZATION_ENCRYPT);
100 unlimited->authorizations() = freeRights;
107 limited->authorizations().clear();
108 limited->authorizations().insert(CSSM_ACL_AUTHORIZATION_DECRYPT);
109 limited->authorizations().insert(CSSM_ACL_AUTHORIZATION_SIGN);
110 limited->authorizations().insert(CSSM_ACL_AUTHORIZATION_MAC);
111 limited->authorizations().insert(CSSM_ACL_AUTHORIZATION_DERIVE);
112 limited->authorizations().insert(CSSM_ACL_AUTHORIZATION_EXPORT_CLEAR);
113 limited->authorizations()
[all...]
H A DSecACL.cpp205 AclAuthorizationSet auths = ACL::required(acl)->authorizations();
223 AclAuthorizationSet auths = ACL::required(acl)->authorizations();
267 AclAuthorizationSet &auths = acl->authorizations();
274 OSStatus SecACLUpdateAuthorizations(SecACLRef acl, CFArrayRef authorizations) argument
276 if (NULL == acl || NULL == authorizations)
280 uint32 tagCount = (uint32)CFArrayGetCount(authorizations);
288 tags[iCnt] = GetACLAuthorizationTagFromString((CFStringRef)CFArrayGetValueAtIndex(authorizations, iCnt));
H A DSecACL.h186 @result On return, a CFArrayRef of the authorizations for this ACL.
210 @param authorizations A pointer to an array of authorization tags.
213 OSStatus SecACLUpdateAuthorizations(SecACLRef acl, CFArrayRef authorizations)
H A DACL.h91 AclAuthorizationSet &authorizations() { return mAuthorizations; } function in class:Security::KeychainCore::ACL
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DAccess.cpp97 unlimited->authorizations().clear();
98 unlimited->authorizations().insert(CSSM_ACL_AUTHORIZATION_ENCRYPT);
100 unlimited->authorizations() = freeRights;
107 limited->authorizations().clear();
108 limited->authorizations().insert(CSSM_ACL_AUTHORIZATION_DECRYPT);
109 limited->authorizations().insert(CSSM_ACL_AUTHORIZATION_SIGN);
110 limited->authorizations().insert(CSSM_ACL_AUTHORIZATION_MAC);
111 limited->authorizations().insert(CSSM_ACL_AUTHORIZATION_DERIVE);
112 limited->authorizations().insert(CSSM_ACL_AUTHORIZATION_EXPORT_CLEAR);
113 limited->authorizations()
[all...]
H A DSecACL.cpp205 AclAuthorizationSet auths = ACL::required(acl)->authorizations();
223 AclAuthorizationSet auths = ACL::required(acl)->authorizations();
267 AclAuthorizationSet &auths = acl->authorizations();
274 OSStatus SecACLUpdateAuthorizations(SecACLRef acl, CFArrayRef authorizations) argument
276 if (NULL == acl || NULL == authorizations)
280 uint32 tagCount = (uint32)CFArrayGetCount(authorizations);
288 tags[iCnt] = GetACLAuthorizationTagFromString((CFStringRef)CFArrayGetValueAtIndex(authorizations, iCnt));
H A DSecACL.h186 @result On return, a CFArrayRef of the authorizations for this ACL.
210 @param authorizations A pointer to an array of authorization tags.
213 OSStatus SecACLUpdateAuthorizations(SecACLRef acl, CFArrayRef authorizations)
H A DACL.h91 AclAuthorizationSet &authorizations() { return mAuthorizations; } function in class:Security::KeychainCore::ACL
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A Dobjectacl.cpp418 for (AclAuthorizationSet::const_iterator it = newEntry.authorizations.begin();
419 it != newEntry.authorizations.end(); it++)
481 authorizations = proto.authorization();
499 AuthorizationGroup(authorizations, alloc);
507 return authorizesAnything || authorizations.find(auth) != authorizations.end();
526 authorizations.erase(authorizations.begin(), authorizations.end());
533 authorizations
[all...]
H A Dobjectacl.h161 AclAuthorizationSet authorizations; // set of authorizations member in class:Security::ObjectAcl::AclEntry
183 Endian<uint32> count = (uint32)authorizations.size(); pub(count);
184 for (AclAuthorizationSet::iterator it = authorizations.begin();
185 it != authorizations.end(); it++) {
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_utilities/lib/
H A Dobjectacl.cpp418 for (AclAuthorizationSet::const_iterator it = newEntry.authorizations.begin();
419 it != newEntry.authorizations.end(); it++)
481 authorizations = proto.authorization();
499 AuthorizationGroup(authorizations, alloc);
507 return authorizesAnything || authorizations.find(auth) != authorizations.end();
526 authorizations.erase(authorizations.begin(), authorizations.end());
533 authorizations
[all...]
H A Dobjectacl.h161 AclAuthorizationSet authorizations; // set of authorizations member in class:Security::ObjectAcl::AclEntry
183 Endian<uint32> count = (uint32)authorizations.size(); pub(count);
184 for (AclAuthorizationSet::iterator it = authorizations.begin();
185 it != authorizations.end(); it++) {

Completed in 258 milliseconds