Searched refs:CSSM_ALGID_NONE (Results 51 - 75 of 92) sorted by relevance

1234

/macosx-10.9.5/Security-55471.14.18/libsecurity_pkcs12/lib/
H A Dpkcs12Crypto.cpp64 CSSM_ALGORITHMS deriveAlg = CSSM_ALGID_NONE;
469 hdr.AlgorithmId = CSSM_ALGID_NONE;
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_client/
H A Dcspclient.h67 Context(const CSP &csp, CSSM_ALGORITHMS alg = CSSM_ALGID_NONE);
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_client/lib/
H A Dcspclient.h67 Context(const CSP &csp, CSSM_ALGORITHMS alg = CSSM_ALGID_NONE);
/macosx-10.9.5/security_systemkeychain-55191.2/src/
H A Dsystemkeychain.cpp297 WrapKey wrap(csp, CSSM_ALGID_NONE);
500 UnwrapKey tunwrap(csp, CSSM_ALGID_NONE);
/macosx-10.9.5/KerberosHelper-148/Source/
H A Dlkdc_acl.c126 cret = CSSM_SignData(sigHandle, &in, 1, CSSM_ALGID_NONE, &sig);
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DSecExternalRep.cpp328 CSSM_ALGID_NONE,
405 CSSM_ALGORITHMS keyAlg, // may be unknown, CSSM_ALGID_NONE
H A DSecImportExportCrypto.cpp218 unwrapParams.encrAlg = CSSM_ALGID_NONE;
H A DSecImportExportUtils.cpp367 case CSSM_ALGID_NONE:
486 CSSM_ALGORITHMS *keyAlg) // CSSM_ALGID_NONE - unknown
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_x509_tp/lib/
H A DtpOcspCertVfy.cpp199 CSSM_ALGID_NONE, &sig);
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DSecExternalRep.cpp328 CSSM_ALGID_NONE,
405 CSSM_ALGORITHMS keyAlg, // may be unknown, CSSM_ALGID_NONE
H A DSecImportExportCrypto.cpp218 unwrapParams.encrAlg = CSSM_ALGID_NONE;
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DSecExternalRep.cpp328 CSSM_ALGID_NONE,
405 CSSM_ALGORITHMS keyAlg, // may be unknown, CSSM_ALGID_NONE
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/Security/
H A DsslKeychain.c114 *signerAlg = CSSM_ALGID_NONE;
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/lib/
H A DsslKeychain.c114 *signerAlg = CSSM_ALGID_NONE;
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/security_ssl/
H A DsslKeychain.c114 *signerAlg = CSSM_ALGID_NONE;
/macosx-10.9.5/security_dotmac_tp-55107.1/lib/
H A DdotMacTpUtils.cpp84 CSSM_ALGID_NONE,
/macosx-10.9.5/Security-55471.14.18/libsecurity_transform/lib/
H A DSecSignVerifyTransform.c140 return CSSM_ALGID_NONE;
310 OSStatus rc = CSSM_SignData(cch, &c_d, 1, (input_is == kSecInputIsDigest) ? sign_alg->digest_algo : CSSM_ALGID_NONE, &sig);
564 rc = CSSM_VerifyData(cch, &c_d, 1, (input_is == kSecInputIsDigest) ? verify_alg->digest_algo : CSSM_ALGID_NONE, &sig);
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/lib/
H A DAppleCSPUtils.cpp386 hdr.WrapAlgorithmId = CSSM_ALGID_NONE;
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_plugin/
H A DCSPsession.cpp560 if(digestAlgorithm != CSSM_ALGID_NONE) {
596 if(digestAlgorithm != CSSM_ALGID_NONE) {
/macosx-10.9.5/Security-55471.14.18/include/security_smime/
H A Dcmspubkey.c734 CSSM_ALGID_NONE,
1401 if(bulkAlg == CSSM_ALGID_NONE) {
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_plugin/lib/
H A DCSPsession.cpp560 if(digestAlgorithm != CSSM_ALGID_NONE) {
596 if(digestAlgorithm != CSSM_ALGID_NONE) {
/macosx-10.9.5/Security-55471.14.18/libsecurity_smime/lib/
H A Dcmspubkey.c734 CSSM_ALGID_NONE,
1401 if(bulkAlg == CSSM_ALGID_NONE) {
/macosx-10.9.5/securityd-55199.3/src/
H A Dtokendatabase.cpp493 subjectKey.validate(context.algorithm() == CSSM_ALGID_NONE ?
819 CssmClient::WrapKey wrap(Server::csp(), CSSM_ALGID_NONE); local
/macosx-10.9.5/Heimdal-323.92.1/lib/hx509/
H A Dks_keychain.c215 cret = CSSM_SignData(sigHandle, &in, 1, CSSM_ALGID_NONE, &sig);
/macosx-10.9.5/Security-55471.14.18/libsecurity_cssm/lib/
H A Dtransition.cpp279 Required(NewContextHandle) = maker(CSSM_ALGCLASS_NONE, CSSM_ALGID_NONE);

Completed in 312 milliseconds

1234