Searched refs:ExtendedAttribute (Results 1 - 18 of 18) sorted by relevance

/macosx-10.10.1/Security-57031.1.35/Security/include/security_keychain/
H A DExtendedAttribute.h25 * ExtendedAttribute.h - Extended Keychain Item Attribute class.
44 class ExtendedAttribute : public ItemImpl class in namespace:Security::KeychainCore
46 NOCOPY(ExtendedAttribute)
48 SECCFFUNCTIONS(ExtendedAttribute, SecKeychainItemExtendedAttributeRef,
49 errSecInvalidItemRef, gTypes().ExtendedAttribute)
52 ExtendedAttribute(CSSM_DB_RECORDTYPE recordType,
59 ExtendedAttribute(const Keychain &keychain,
64 ExtendedAttribute(const Keychain &keychain, const PrimaryKey &primaryKey);
67 static ExtendedAttribute* make(const Keychain &keychain, const PrimaryKey &primaryKey, const CssmClient::DbUniqueRecord &uniqueId);
68 static ExtendedAttribute* mak
[all...]
H A DExtendedAttribute.cpp25 * ExtendedAttribute.cpp - Extended Keychain Item Attribute class.
29 #include "ExtendedAttribute.h"
40 ExtendedAttribute::ExtendedAttribute( function in class:ExtendedAttribute
57 ExtendedAttribute::ExtendedAttribute( function in class:ExtendedAttribute
71 ExtendedAttribute::ExtendedAttribute( function in class:ExtendedAttribute
83 ExtendedAttribute* ExtendedAttribute
102 ExtendedAttribute::ExtendedAttribute( function in class:ExtendedAttribute
[all...]
H A DSecCFTypes.cpp67 ExtendedAttribute("SecKeychainItemExtendedAttributes")
H A DSecCFTypes.h97 CFClass ExtendedAttribute; member in class:Security::KeychainCore::SecCFTypes
H A DSecKeychainItemExtendedAttributes.cpp26 #include "ExtendedAttribute.h"
39 return gTypes().ExtendedAttribute.typeID;
78 * Look up an ExtendedAttribute item associated with specified item.
149 /* is there already a matching ExtendedAttribute item? */
175 SecPointer<ExtendedAttribute> extAttr(new ExtendedAttribute(
H A DItem.cpp33 #include "ExtendedAttribute.h"
1481 ? ExtendedAttribute::make(keychain, primaryKey, uniqueId)
1495 ? ExtendedAttribute::make(keychain, primaryKey)
1509 ? new ExtendedAttribute(safer_cast<ExtendedAttribute &>(item))
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DExtendedAttribute.h25 * ExtendedAttribute.h - Extended Keychain Item Attribute class.
44 class ExtendedAttribute : public ItemImpl class in namespace:Security::KeychainCore
46 NOCOPY(ExtendedAttribute)
48 SECCFFUNCTIONS(ExtendedAttribute, SecKeychainItemExtendedAttributeRef,
49 errSecInvalidItemRef, gTypes().ExtendedAttribute)
52 ExtendedAttribute(CSSM_DB_RECORDTYPE recordType,
59 ExtendedAttribute(const Keychain &keychain,
64 ExtendedAttribute(const Keychain &keychain, const PrimaryKey &primaryKey);
67 static ExtendedAttribute* make(const Keychain &keychain, const PrimaryKey &primaryKey, const CssmClient::DbUniqueRecord &uniqueId);
68 static ExtendedAttribute* mak
[all...]
H A DExtendedAttribute.cpp25 * ExtendedAttribute.cpp - Extended Keychain Item Attribute class.
29 #include "ExtendedAttribute.h"
40 ExtendedAttribute::ExtendedAttribute( function in class:ExtendedAttribute
57 ExtendedAttribute::ExtendedAttribute( function in class:ExtendedAttribute
71 ExtendedAttribute::ExtendedAttribute( function in class:ExtendedAttribute
83 ExtendedAttribute* ExtendedAttribute
102 ExtendedAttribute::ExtendedAttribute( function in class:ExtendedAttribute
[all...]
H A DSecCFTypes.cpp67 ExtendedAttribute("SecKeychainItemExtendedAttributes")
H A DSecCFTypes.h97 CFClass ExtendedAttribute; member in class:Security::KeychainCore::SecCFTypes
H A DSecKeychainItemExtendedAttributes.cpp26 #include "ExtendedAttribute.h"
39 return gTypes().ExtendedAttribute.typeID;
78 * Look up an ExtendedAttribute item associated with specified item.
149 /* is there already a matching ExtendedAttribute item? */
175 SecPointer<ExtendedAttribute> extAttr(new ExtendedAttribute(
H A DItem.cpp33 #include "ExtendedAttribute.h"
1481 ? ExtendedAttribute::make(keychain, primaryKey, uniqueId)
1495 ? ExtendedAttribute::make(keychain, primaryKey)
1509 ? new ExtendedAttribute(safer_cast<ExtendedAttribute &>(item))
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DExtendedAttribute.h25 * ExtendedAttribute.h - Extended Keychain Item Attribute class.
44 class ExtendedAttribute : public ItemImpl class in namespace:Security::KeychainCore
46 NOCOPY(ExtendedAttribute)
48 SECCFFUNCTIONS(ExtendedAttribute, SecKeychainItemExtendedAttributeRef,
49 errSecInvalidItemRef, gTypes().ExtendedAttribute)
52 ExtendedAttribute(CSSM_DB_RECORDTYPE recordType,
59 ExtendedAttribute(const Keychain &keychain,
64 ExtendedAttribute(const Keychain &keychain, const PrimaryKey &primaryKey);
67 static ExtendedAttribute* make(const Keychain &keychain, const PrimaryKey &primaryKey, const CssmClient::DbUniqueRecord &uniqueId);
68 static ExtendedAttribute* mak
[all...]
H A DExtendedAttribute.cpp25 * ExtendedAttribute.cpp - Extended Keychain Item Attribute class.
29 #include "ExtendedAttribute.h"
40 ExtendedAttribute::ExtendedAttribute( function in class:ExtendedAttribute
57 ExtendedAttribute::ExtendedAttribute( function in class:ExtendedAttribute
71 ExtendedAttribute::ExtendedAttribute( function in class:ExtendedAttribute
83 ExtendedAttribute* ExtendedAttribute
102 ExtendedAttribute::ExtendedAttribute( function in class:ExtendedAttribute
[all...]
H A DSecCFTypes.cpp67 ExtendedAttribute("SecKeychainItemExtendedAttributes")
H A DSecCFTypes.h97 CFClass ExtendedAttribute; member in class:Security::KeychainCore::SecCFTypes
H A DSecKeychainItemExtendedAttributes.cpp26 #include "ExtendedAttribute.h"
39 return gTypes().ExtendedAttribute.typeID;
78 * Look up an ExtendedAttribute item associated with specified item.
149 /* is there already a matching ExtendedAttribute item? */
175 SecPointer<ExtendedAttribute> extAttr(new ExtendedAttribute(
H A DItem.cpp33 #include "ExtendedAttribute.h"
1481 ? ExtendedAttribute::make(keychain, primaryKey, uniqueId)
1495 ? ExtendedAttribute::make(keychain, primaryKey)
1509 ? new ExtendedAttribute(safer_cast<ExtendedAttribute &>(item))

Completed in 130 milliseconds