Searched refs:SecKeychainSearchCreateFromAttributes (Results 1 - 25 of 28) sorted by relevance

12

/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DSecKeychainSearch.h49 @function SecKeychainSearchCreateFromAttributes
58 OSStatus SecKeychainSearchCreateFromAttributes(CFTypeRef keychainOrArray, SecItemClass itemClass, const SecKeychainAttributeList *attrList, SecKeychainSearchRef *searchRef)
64 @param searchRef A reference to the current search criteria. The search reference is created in the SecKeychainSearchCreateFromAttributes function and must be released by calling the CFRelease function when you are done with it.
H A DSecKeychainSearch.cpp43 SecKeychainSearchCreateFromAttributes(CFTypeRef keychainOrArray, SecItemClass itemClass, const SecKeychainAttributeList *attrList, SecKeychainSearchRef *searchRef) function
H A DSecFDERecoveryAsymmetricCrypto.cpp139 throwIfError(SecKeychainSearchCreateFromAttributes(keychain, CSSM_DL_DB_RECORD_PRIVATE_KEY, &attrList, &_searchRef));
H A DSecImportExportCrypto.cpp102 ortn = SecKeychainSearchCreateFromAttributes(kcRef, itemClass,
105 SecImpExpDbg("SecKeychainSearchCreateFromAttributes error");
H A DSecItem.cpp2098 status = SecKeychainSearchCreateFromAttributes(keychain, kSecPublicKeyItemClass, &attrList, &search);
2920 status = SecKeychainSearchCreateFromAttributes(itemParams->searchList,
3228 if (SecKeychainSearchCreateFromAttributes(params->searchList,
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DSecKeychainSearch.h49 @function SecKeychainSearchCreateFromAttributes
58 OSStatus SecKeychainSearchCreateFromAttributes(CFTypeRef keychainOrArray, SecItemClass itemClass, const SecKeychainAttributeList *attrList, SecKeychainSearchRef *searchRef)
64 @param searchRef A reference to the current search criteria. The search reference is created in the SecKeychainSearchCreateFromAttributes function and must be released by calling the CFRelease function when you are done with it.
H A DSecKeychainSearch.cpp43 SecKeychainSearchCreateFromAttributes(CFTypeRef keychainOrArray, SecItemClass itemClass, const SecKeychainAttributeList *attrList, SecKeychainSearchRef *searchRef) function
H A DSecFDERecoveryAsymmetricCrypto.cpp139 throwIfError(SecKeychainSearchCreateFromAttributes(keychain, CSSM_DL_DB_RECORD_PRIVATE_KEY, &attrList, &_searchRef));
H A DSecImportExportCrypto.cpp102 ortn = SecKeychainSearchCreateFromAttributes(kcRef, itemClass,
105 SecImpExpDbg("SecKeychainSearchCreateFromAttributes error");
H A DSecItem.cpp2098 status = SecKeychainSearchCreateFromAttributes(keychain, kSecPublicKeyItemClass, &attrList, &search);
2920 status = SecKeychainSearchCreateFromAttributes(itemParams->searchList,
3228 if (SecKeychainSearchCreateFromAttributes(params->searchList,
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DSecKeychainSearch.h49 @function SecKeychainSearchCreateFromAttributes
58 OSStatus SecKeychainSearchCreateFromAttributes(CFTypeRef keychainOrArray, SecItemClass itemClass, const SecKeychainAttributeList *attrList, SecKeychainSearchRef *searchRef)
64 @param searchRef A reference to the current search criteria. The search reference is created in the SecKeychainSearchCreateFromAttributes function and must be released by calling the CFRelease function when you are done with it.
H A DSecKeychainSearch.cpp43 SecKeychainSearchCreateFromAttributes(CFTypeRef keychainOrArray, SecItemClass itemClass, const SecKeychainAttributeList *attrList, SecKeychainSearchRef *searchRef) function
H A DSecFDERecoveryAsymmetricCrypto.cpp139 throwIfError(SecKeychainSearchCreateFromAttributes(keychain, CSSM_DL_DB_RECORD_PRIVATE_KEY, &attrList, &_searchRef));
H A DSecImportExportCrypto.cpp102 ortn = SecKeychainSearchCreateFromAttributes(kcRef, itemClass,
105 SecImpExpDbg("SecKeychainSearchCreateFromAttributes error");
/macosx-10.9.5/SecurityTool-55115/
H A Dkeychain_find.c131 status = SecKeychainSearchCreateFromAttributes(keychainOrArray, kSecGenericPasswordItemClass, &attrList, &searchRef);
133 sec_perror("SecKeychainSearchCreateFromAttributes", status);
262 status = SecKeychainSearchCreateFromAttributes(keychainOrArray, kSecInternetPasswordItemClass, &attrList, &searchRef);
264 sec_perror("SecKeychainSearchCreateFromAttributes", status);
298 status = SecKeychainSearchCreateFromAttributes(keychainOrArray, kSecCertificateItemClass, NULL, &searchRef);
637 result = SecKeychainSearchCreateFromAttributes(keychainOrArray, kSecCertificateItemClass, NULL, &searchRef);
639 sec_perror("SecKeychainSearchCreateFromAttributes", result);
1251 status = SecKeychainSearchCreateFromAttributes(keychainOrArray, itemClass, NULL, &search);
1254 sec_perror("SecKeychainSearchCreateFromAttributes", status);
H A Dkeychain_export.c66 ortn = SecKeychainSearchCreateFromAttributes(kcRef,
71 sec_perror("SecKeychainSearchCreateFromAttributes", ortn);
/macosx-10.9.5/KerberosHelper-148/Source/
H A Dlkdc_acl.c74 ret = SecKeychainSearchCreateFromAttributes(keychain,
79 errx(1, "failure in SecKeychainSearchCreateFromAttributes");
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dkeychain.c380 if ((rv = SecKeychainSearchCreateFromAttributes(NULL,
/macosx-10.9.5/Security-55471.14.18/include/security_smime/
H A Dcert.c202 status = SecKeychainSearchCreateFromAttributes(keychainOrArray,itemClass,&attrList,&searchRef);
205 printf("CERT_FindUserCertByUsage: SecKeychainSearchCreateFromAttributes:%d",(int)status);
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_x509_tp/lib/
H A DtpCertGroup.cpp140 ortn = SecKeychainSearchCreateFromAttributes(kcRef,
/macosx-10.9.5/Security-55471.14.18/libsecurity_smime/lib/
H A Dcert.c202 status = SecKeychainSearchCreateFromAttributes(keychainOrArray,itemClass,&attrList,&searchRef);
205 printf("CERT_FindUserCertByUsage: SecKeychainSearchCreateFromAttributes:%d",(int)status);
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap/
H A Dtls2.c1376 status = SecKeychainSearchCreateFromAttributes( keychainRef, kSecCertificateItemClass, NULL, &searchRef );
1378 Debug( LDAP_DEBUG_ANY, "TLS: SecKeychainSearchCreateFromAttributes failed: %d",
1380 syslog( LOG_ERR, "TLS: SecKeychainSearchCreateFromAttributes failed: %d", (int)status );
1381 cssmPerror( "SecKeychainSearchCreateFromAttributes", status );
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/sslViewer/
H A DsslAppUtils.cpp1526 ortn = SecKeychainSearchCreateFromAttributes(keychain,
1531 printSslErrStr("SecKeychainSearchCreateFromAttributes", ortn);
/macosx-10.9.5/eap8021x-180/EAP8021X.fproj/
H A DEAPCertificateUtil.c815 status = SecKeychainSearchCreateFromAttributes(NULL,
820 fprintf(stderr, "SecKeychainSearchCreateFromAttributes failed, %d",
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOSX/PreferencePane/
H A DDNSServiceDiscoveryPref.m905 err = SecKeychainSearchCreateFromAttributes(NULL, kSecGenericPasswordItemClass, &attributes, &searchRef);

Completed in 229 milliseconds

12