Searched defs:AuthItemRef (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A DAuthorizationData.cpp250 AuthItemRef::AuthItemRef(const AuthorizationItem &item) : RefPointer<AuthItem>(new AuthItem(item)) {} function in class:Authorization::AuthItemRef
252 AuthItemRef::AuthItemRef(AuthorizationString name) : RefPointer<AuthItem>(new AuthItem(name)) {} function in class:Authorization::AuthItemRef
254 AuthItemRef::AuthItemRef(AuthorizationString name, AuthorizationValue value, AuthorizationFlags flags) : RefPointer<AuthItem>(new AuthItem(name, value, flags)) {} function in class:Authorization::AuthItemRef
[all...]
H A DAuthorizationData.h144 class AuthItemRef : public RefPointer<AuthItem> class in namespace:Authorization
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_utilities/lib/
H A DAuthorizationData.cpp250 AuthItemRef::AuthItemRef(const AuthorizationItem &item) : RefPointer<AuthItem>(new AuthItem(item)) {} function in class:Authorization::AuthItemRef
252 AuthItemRef::AuthItemRef(AuthorizationString name) : RefPointer<AuthItem>(new AuthItem(name)) {} function in class:Authorization::AuthItemRef
254 AuthItemRef::AuthItemRef(AuthorizationString name, AuthorizationValue value, AuthorizationFlags flags) : RefPointer<AuthItem>(new AuthItem(name, value, flags)) {} function in class:Authorization::AuthItemRef
[all...]
H A DAuthorizationData.h144 class AuthItemRef : public RefPointer<AuthItem> class in namespace:Authorization

Completed in 126 milliseconds