Searched refs:errSecItemNotFound (Results 76 - 100 of 112) sorted by relevance

12345

/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DSecCertificate.cpp656 MacOSError::throwMe(errSecItemNotFound);
731 MacOSError::throwMe(errSecItemNotFound);
762 return (status == errSecItemNotFound) ? errSecSuccess : status;
H A DCertificateRequest.cpp249 MacOSError::throwMe(errSecItemNotFound);
H A DSecBase.cpp288 return errSecItemNotFound;
H A DSecImportExportAgg.cpp74 return errSecItemNotFound;
H A DSecImportExportCrypto.cpp286 return errSecItemNotFound;
H A DItem.cpp1302 KCThrowIf_( !item, errSecItemNotFound );
1315 MacOSError::throwMe(errSecItemNotFound);
H A DSecKey.cpp2225 status = errSecItemNotFound;
2231 status = errSecItemNotFound;
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DSecCertificate.cpp656 MacOSError::throwMe(errSecItemNotFound);
731 MacOSError::throwMe(errSecItemNotFound);
762 return (status == errSecItemNotFound) ? errSecSuccess : status;
H A DCertificateRequest.cpp249 MacOSError::throwMe(errSecItemNotFound);
H A DSecBase.cpp288 return errSecItemNotFound;
H A DSecImportExportAgg.cpp74 return errSecItemNotFound;
H A DSecImportExportCrypto.cpp286 return errSecItemNotFound;
H A DItem.cpp1302 KCThrowIf_( !item, errSecItemNotFound );
1315 MacOSError::throwMe(errSecItemNotFound);
H A DSecKey.cpp2225 status = errSecItemNotFound;
2231 status = errSecItemNotFound;
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DCertificateRequest.cpp249 MacOSError::throwMe(errSecItemNotFound);
H A DSecBase.cpp288 return errSecItemNotFound;
H A DSecImportExportAgg.cpp74 return errSecItemNotFound;
H A DSecImportExportCrypto.cpp286 return errSecItemNotFound;
H A DItem.cpp1302 KCThrowIf_( !item, errSecItemNotFound );
1315 MacOSError::throwMe(errSecItemNotFound);
H A DSecKey.cpp2225 status = errSecItemNotFound;
2231 status = errSecItemNotFound;
/macosx-10.9.5/Security-55471.14.18/libsecurity_cms/lib/
H A DCMSDecoder.cpp923 * errSecItemNotFound if no certificates were found.
951 require_action(certList, xit, status = errSecItemNotFound);
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/racoon/
H A Dcrypto_cssm.c631 case errSecItemNotFound:
632 return "errSecItemNotFound";
/macosx-10.9.5/Security-55471.14.18/sec/securityd/
H A DSecTrustServer.c284 if (CFErrorGetCode(localError) != errSecItemNotFound) {
326 if (CFErrorGetCode(localError) != errSecItemNotFound) {
/macosx-10.9.5/SecurityTool-55115/
H A Dcmsutil.c180 if (rv == errSecItemNotFound)
222 if (rv == errSecItemNotFound)
/macosx-10.9.5/ppp-727.90.1/Helpers/pppd/
H A Dauth.c2918 case errSecItemNotFound :
3006 case errSecItemNotFound :

Completed in 409 milliseconds

12345