Searched refs:kSecCredentialTypeDefault (Results 1 - 25 of 33) sorted by relevance

12

/macosx-10.10.1/Security-57031.1.35/Security/include/security_smime/
H A Dcryptohi.c151 rv = SecKeyGetCredentials(pk, CSSM_ACL_AUTHORIZATION_SIGN, kSecCredentialTypeDefault, &accessCred);
210 rv = SecKeyGetCredentials(pk, CSSM_ACL_AUTHORIZATION_SIGN, kSecCredentialTypeDefault, &accessCred);
471 kSecCredentialTypeDefault,
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_smime/lib/
H A Dcryptohi.c151 rv = SecKeyGetCredentials(pk, CSSM_ACL_AUTHORIZATION_SIGN, kSecCredentialTypeDefault, &accessCred);
210 rv = SecKeyGetCredentials(pk, CSSM_ACL_AUTHORIZATION_SIGN, kSecCredentialTypeDefault, &accessCred);
471 kSecCredentialTypeDefault,
/macosx-10.10.1/Security-57031.1.35/libsecurity_smime/Security/
H A Dcryptohi.c133 rv = SecKeyGetCredentials(pk, CSSM_ACL_AUTHORIZATION_SIGN, kSecCredentialTypeDefault, &accessCred);
201 rv = SecKeyGetCredentials(pk, CSSM_ACL_AUTHORIZATION_SIGN, kSecCredentialTypeDefault, &accessCred);
471 kSecCredentialTypeDefault,
/macosx-10.10.1/Security-57031.1.35/libsecurity_smime/lib/
H A Dcryptohi.c133 rv = SecKeyGetCredentials(pk, CSSM_ACL_AUTHORIZATION_SIGN, kSecCredentialTypeDefault, &accessCred);
201 rv = SecKeyGetCredentials(pk, CSSM_ACL_AUTHORIZATION_SIGN, kSecCredentialTypeDefault, &accessCred);
471 kSecCredentialTypeDefault,
/macosx-10.10.1/Security-57031.1.35/libsecurity_smime/security_smime/
H A Dcryptohi.c133 rv = SecKeyGetCredentials(pk, CSSM_ACL_AUTHORIZATION_SIGN, kSecCredentialTypeDefault, &accessCred);
201 rv = SecKeyGetCredentials(pk, CSSM_ACL_AUTHORIZATION_SIGN, kSecCredentialTypeDefault, &accessCred);
471 kSecCredentialTypeDefault,
/macosx-10.10.1/Security-57031.1.35/Security/include/security_keychain/
H A DSecKey.h160 @constant kSecCredentialTypeDefault The default setting for determining whether to present UI is used. This setting can be changed with a call to SecKeychainSetUserInteractionAllowed.
164 kSecCredentialTypeDefault = 0, enumerator in enum:__anon3787
H A DSecFDERecoveryAsymmetricCrypto.cpp149 throwIfError(SecKeyGetCredentials(keyItem, CSSM_ACL_AUTHORIZATION_DECRYPT, kSecCredentialTypeDefault, &accessCred));
H A DKeyItem.cpp165 wrap.cred(getCredentials(CSSM_ACL_AUTHORIZATION_EXPORT_WRAPPED, kSecCredentialTypeDefault));
280 wrap.cred(getCredentials(CSSM_ACL_AUTHORIZATION_EXPORT_WRAPPED, kSecCredentialTypeDefault));
499 case kSecCredentialTypeDefault:
H A DCertificateRequest.cpp377 kSecCredentialTypeDefault,
H A DSecImportExportCrypto.cpp661 kSecCredentialTypeDefault,
H A DSecKey.cpp846 const AccessCredentials* credentials = keyItem->getCredentials(CSSM_ACL_AUTHORIZATION_SIGN, kSecCredentialTypeDefault);
889 const AccessCredentials* credentials = keyItem->getCredentials(CSSM_ACL_AUTHORIZATION_ANY, kSecCredentialTypeDefault);
915 const AccessCredentials* credentials = keyItem->getCredentials(CSSM_ACL_AUTHORIZATION_ENCRYPT, kSecCredentialTypeDefault);
942 const AccessCredentials* credentials = keyItem->getCredentials(CSSM_ACL_AUTHORIZATION_DECRYPT, kSecCredentialTypeDefault);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecKey.h160 @constant kSecCredentialTypeDefault The default setting for determining whether to present UI is used. This setting can be changed with a call to SecKeychainSetUserInteractionAllowed.
164 kSecCredentialTypeDefault = 0, enumerator in enum:__anon4673
H A DSecFDERecoveryAsymmetricCrypto.cpp149 throwIfError(SecKeyGetCredentials(keyItem, CSSM_ACL_AUTHORIZATION_DECRYPT, kSecCredentialTypeDefault, &accessCred));
H A DKeyItem.cpp165 wrap.cred(getCredentials(CSSM_ACL_AUTHORIZATION_EXPORT_WRAPPED, kSecCredentialTypeDefault));
280 wrap.cred(getCredentials(CSSM_ACL_AUTHORIZATION_EXPORT_WRAPPED, kSecCredentialTypeDefault));
499 case kSecCredentialTypeDefault:
H A DCertificateRequest.cpp377 kSecCredentialTypeDefault,
H A DSecImportExportCrypto.cpp661 kSecCredentialTypeDefault,
H A DSecKey.cpp846 const AccessCredentials* credentials = keyItem->getCredentials(CSSM_ACL_AUTHORIZATION_SIGN, kSecCredentialTypeDefault);
889 const AccessCredentials* credentials = keyItem->getCredentials(CSSM_ACL_AUTHORIZATION_ANY, kSecCredentialTypeDefault);
915 const AccessCredentials* credentials = keyItem->getCredentials(CSSM_ACL_AUTHORIZATION_ENCRYPT, kSecCredentialTypeDefault);
942 const AccessCredentials* credentials = keyItem->getCredentials(CSSM_ACL_AUTHORIZATION_DECRYPT, kSecCredentialTypeDefault);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecKey.h160 @constant kSecCredentialTypeDefault The default setting for determining whether to present UI is used. This setting can be changed with a call to SecKeychainSetUserInteractionAllowed.
164 kSecCredentialTypeDefault = 0, enumerator in enum:__anon4760
H A DSecFDERecoveryAsymmetricCrypto.cpp149 throwIfError(SecKeyGetCredentials(keyItem, CSSM_ACL_AUTHORIZATION_DECRYPT, kSecCredentialTypeDefault, &accessCred));
H A DKeyItem.cpp165 wrap.cred(getCredentials(CSSM_ACL_AUTHORIZATION_EXPORT_WRAPPED, kSecCredentialTypeDefault));
280 wrap.cred(getCredentials(CSSM_ACL_AUTHORIZATION_EXPORT_WRAPPED, kSecCredentialTypeDefault));
499 case kSecCredentialTypeDefault:
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/makeCrl/
H A DmakeCrl.cpp81 kSecCredentialTypeDefault,
/macosx-10.10.1/KerberosHelper-151/Source/
H A Dlkdc_acl.c113 kSecCredentialTypeDefault, &creds);
/macosx-10.10.1/Security-57031.1.35/Security/include/security_pkcs12/
H A Dpkcs12SafeBag.cpp450 kSecCredentialTypeDefault,
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_pkcs12/lib/
H A Dpkcs12SafeBag.cpp450 kSecCredentialTypeDefault,
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_transform/lib/
H A DSecSignVerifyTransform.c372 rc = SecKeyGetCredentials(key, CSSM_ACL_AUTHORIZATION_SIGN, kSecCredentialTypeDefault, &access_cred);
641 rc = SecKeyGetCredentials(key, CSSM_ACL_AUTHORIZATION_ANY, kSecCredentialTypeDefault, &access_cred);

Completed in 302 milliseconds

12