Searched refs:SecKeychainRef (Results 1 - 25 of 343) sorted by relevance

1234567891011>>

/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/clAppUtils/
H A DidentPicker.h42 SecKeychainRef kcRef);
72 SecKeychainRef kc, // NULL means use default list
83 SecKeychainRef kc, // NULL means use default list
H A DkeyPicker.h52 SecKeychainRef kcRef, // NULL means the default list
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/krbtool/
H A DidentPicker.h48 SecKeychainRef kc, // NULL means use default list
58 SecKeychainRef kc, // NULL means use default list
/macosx-10.10/eap8021x-198/EAP8021X.fproj/
H A DEAPKeychainUtil.h48 typedef struct OpaqueSecKeychainRef *SecKeychainRef; typedef in typeref:struct:OpaqueSecKeychainRef
79 EAPSecKeychainPasswordItemCreateWithAccess(SecKeychainRef keychain,
87 EAPSecKeychainPasswordItemCreateUniqueWithAccess(SecKeychainRef keychain,
95 EAPSecKeychainPasswordItemCreate(SecKeychainRef keychain,
99 EAPSecKeychainPasswordItemCreateUnique(SecKeychainRef keychain,
103 EAPSecKeychainPasswordItemSet(SecKeychainRef keychain,
107 EAPSecKeychainPasswordItemSet2(SecKeychainRef keychain,
111 EAPSecKeychainPasswordItemCopy(SecKeychainRef keychain,
115 EAPSecKeychainPasswordItemCopy2(SecKeychainRef keychain,
120 EAPSecKeychainPasswordItemRemove(SecKeychainRef keychai
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DSecImportExportAgg.h55 SecKeychainRef importKeychain, // optional
63 SecKeychainRef importKeychain, // optional
70 SecKeychainRef importKeychain, // optional
75 SecKeychainRef importKeychain, // optional
H A DSecKeychainPriv.h42 OSStatus SecKeychainCreateNew(SecKeychainRef keychainRef, UInt32 passwordLength, const char* inPassword)
44 OSStatus SecKeychainMakeFromFullPath(const char *fullPathName, SecKeychainRef *keychainRef)
46 OSStatus SecKeychainIsValid(SecKeychainRef keychainRef, Boolean* isValid)
48 OSStatus SecKeychainChangePassword(SecKeychainRef keychainRef, UInt32 oldPasswordLength, const void *oldPassword, UInt32 newPasswordLength, const void *newPassword)
50 OSStatus SecKeychainOpenWithGuid(const CSSM_GUID *guid, uint32 subserviceId, uint32 subserviceType, const char* dbName, const CSSM_NET_ADDRESS *dbLocation, SecKeychainRef *keychain)
52 OSStatus SecKeychainSetBatchMode (SecKeychainRef kcRef, Boolean mode, Boolean rollback)
58 OSStatus SecKeychainListCopyKeychainAtIndex(UInt16 index, SecKeychainRef *keychainRef)
60 OSStatus SecKeychainListRemoveKeychain(SecKeychainRef *keychainRef)
62 OSStatus SecKeychainRemoveFromSearchList(SecKeychainRef keychainRef)
72 OSStatus SecKeychainCopyLogin(SecKeychainRef *keychainRe
[all...]
H A DSecKeychain.h278 SecKeychainRef keychain;
301 @abstract Create a SecKeychainRef for a keychain at pathName. This keychain might
308 OSStatus SecKeychainOpen(const char *pathName, SecKeychainRef *keychain);
321 OSStatus SecKeychainCreate(const char *pathName, UInt32 passwordLength, const void *password, Boolean promptUser, SecAccessRef initialAccess, SecKeychainRef *keychain);
329 OSStatus SecKeychainDelete(SecKeychainRef keychainOrArray);
338 OSStatus SecKeychainSetSettings(SecKeychainRef keychain, const SecKeychainSettings *newSettings);
347 OSStatus SecKeychainCopySettings(SecKeychainRef keychain, SecKeychainSettings *outSettings);
359 OSStatus SecKeychainUnlock(SecKeychainRef keychain, UInt32 passwordLength, const void *password, Boolean usePassword);
367 OSStatus SecKeychainLock(SecKeychainRef keychain);
382 OSStatus SecKeychainCopyDefault(SecKeychainRef *keychai
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecImportExportAgg.h55 SecKeychainRef importKeychain, // optional
63 SecKeychainRef importKeychain, // optional
70 SecKeychainRef importKeychain, // optional
75 SecKeychainRef importKeychain, // optional
H A DSecKeychainPriv.h42 OSStatus SecKeychainCreateNew(SecKeychainRef keychainRef, UInt32 passwordLength, const char* inPassword)
44 OSStatus SecKeychainMakeFromFullPath(const char *fullPathName, SecKeychainRef *keychainRef)
46 OSStatus SecKeychainIsValid(SecKeychainRef keychainRef, Boolean* isValid)
48 OSStatus SecKeychainChangePassword(SecKeychainRef keychainRef, UInt32 oldPasswordLength, const void *oldPassword, UInt32 newPasswordLength, const void *newPassword)
50 OSStatus SecKeychainOpenWithGuid(const CSSM_GUID *guid, uint32 subserviceId, uint32 subserviceType, const char* dbName, const CSSM_NET_ADDRESS *dbLocation, SecKeychainRef *keychain)
52 OSStatus SecKeychainSetBatchMode (SecKeychainRef kcRef, Boolean mode, Boolean rollback)
58 OSStatus SecKeychainListCopyKeychainAtIndex(UInt16 index, SecKeychainRef *keychainRef)
60 OSStatus SecKeychainListRemoveKeychain(SecKeychainRef *keychainRef)
62 OSStatus SecKeychainRemoveFromSearchList(SecKeychainRef keychainRef)
72 OSStatus SecKeychainCopyLogin(SecKeychainRef *keychainRe
[all...]
H A DSecKeychain.h278 SecKeychainRef keychain;
301 @abstract Create a SecKeychainRef for a keychain at pathName. This keychain might
308 OSStatus SecKeychainOpen(const char *pathName, SecKeychainRef *keychain);
321 OSStatus SecKeychainCreate(const char *pathName, UInt32 passwordLength, const void *password, Boolean promptUser, SecAccessRef initialAccess, SecKeychainRef *keychain);
329 OSStatus SecKeychainDelete(SecKeychainRef keychainOrArray);
338 OSStatus SecKeychainSetSettings(SecKeychainRef keychain, const SecKeychainSettings *newSettings);
347 OSStatus SecKeychainCopySettings(SecKeychainRef keychain, SecKeychainSettings *outSettings);
359 OSStatus SecKeychainUnlock(SecKeychainRef keychain, UInt32 passwordLength, const void *password, Boolean usePassword);
367 OSStatus SecKeychainLock(SecKeychainRef keychain);
382 OSStatus SecKeychainCopyDefault(SecKeychainRef *keychai
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecImportExportAgg.h55 SecKeychainRef importKeychain, // optional
63 SecKeychainRef importKeychain, // optional
70 SecKeychainRef importKeychain, // optional
75 SecKeychainRef importKeychain, // optional
H A DSecKeychainPriv.h42 OSStatus SecKeychainCreateNew(SecKeychainRef keychainRef, UInt32 passwordLength, const char* inPassword)
44 OSStatus SecKeychainMakeFromFullPath(const char *fullPathName, SecKeychainRef *keychainRef)
46 OSStatus SecKeychainIsValid(SecKeychainRef keychainRef, Boolean* isValid)
48 OSStatus SecKeychainChangePassword(SecKeychainRef keychainRef, UInt32 oldPasswordLength, const void *oldPassword, UInt32 newPasswordLength, const void *newPassword)
50 OSStatus SecKeychainOpenWithGuid(const CSSM_GUID *guid, uint32 subserviceId, uint32 subserviceType, const char* dbName, const CSSM_NET_ADDRESS *dbLocation, SecKeychainRef *keychain)
52 OSStatus SecKeychainSetBatchMode (SecKeychainRef kcRef, Boolean mode, Boolean rollback)
58 OSStatus SecKeychainListCopyKeychainAtIndex(UInt16 index, SecKeychainRef *keychainRef)
60 OSStatus SecKeychainListRemoveKeychain(SecKeychainRef *keychainRef)
62 OSStatus SecKeychainRemoveFromSearchList(SecKeychainRef keychainRef)
72 OSStatus SecKeychainCopyLogin(SecKeychainRef *keychainRe
[all...]
H A DSecKeychain.h278 SecKeychainRef keychain;
301 @abstract Create a SecKeychainRef for a keychain at pathName. This keychain might
308 OSStatus SecKeychainOpen(const char *pathName, SecKeychainRef *keychain);
321 OSStatus SecKeychainCreate(const char *pathName, UInt32 passwordLength, const void *password, Boolean promptUser, SecAccessRef initialAccess, SecKeychainRef *keychain);
329 OSStatus SecKeychainDelete(SecKeychainRef keychainOrArray);
338 OSStatus SecKeychainSetSettings(SecKeychainRef keychain, const SecKeychainSettings *newSettings);
347 OSStatus SecKeychainCopySettings(SecKeychainRef keychain, SecKeychainSettings *outSettings);
359 OSStatus SecKeychainUnlock(SecKeychainRef keychain, UInt32 passwordLength, const void *password, Boolean usePassword);
367 OSStatus SecKeychainLock(SecKeychainRef keychain);
382 OSStatus SecKeychainCopyDefault(SecKeychainRef *keychai
[all...]
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/dotMacArchive/
H A DidentSearch.h45 SecKeychainRef kcRef, // keychain to search, or NULL to search all
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/dotMacTool/
H A DkeyPicker.cpp32 SecKeychainRef kcRef, // NULL means the default list
H A DkeyPicker.h38 SecKeychainRef kcRef, // NULL means the default list
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/extendAttrTool/
H A DsingleItemPicker.h44 SecKeychainRef kcRef, // NULL means the default list
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCPreferencesKeychainPrivate.h40 typedef struct OpaqueSecKeychainRef *SecKeychainRef; typedef in typeref:struct:OpaqueSecKeychainRef
51 SecKeychainRef
55 _SCSecKeychainPasswordItemCopy (SecKeychainRef keychain,
59 _SCSecKeychainPasswordItemExists (SecKeychainRef keychain,
63 _SCSecKeychainPasswordItemRemove (SecKeychainRef keychain,
67 _SCSecKeychainPasswordItemSet (SecKeychainRef keychain,
/macosx-10.10/Security-57031.1.35/libsecurity_smime/Security/
H A Dcert.h32 SecIdentityRef CERT_FindIdentityByUsage(SecKeychainRef keychainOrArray,
35 SecCertificateRef CERT_FindUserCertByUsage(SecKeychainRef dbhandle,
40 SecCertificateRef CERT_FindCertByNicknameOrEmailAddr(SecKeychainRef dbhandle, char *name);
55 CERTCertDBHandle * -> SecKeychainRef
56 CERT_GetDefaultCertDB -> OSStatus SecKeychainCopyDefault(SecKeychainRef *keychain);
75 SecCertificateRef CERT_FindCertByEmailAddr(SecKeychainRef keychainOrArray, char *emailAddr);
79 SecCertificateRef CERT_FindCertByDERCert(SecKeychainRef keychainOrArray, const SecAsn1Item *derCert);
103 SECStatus CERT_ImportCerts(SecKeychainRef keychain, SECCertUsage usage,unsigned int ncerts,
113 SECStatus CERT_VerifyCert(SecKeychainRef keychainOrArray, SecCertificateRef cert,
116 SECStatus CERT_VerifyCert(SecKeychainRef keychainOrArra
[all...]
/macosx-10.10/Security-57031.1.35/libsecurity_smime/lib/
H A Dcert.h32 SecIdentityRef CERT_FindIdentityByUsage(SecKeychainRef keychainOrArray,
35 SecCertificateRef CERT_FindUserCertByUsage(SecKeychainRef dbhandle,
40 SecCertificateRef CERT_FindCertByNicknameOrEmailAddr(SecKeychainRef dbhandle, char *name);
55 CERTCertDBHandle * -> SecKeychainRef
56 CERT_GetDefaultCertDB -> OSStatus SecKeychainCopyDefault(SecKeychainRef *keychain);
75 SecCertificateRef CERT_FindCertByEmailAddr(SecKeychainRef keychainOrArray, char *emailAddr);
79 SecCertificateRef CERT_FindCertByDERCert(SecKeychainRef keychainOrArray, const SecAsn1Item *derCert);
103 SECStatus CERT_ImportCerts(SecKeychainRef keychain, SECCertUsage usage,unsigned int ncerts,
113 SECStatus CERT_VerifyCert(SecKeychainRef keychainOrArray, SecCertificateRef cert,
116 SECStatus CERT_VerifyCert(SecKeychainRef keychainOrArra
[all...]
/macosx-10.10/Security-57031.1.35/libsecurity_smime/security_smime/
H A Dcert.h32 SecIdentityRef CERT_FindIdentityByUsage(SecKeychainRef keychainOrArray,
35 SecCertificateRef CERT_FindUserCertByUsage(SecKeychainRef dbhandle,
40 SecCertificateRef CERT_FindCertByNicknameOrEmailAddr(SecKeychainRef dbhandle, char *name);
55 CERTCertDBHandle * -> SecKeychainRef
56 CERT_GetDefaultCertDB -> OSStatus SecKeychainCopyDefault(SecKeychainRef *keychain);
75 SecCertificateRef CERT_FindCertByEmailAddr(SecKeychainRef keychainOrArray, char *emailAddr);
79 SecCertificateRef CERT_FindCertByDERCert(SecKeychainRef keychainOrArray, const SecAsn1Item *derCert);
103 SECStatus CERT_ImportCerts(SecKeychainRef keychain, SECCertUsage usage,unsigned int ncerts,
113 SECStatus CERT_VerifyCert(SecKeychainRef keychainOrArray, SecCertificateRef cert,
116 SECStatus CERT_VerifyCert(SecKeychainRef keychainOrArra
[all...]
/macosx-10.10/Security-57031.1.35/SecurityTests/regressions/test/
H A Dtesteventqueue.h13 SecKeychainRef keychain;
/macosx-10.10/Security-57031.1.35/Security/include/security_smime/
H A Dcert.h42 SecIdentityRef CERT_FindIdentityByUsage(SecKeychainRef keychainOrArray,
45 SecCertificateRef CERT_FindUserCertByUsage(SecKeychainRef dbhandle,
50 SecCertificateRef CERT_FindCertByNicknameOrEmailAddr(SecKeychainRef dbhandle, char *name);
65 CERTCertDBHandle * -> SecKeychainRef
66 CERT_GetDefaultCertDB -> OSStatus SecKeychainCopyDefault(SecKeychainRef *keychain);
85 SecCertificateRef CERT_FindCertByEmailAddr(SecKeychainRef keychainOrArray, char *emailAddr);
89 SecCertificateRef CERT_FindCertByDERCert(SecKeychainRef keychainOrArray, const SECItem *derCert);
114 SECStatus CERT_ImportCerts(SecKeychainRef keychain, SECCertUsage usage,unsigned int ncerts,
123 SECStatus CERT_VerifyCert(SecKeychainRef keychainOrArray, SecCertificateRef cert,
/macosx-10.10/Security-57031.1.35/Security/libsecurity_smime/lib/
H A Dcert.h42 SecIdentityRef CERT_FindIdentityByUsage(SecKeychainRef keychainOrArray,
45 SecCertificateRef CERT_FindUserCertByUsage(SecKeychainRef dbhandle,
50 SecCertificateRef CERT_FindCertByNicknameOrEmailAddr(SecKeychainRef dbhandle, char *name);
65 CERTCertDBHandle * -> SecKeychainRef
66 CERT_GetDefaultCertDB -> OSStatus SecKeychainCopyDefault(SecKeychainRef *keychain);
85 SecCertificateRef CERT_FindCertByEmailAddr(SecKeychainRef keychainOrArray, char *emailAddr);
89 SecCertificateRef CERT_FindCertByDERCert(SecKeychainRef keychainOrArray, const SECItem *derCert);
114 SECStatus CERT_ImportCerts(SecKeychainRef keychain, SECCertUsage usage,unsigned int ncerts,
123 SECStatus CERT_VerifyCert(SecKeychainRef keychainOrArray, SecCertificateRef cert,
/macosx-10.10/Security-57031.1.35/SecurityTool/
H A Dkeychain_utilities.h38 extern SecKeychainRef keychain_open(const char *name);
40 /* Return either NULL if argc is 0, or a SecKeychainRef if argc is 1 or a CFArrayRef of SecKeychainRefs if argc is greater than 1. */
45 extern int print_keychain_name(FILE *stream, SecKeychainRef keychain);

Completed in 353 milliseconds

1234567891011>>