Searched refs:itemClass (Results 1 - 25 of 76) sorted by relevance

1234

/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DSecKeychainSearch.cpp43 SecKeychainSearchCreateFromAttributes(CFTypeRef keychainOrArray, SecItemClass itemClass, const SecKeychainAttributeList *attrList, SecKeychainSearchRef *searchRef) argument
51 KCCursor cursor(keychains, itemClass, attrList);
59 SecKeychainSearchCreateFromAttributesExtended(CFTypeRef keychainOrArray, SecItemClass itemClass, const SecKeychainAttributeList *attrList, CSSM_DB_CONJUNCTIVE dbConjunctive, CSSM_DB_OPERATOR dbOperator, SecKeychainSearchRef *searchRef) argument
67 KCCursor cursor(keychains, itemClass, attrList, dbConjunctive, dbOperator);
H A DSecKeychainSearch.h52 @param itemClass The keychain item class.
58 OSStatus SecKeychainSearchCreateFromAttributes(CFTypeRef keychainOrArray, SecItemClass itemClass, const SecKeychainAttributeList *attrList, SecKeychainSearchRef *searchRef)
H A DSecKeychainSearchPriv.h43 @param itemClass The keychain item class.
50 OSStatus SecKeychainSearchCreateFromAttributesExtended(CFTypeRef keychainOrArray, SecItemClass itemClass, const SecKeychainAttributeList *attrList, CSSM_DB_CONJUNCTIVE dbConjunctive, CSSM_DB_OPERATOR dbOperator, SecKeychainSearchRef *searchRef)
H A DPassword.cpp36 PasswordImpl::PasswordImpl(SecItemClass itemClass, SecKeychainAttributeList *searchAttrList, SecKeychainAttributeList *itemAttrList) : argument
37 mItem(itemClass, itemAttrList, 0, NULL), mUseKeychain(false), mFoundInKeychain(false), mRememberInKeychain(false), mMutex(Mutex::recursive)
49 KCCursor cursor(keychains, itemClass, searchAttrList);
136 Password::Password(SecItemClass itemClass, SecKeychainAttributeList *searchAttrList, SecKeychainAttributeList *itemAttrList) : argument
137 SecPointer<PasswordImpl>(new PasswordImpl(itemClass, searchAttrList, itemAttrList))
H A DKCCursor.h46 KCCursorImpl(const StorageManager::KeychainList &searchList, SecItemClass itemClass, const SecKeychainAttributeList *attrList, CSSM_DB_CONJUNCTIVE dbConjunctive, CSSM_DB_OPERATOR dbOperator);
75 KCCursor(const StorageManager::KeychainList &searchList, SecItemClass itemClass, const SecKeychainAttributeList *attrList, CSSM_DB_CONJUNCTIVE dbConjunctive=CSSM_DB_AND, CSSM_DB_OPERATOR dbOperator=CSSM_DB_EQUAL) argument
76 : SecPointer<KCCursorImpl>(new KCCursorImpl(searchList, itemClass, attrList, dbConjunctive, dbOperator)) {}
H A DSecKeychainItemPriv.h75 OSStatus SecKeychainItemCreateNew(SecItemClass itemClass, OSType itemCreator, UInt32 length, const void* data, SecKeychainItemRef* itemRef);
123 @param itemClass The item's class. You should pass NULL if not required.
130 SecItemClass *itemClass, SecKeychainAttributeList **attrList,
148 @param itemClass A constant identifying the class of item to create.
157 OSStatus SecKeychainItemCreateFromEncryptedContent(SecItemClass itemClass, UInt32 length, const void *data,
H A DPassword.h44 PasswordImpl(SecItemClass itemClass, SecKeychainAttributeList *searchAttrList, SecKeychainAttributeList *itemAttrList);
70 Password(SecItemClass itemClass, SecKeychainAttributeList *searchAttrList, SecKeychainAttributeList *itemAttrList);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecKeychainSearch.cpp43 SecKeychainSearchCreateFromAttributes(CFTypeRef keychainOrArray, SecItemClass itemClass, const SecKeychainAttributeList *attrList, SecKeychainSearchRef *searchRef) argument
51 KCCursor cursor(keychains, itemClass, attrList);
59 SecKeychainSearchCreateFromAttributesExtended(CFTypeRef keychainOrArray, SecItemClass itemClass, const SecKeychainAttributeList *attrList, CSSM_DB_CONJUNCTIVE dbConjunctive, CSSM_DB_OPERATOR dbOperator, SecKeychainSearchRef *searchRef) argument
67 KCCursor cursor(keychains, itemClass, attrList, dbConjunctive, dbOperator);
H A DSecKeychainSearch.h52 @param itemClass The keychain item class.
58 OSStatus SecKeychainSearchCreateFromAttributes(CFTypeRef keychainOrArray, SecItemClass itemClass, const SecKeychainAttributeList *attrList, SecKeychainSearchRef *searchRef)
H A DSecKeychainSearchPriv.h43 @param itemClass The keychain item class.
50 OSStatus SecKeychainSearchCreateFromAttributesExtended(CFTypeRef keychainOrArray, SecItemClass itemClass, const SecKeychainAttributeList *attrList, CSSM_DB_CONJUNCTIVE dbConjunctive, CSSM_DB_OPERATOR dbOperator, SecKeychainSearchRef *searchRef)
H A DPassword.cpp36 PasswordImpl::PasswordImpl(SecItemClass itemClass, SecKeychainAttributeList *searchAttrList, SecKeychainAttributeList *itemAttrList) : argument
37 mItem(itemClass, itemAttrList, 0, NULL), mUseKeychain(false), mFoundInKeychain(false), mRememberInKeychain(false), mMutex(Mutex::recursive)
49 KCCursor cursor(keychains, itemClass, searchAttrList);
136 Password::Password(SecItemClass itemClass, SecKeychainAttributeList *searchAttrList, SecKeychainAttributeList *itemAttrList) : argument
137 SecPointer<PasswordImpl>(new PasswordImpl(itemClass, searchAttrList, itemAttrList))
H A DKCCursor.h46 KCCursorImpl(const StorageManager::KeychainList &searchList, SecItemClass itemClass, const SecKeychainAttributeList *attrList, CSSM_DB_CONJUNCTIVE dbConjunctive, CSSM_DB_OPERATOR dbOperator);
75 KCCursor(const StorageManager::KeychainList &searchList, SecItemClass itemClass, const SecKeychainAttributeList *attrList, CSSM_DB_CONJUNCTIVE dbConjunctive=CSSM_DB_AND, CSSM_DB_OPERATOR dbOperator=CSSM_DB_EQUAL) argument
76 : SecPointer<KCCursorImpl>(new KCCursorImpl(searchList, itemClass, attrList, dbConjunctive, dbOperator)) {}
H A DSecKeychainItemPriv.h75 OSStatus SecKeychainItemCreateNew(SecItemClass itemClass, OSType itemCreator, UInt32 length, const void* data, SecKeychainItemRef* itemRef);
123 @param itemClass The item's class. You should pass NULL if not required.
130 SecItemClass *itemClass, SecKeychainAttributeList **attrList,
148 @param itemClass A constant identifying the class of item to create.
157 OSStatus SecKeychainItemCreateFromEncryptedContent(SecItemClass itemClass, UInt32 length, const void *data,
H A DPassword.h44 PasswordImpl(SecItemClass itemClass, SecKeychainAttributeList *searchAttrList, SecKeychainAttributeList *itemAttrList);
70 Password(SecItemClass itemClass, SecKeychainAttributeList *searchAttrList, SecKeychainAttributeList *itemAttrList);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecKeychainSearch.cpp43 SecKeychainSearchCreateFromAttributes(CFTypeRef keychainOrArray, SecItemClass itemClass, const SecKeychainAttributeList *attrList, SecKeychainSearchRef *searchRef) argument
51 KCCursor cursor(keychains, itemClass, attrList);
59 SecKeychainSearchCreateFromAttributesExtended(CFTypeRef keychainOrArray, SecItemClass itemClass, const SecKeychainAttributeList *attrList, CSSM_DB_CONJUNCTIVE dbConjunctive, CSSM_DB_OPERATOR dbOperator, SecKeychainSearchRef *searchRef) argument
67 KCCursor cursor(keychains, itemClass, attrList, dbConjunctive, dbOperator);
H A DSecKeychainSearch.h52 @param itemClass The keychain item class.
58 OSStatus SecKeychainSearchCreateFromAttributes(CFTypeRef keychainOrArray, SecItemClass itemClass, const SecKeychainAttributeList *attrList, SecKeychainSearchRef *searchRef)
H A DSecKeychainSearchPriv.h43 @param itemClass The keychain item class.
50 OSStatus SecKeychainSearchCreateFromAttributesExtended(CFTypeRef keychainOrArray, SecItemClass itemClass, const SecKeychainAttributeList *attrList, CSSM_DB_CONJUNCTIVE dbConjunctive, CSSM_DB_OPERATOR dbOperator, SecKeychainSearchRef *searchRef)
H A DPassword.cpp36 PasswordImpl::PasswordImpl(SecItemClass itemClass, SecKeychainAttributeList *searchAttrList, SecKeychainAttributeList *itemAttrList) : argument
37 mItem(itemClass, itemAttrList, 0, NULL), mUseKeychain(false), mFoundInKeychain(false), mRememberInKeychain(false), mMutex(Mutex::recursive)
49 KCCursor cursor(keychains, itemClass, searchAttrList);
136 Password::Password(SecItemClass itemClass, SecKeychainAttributeList *searchAttrList, SecKeychainAttributeList *itemAttrList) : argument
137 SecPointer<PasswordImpl>(new PasswordImpl(itemClass, searchAttrList, itemAttrList))
H A DKCCursor.h46 KCCursorImpl(const StorageManager::KeychainList &searchList, SecItemClass itemClass, const SecKeychainAttributeList *attrList, CSSM_DB_CONJUNCTIVE dbConjunctive, CSSM_DB_OPERATOR dbOperator);
75 KCCursor(const StorageManager::KeychainList &searchList, SecItemClass itemClass, const SecKeychainAttributeList *attrList, CSSM_DB_CONJUNCTIVE dbConjunctive=CSSM_DB_AND, CSSM_DB_OPERATOR dbOperator=CSSM_DB_EQUAL) argument
76 : SecPointer<KCCursorImpl>(new KCCursorImpl(searchList, itemClass, attrList, dbConjunctive, dbOperator)) {}
H A DSecKeychainItemPriv.h75 OSStatus SecKeychainItemCreateNew(SecItemClass itemClass, OSType itemCreator, UInt32 length, const void* data, SecKeychainItemRef* itemRef);
123 @param itemClass The item's class. You should pass NULL if not required.
130 SecItemClass *itemClass, SecKeychainAttributeList **attrList,
148 @param itemClass A constant identifying the class of item to create.
157 OSStatus SecKeychainItemCreateFromEncryptedContent(SecItemClass itemClass, UInt32 length, const void *data,
H A DPassword.h44 PasswordImpl(SecItemClass itemClass, SecKeychainAttributeList *searchAttrList, SecKeychainAttributeList *itemAttrList);
70 Password(SecItemClass itemClass, SecKeychainAttributeList *searchAttrList, SecKeychainAttributeList *itemAttrList);
/macosx-10.10/Security-57031.1.35/SecurityTests/regressions/kc/
H A Dkc-18-item-find-internet.c49 SecItemClass itemClass = 0; local
61 ok_status(SecKeychainItemCopyContent(item, &itemClass, &attrList,
63 is(itemClass, kSecInternetPasswordItemClass, "is internet password?");
88 is_status(SecKeychainItemCopyContent(item, &itemClass, &attrList2,
H A Dkc-15-item-add-generic.c25 SecItemClass itemClass = 0; local
34 ok_status(SecKeychainItemCopyContent(item, &itemClass, &attrList, &length, &data), "SecKeychainItemCopyContent");
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/extendAttrTool/
H A DsingleItemPicker.cpp102 SecItemClass itemClass, // CSSM_DL_DB_RECORD_{PRIVATE,PRIVATE}_KEY, etc.
109 itemClass,
160 SecItemClass itemClass; local
169 itemClass = kSecPrivateKeyItemClass;
172 itemClass = kSecPublicKeyItemClass;
175 itemClass = kSecCertificateItemClass;
182 getPickerItems(kcRef, itemClass, items);
100 getPickerItems( SecKeychainRef kcRef, SecItemClass itemClass, ItemVector &itemVector) argument
/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/acltool/
H A Dacltool.cpp51 NULL, // itemClass - we know
84 * Lookup by itemClass and optional label. Then do one or more of:
96 SecItemClass itemClass,
125 itemClass,
206 SecItemClass itemClass = CSSM_DL_DB_RECORD_SYMMETRIC_KEY; local
253 itemClass = CSSM_DL_DB_RECORD_PRIVATE_KEY;
256 itemClass = CSSM_DL_DB_RECORD_SYMMETRIC_KEY;
259 itemClass = CSSM_DL_DB_RECORD_PUBLIC_KEY;
262 itemClass = kSecGenericPasswordItemClass;
293 if(itemClass !
92 dumpAcls( SecKeychainRef kcRef, SecItemClass itemClass, SecItemAttr labelAttr, const char *label, bool dumpData, bool dumpAcl, bool editAcl, bool simulateStickyRecord, const unsigned char *newData, unsigned newDataLen) argument
[all...]

Completed in 215 milliseconds

1234