Searched defs:keyUsage (Results 1 - 25 of 71) sorted by relevance

123

/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DSecIdentitySearch.cpp44 SecIdentitySearchCreate( CFTypeRef keychainOrArray, CSSM_KEYUSE keyUsage, SecIdentitySearchRef *searchRef) argument
80 SecIdentitySearchCreateWithPolicy( SecPolicyRef policy, CFStringRef idString, CSSM_KEYUSE keyUsage, CFTypeRef keychainOrArray, Boolean returnOnlyValidIdentities, SecIdentitySearchRef* searchRef) argument
H A DIdentityCursor.cpp42 IdentityCursorPolicyAndID::IdentityCursorPolicyAndID(const StorageManager::KeychainList &searchList, CSSM_KEYUSE keyUsage, CFStringRef idString, SecPolicyRef policy, bool returnOnlyValidIdentities) : argument
237 IdentityCursor::IdentityCursor(const StorageManager::KeychainList &searchList, CSSM_KEYUSE keyUsage) : argument
[all...]
H A DSecImportExport.h160 CSSM_KEYUSE keyUsage; /* CSSM_KEYUSE_DECRYPT, CSSM_KEYUSE_SIGN, member in struct:__anon3724
180 CFArrayRef keyUsage; /* An Array containing usage attributes from SecItem.h, e.g. member in struct:__anon3725
H A DSecImportExportAgg.cpp327 CSSM_KEYUSE keyUsage = CSSM_KEYUSE_ANY; local
H A DSecImportExportCrypto.cpp330 CSSM_KEYUSE keyUsage = 0; // default local
H A DSecTrustSettings.cpp347 tsCopyCertsCommon( const CSSM_OID *policyOID, const char *policyString, SecTrustSettingsKeyUsage keyUsage, bool onlyRoots, bool user, bool admin, bool system, CFArrayRef *certArray) argument
445 SecTrustSettingsEvaluateCert( CFStringRef certHashStr, const CSSM_OID *policyOID, const char *policyString, uint32 policyStringLen, SecTrustSettingsKeyUsage keyUsage, bool isRootCert, SecTrustSettingsDomain *foundDomain, CSSM_RETURN **allowedErrors, uint32 *numAllowedErrors, SecTrustSettingsResult *resultType, bool *foundMatchingEntry, bool *foundAnyEntry) argument
540 SecTrustSettingsCopyQualifiedCerts( const CSSM_OID *policyOID, const char *policyString, uint32 policyStringLen, SecTrustSettingsKeyUsage keyUsage, CFArrayRef *certArray) argument
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DSecIdentitySearch.cpp44 SecIdentitySearchCreate( CFTypeRef keychainOrArray, CSSM_KEYUSE keyUsage, SecIdentitySearchRef *searchRef) argument
80 SecIdentitySearchCreateWithPolicy( SecPolicyRef policy, CFStringRef idString, CSSM_KEYUSE keyUsage, CFTypeRef keychainOrArray, Boolean returnOnlyValidIdentities, SecIdentitySearchRef* searchRef) argument
H A DIdentityCursor.cpp42 IdentityCursorPolicyAndID::IdentityCursorPolicyAndID(const StorageManager::KeychainList &searchList, CSSM_KEYUSE keyUsage, CFStringRef idString, SecPolicyRef policy, bool returnOnlyValidIdentities) : argument
237 IdentityCursor::IdentityCursor(const StorageManager::KeychainList &searchList, CSSM_KEYUSE keyUsage) : argument
[all...]
H A DSecImportExport.h160 CSSM_KEYUSE keyUsage; /* CSSM_KEYUSE_DECRYPT, CSSM_KEYUSE_SIGN, member in struct:__anon4610
180 CFArrayRef keyUsage; /* An Array containing usage attributes from SecItem.h, e.g. member in struct:__anon4611
H A DSecImportExportAgg.cpp327 CSSM_KEYUSE keyUsage = CSSM_KEYUSE_ANY; local
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DSecIdentitySearch.cpp44 SecIdentitySearchCreate( CFTypeRef keychainOrArray, CSSM_KEYUSE keyUsage, SecIdentitySearchRef *searchRef) argument
80 SecIdentitySearchCreateWithPolicy( SecPolicyRef policy, CFStringRef idString, CSSM_KEYUSE keyUsage, CFTypeRef keychainOrArray, Boolean returnOnlyValidIdentities, SecIdentitySearchRef* searchRef) argument
H A DIdentityCursor.cpp42 IdentityCursorPolicyAndID::IdentityCursorPolicyAndID(const StorageManager::KeychainList &searchList, CSSM_KEYUSE keyUsage, CFStringRef idString, SecPolicyRef policy, bool returnOnlyValidIdentities) : argument
237 IdentityCursor::IdentityCursor(const StorageManager::KeychainList &searchList, CSSM_KEYUSE keyUsage) : argument
[all...]
H A DSecImportExport.h160 CSSM_KEYUSE keyUsage; /* CSSM_KEYUSE_DECRYPT, CSSM_KEYUSE_SIGN, member in struct:__anon4697
180 CFArrayRef keyUsage; /* An Array containing usage attributes from SecItem.h, e.g. member in struct:__anon4698
H A DSecImportExportAgg.cpp327 CSSM_KEYUSE keyUsage = CSSM_KEYUSE_ANY; local
/macosx-10.9.5/SecurityTool-55115/
H A Didentity_prefs.c178 CSSM_KEYUSE keyUsage = 0; local
235 CSSM_KEYUSE keyUsage = 0; local
45 do_set_identity_preference(CFTypeRef keychainOrArray, const char *identity, const char *service, CSSM_KEYUSE keyUsage, const char *hash) argument
84 do_get_identity_preference(const char *service, CSSM_KEYUSE keyUsage, Boolean printName, Boolean printHash, Boolean pemFormat) argument
[all...]
H A Didentity_find.c52 find_identity(CFTypeRef keychainOrArray, const char *identity, const char *hash, CSSM_KEYUSE keyUsage) argument
265 do_identity_search_with_policy(CFTypeRef keychainOrArray, const char *name, const CSSM_OID* oidPtr, CSSM_KEYUSE keyUsage, Boolean client, Boolean validOnly) argument
/macosx-10.9.5/Security-55471.14.18/include/security_pkcs12/
H A Dpkcs12Coder.h116 setKeyUsage( CSSM_KEYUSE keyUsage) argument
H A Dpkcs12Crypto.cpp372 p12UnwrapKey( CSSM_CSP_HANDLE cspHand, CSSM_DL_DB_HANDLE_PTR dlDbHand, int keyIsPermanent, const CSSM_DATA &shroudedKeyBits, CSSM_ALGORITHMS keyAlg, CSSM_ALGORITHMS encrAlg, CSSM_ALGORITHMS pbeHashAlg, uint32 keySizeInBits, uint32 blockSizeInBytes, CSSM_PADDING padding, CSSM_ENCRYPT_MODE mode, uint32 iterCount, const CSSM_DATA &salt, const CSSM_DATA *pwd, const CSSM_KEY *passKey, SecNssCoder &coder, const CSSM_DATA &labelData, SecAccessRef access, bool noAcl, CSSM_KEYUSE keyUsage, CSSM_KEYATTR_FLAGS keyAttrs, CSSM_KEY_PTR &privKey) argument
H A DSecPkcs12.cpp258 SecPkcs12SetKeyUsage( SecPkcs12CoderRef coder, CSSM_KEYUSE keyUsage) argument
/macosx-10.9.5/Security-55471.14.18/libsecurity_pkcs12/lib/
H A Dpkcs12Coder.h116 setKeyUsage( CSSM_KEYUSE keyUsage) argument
H A Dpkcs12Crypto.cpp372 p12UnwrapKey( CSSM_CSP_HANDLE cspHand, CSSM_DL_DB_HANDLE_PTR dlDbHand, int keyIsPermanent, const CSSM_DATA &shroudedKeyBits, CSSM_ALGORITHMS keyAlg, CSSM_ALGORITHMS encrAlg, CSSM_ALGORITHMS pbeHashAlg, uint32 keySizeInBits, uint32 blockSizeInBytes, CSSM_PADDING padding, CSSM_ENCRYPT_MODE mode, uint32 iterCount, const CSSM_DATA &salt, const CSSM_DATA *pwd, const CSSM_KEY *passKey, SecNssCoder &coder, const CSSM_DATA &labelData, SecAccessRef access, bool noAcl, CSSM_KEYUSE keyUsage, CSSM_KEYATTR_FLAGS keyAttrs, CSSM_KEY_PTR &privKey) argument
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/lib/
H A DAppleCSPUtils.cpp197 checkExclusiveUsage( uint32 keyUsage, uint32 checkBits, uint32 otherBits, const char *errMsg) argument
215 cspValidateKeyUsageBits( cspKeyType keyType, uint32 keyUsage) argument
321 uint32 keyUsage = hdr->KeyUsage; local
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_utils/
H A DcuCdsaUtils.cpp417 cuCspDeriveKey(CSSM_CSP_HANDLE cspHand, uint32 keyAlg, const char *keyLabel, unsigned keyLabelLen, uint32 keyUsage, uint32 keySizeInBits, CSSM_DATA_PTR password, CSSM_DATA_PTR salt, uint32 iterationCnt, CSSM_KEY_PTR key) argument
/macosx-10.9.5/Security-55471.14.18/include/securityd_client/
H A Dssclient.h240 unwrapKey(DbHandle db, const Security::Context &context, KeyHandle key, KeyHandle publicKey, const CssmWrappedKey &wrappedKey, uint32 keyUsage, uint32 keyAttr, const AccessCredentials *cred, const AclEntryInput *owner, CssmData &data, KeyHandle &newKey, CssmKey::Header &newKeyHeader) argument
261 deriveKey(DbHandle db, const Security::Context &context, KeyHandle baseKey, uint32 keyUsage, uint32 keyAttr, CssmData &param, const AccessCredentials *cred, const AclEntryInput *owner, KeyHandle &newKey, CssmKey::Header &newHeader) argument
333 extractMasterKey(DbHandle db, const Context &context, DbHandle sourceDb, uint32 keyUsage, uint32 keyAttr, const AccessCredentials *cred, const AclEntryInput *owner, KeyHandle &newKey, CssmKey::Header &newHeader) argument
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_utils/lib/
H A DcuCdsaUtils.cpp417 cuCspDeriveKey(CSSM_CSP_HANDLE cspHand, uint32 keyAlg, const char *keyLabel, unsigned keyLabelLen, uint32 keyUsage, uint32 keySizeInBits, CSSM_DATA_PTR password, CSSM_DATA_PTR salt, uint32 iterationCnt, CSSM_KEY_PTR key) argument

Completed in 161 milliseconds

123