Searched refs:KeyItem (Results 1 - 25 of 57) sorted by relevance

123

/macosx-10.10.1/Security-57031.1.35/Security/include/security_keychain/
H A DKeyItem.h25 // KeyItem.h
39 class KeyItem : public ItemImpl class in namespace:Security::KeychainCore
41 NOCOPY(KeyItem)
43 SECCFFUNCTIONS(KeyItem, SecKeyRef, errSecInvalidItemRef, gTypes().KeyItem)
47 KeyItem(const Keychain &keychain, const PrimaryKey &primaryKey, const CssmClient::DbUniqueRecord &uniqueId);
50 KeyItem(const Keychain &keychain, const PrimaryKey &primaryKey);
53 static KeyItem* make(const Keychain &keychain, const PrimaryKey &primaryKey, const CssmClient::DbUniqueRecord &uniqueId);
54 static KeyItem* make(const Keychain &keychain, const PrimaryKey &primaryKey);
56 KeyItem(KeyIte
[all...]
H A DIdentity.h31 #include <security_keychain/KeyItem.h>
45 Identity(const SecPointer<KeyItem> &privateKey,
50 SecPointer<KeyItem> privateKey() const;
60 SecPointer<KeyItem> mPrivateKey;
H A DIdentity.cpp35 Identity::Identity(const SecPointer<KeyItem> &privateKey,
53 SecPointer<KeyItem> keyItem(static_cast<KeyItem *>(&*key));
61 SecPointer<KeyItem>
110 KeyItem* pKeyItem = mPrivateKey.get();
H A DSecCFTypes.cpp61 KeyItem("SecKey"),
H A DKeyItem.cpp25 // KeyItem.cpp
27 #include <security_keychain/KeyItem.h>
31 #include <security_keychain/KeyItem.h>
53 KeyItem::KeyItem(const Keychain &keychain, const PrimaryKey &primaryKey, const CssmClient::DbUniqueRecord &uniqueId) : function in class:KeyItem
61 KeyItem::KeyItem(const Keychain &keychain, const PrimaryKey &primaryKey) : function in class:KeyItem
69 KeyItem* KeyItem::make(const Keychain &keychain, const PrimaryKey &primaryKey, const CssmClient::DbUniqueRecord &uniqueId)
71 KeyItem*
87 KeyItem::KeyItem(KeyItem &keyItem) : function in class:KeyItem
96 KeyItem::KeyItem(const CssmClient::Key &key) : function in class:KeyItem
[all...]
H A DSecCFTypes.h91 CFClass KeyItem; member in class:Security::KeychainCore::SecCFTypes
H A DIdentityCursor.h44 class KeyItem;
64 SecPointer<KeyItem> mCurrentKey;
H A DCertificate.h43 class KeyItem;
88 SecPointer<KeyItem> publicKey();
H A DSecKey.cpp34 #include <security_keychain/KeyItem.h>
41 #include <security_keychain/KeyItem.h>
55 return gTypes().KeyItem.typeID;
77 SecPointer<KeyItem> pubItem, privItem;
82 KeyItem::createPair(keychain,
130 Required(cssmKey) = KeyItem::required(key)->key();
145 SecPointer<KeyItem> keyItem(KeyItem::required(keyRef));
157 SecPointer<KeyItem> keyItem(KeyItem
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DKeyItem.h25 // KeyItem.h
39 class KeyItem : public ItemImpl class in namespace:Security::KeychainCore
41 NOCOPY(KeyItem)
43 SECCFFUNCTIONS(KeyItem, SecKeyRef, errSecInvalidItemRef, gTypes().KeyItem)
47 KeyItem(const Keychain &keychain, const PrimaryKey &primaryKey, const CssmClient::DbUniqueRecord &uniqueId);
50 KeyItem(const Keychain &keychain, const PrimaryKey &primaryKey);
53 static KeyItem* make(const Keychain &keychain, const PrimaryKey &primaryKey, const CssmClient::DbUniqueRecord &uniqueId);
54 static KeyItem* make(const Keychain &keychain, const PrimaryKey &primaryKey);
56 KeyItem(KeyIte
[all...]
H A DIdentity.h31 #include <security_keychain/KeyItem.h>
45 Identity(const SecPointer<KeyItem> &privateKey,
50 SecPointer<KeyItem> privateKey() const;
60 SecPointer<KeyItem> mPrivateKey;
H A DIdentity.cpp35 Identity::Identity(const SecPointer<KeyItem> &privateKey,
53 SecPointer<KeyItem> keyItem(static_cast<KeyItem *>(&*key));
61 SecPointer<KeyItem>
110 KeyItem* pKeyItem = mPrivateKey.get();
H A DSecCFTypes.cpp61 KeyItem("SecKey"),
H A DKeyItem.cpp25 // KeyItem.cpp
27 #include <security_keychain/KeyItem.h>
31 #include <security_keychain/KeyItem.h>
53 KeyItem::KeyItem(const Keychain &keychain, const PrimaryKey &primaryKey, const CssmClient::DbUniqueRecord &uniqueId) : function in class:KeyItem
61 KeyItem::KeyItem(const Keychain &keychain, const PrimaryKey &primaryKey) : function in class:KeyItem
69 KeyItem* KeyItem::make(const Keychain &keychain, const PrimaryKey &primaryKey, const CssmClient::DbUniqueRecord &uniqueId)
71 KeyItem*
87 KeyItem::KeyItem(KeyItem &keyItem) : function in class:KeyItem
96 KeyItem::KeyItem(const CssmClient::Key &key) : function in class:KeyItem
[all...]
H A DSecCFTypes.h91 CFClass KeyItem; member in class:Security::KeychainCore::SecCFTypes
H A DIdentityCursor.h44 class KeyItem;
64 SecPointer<KeyItem> mCurrentKey;
H A DCertificate.h43 class KeyItem;
88 SecPointer<KeyItem> publicKey();
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DKeyItem.h25 // KeyItem.h
39 class KeyItem : public ItemImpl class in namespace:Security::KeychainCore
41 NOCOPY(KeyItem)
43 SECCFFUNCTIONS(KeyItem, SecKeyRef, errSecInvalidItemRef, gTypes().KeyItem)
47 KeyItem(const Keychain &keychain, const PrimaryKey &primaryKey, const CssmClient::DbUniqueRecord &uniqueId);
50 KeyItem(const Keychain &keychain, const PrimaryKey &primaryKey);
53 static KeyItem* make(const Keychain &keychain, const PrimaryKey &primaryKey, const CssmClient::DbUniqueRecord &uniqueId);
54 static KeyItem* make(const Keychain &keychain, const PrimaryKey &primaryKey);
56 KeyItem(KeyIte
[all...]
H A DIdentity.h31 #include <security_keychain/KeyItem.h>
45 Identity(const SecPointer<KeyItem> &privateKey,
50 SecPointer<KeyItem> privateKey() const;
60 SecPointer<KeyItem> mPrivateKey;
H A DIdentity.cpp35 Identity::Identity(const SecPointer<KeyItem> &privateKey,
53 SecPointer<KeyItem> keyItem(static_cast<KeyItem *>(&*key));
61 SecPointer<KeyItem>
110 KeyItem* pKeyItem = mPrivateKey.get();
H A DSecCFTypes.cpp61 KeyItem("SecKey"),
H A DKeyItem.cpp25 // KeyItem.cpp
27 #include <security_keychain/KeyItem.h>
31 #include <security_keychain/KeyItem.h>
53 KeyItem::KeyItem(const Keychain &keychain, const PrimaryKey &primaryKey, const CssmClient::DbUniqueRecord &uniqueId) : function in class:KeyItem
61 KeyItem::KeyItem(const Keychain &keychain, const PrimaryKey &primaryKey) : function in class:KeyItem
69 KeyItem* KeyItem::make(const Keychain &keychain, const PrimaryKey &primaryKey, const CssmClient::DbUniqueRecord &uniqueId)
71 KeyItem*
87 KeyItem::KeyItem(KeyItem &keyItem) : function in class:KeyItem
96 KeyItem::KeyItem(const CssmClient::Key &key) : function in class:KeyItem
[all...]
H A DSecCFTypes.h91 CFClass KeyItem; member in class:Security::KeychainCore::SecCFTypes
H A DIdentityCursor.h44 class KeyItem;
64 SecPointer<KeyItem> mCurrentKey;
H A DCertificate.h43 class KeyItem;
88 SecPointer<KeyItem> publicKey();

Completed in 108 milliseconds

123