Searched refs:passThrough (Results 1 - 25 of 27) sorted by relevance

12

/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_cspdl/lib/
H A DSSDatabase.cpp263 passThrough(CSSM_APPLEFILEDL_COMMIT, NULL);
264 passThrough(CSSM_APPLEFILEDL_TOGGLE_AUTOCOMMIT,
293 passThrough(CSSM_APPLEFILEDL_COMMIT, NULL);
294 passThrough(CSSM_APPLEFILEDL_TOGGLE_AUTOCOMMIT,
321 passThrough(CSSM_APPLEFILEDL_TOGGLE_AUTOCOMMIT, 0);
375 passThrough(CSSM_APPLEFILEDL_COMMIT, NULL);
376 passThrough(CSSM_APPLEFILEDL_TOGGLE_AUTOCOMMIT,
382 passThrough(CSSM_APPLEFILEDL_ROLLBACK, NULL);
383 passThrough(CSSM_APPLEFILEDL_TOGGLE_AUTOCOMMIT,
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DSecFDERecoveryAsymmetricCrypto.cpp97 CssmClient::PassThrough passThrough(fCSP);
98 passThrough.key(key);
100 passThrough(CSSM_APPLECSP_KEYDIGEST, NULL, &outData);
H A DKeyItem.cpp633 CssmClient::PassThrough passThrough(appleCsp);
642 passThrough.key(rawPubKey);
643 passThrough(CSSM_APPLECSP_KEYDIGEST, NULL, &outData);
789 CssmClient::PassThrough passThrough(appleCsp);
798 passThrough.key(&publicWrappedKey);
799 passThrough(CSSM_APPLECSP_KEYDIGEST, NULL, &outData);
H A DCertificate.cpp337 CssmClient::PassThrough passThrough(csp);
347 passThrough.key(key);
348 passThrough(CSSM_APPLECSP_KEYDIGEST, NULL, &outData);
H A DItem.cpp388 db->passThrough(CSSM_APPLECSPDL_DB_GET_HANDLE, NULL,
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecFDERecoveryAsymmetricCrypto.cpp97 CssmClient::PassThrough passThrough(fCSP);
98 passThrough.key(key);
100 passThrough(CSSM_APPLECSP_KEYDIGEST, NULL, &outData);
H A DKeyItem.cpp633 CssmClient::PassThrough passThrough(appleCsp);
642 passThrough.key(rawPubKey);
643 passThrough(CSSM_APPLECSP_KEYDIGEST, NULL, &outData);
789 CssmClient::PassThrough passThrough(appleCsp);
798 passThrough.key(&publicWrappedKey);
799 passThrough(CSSM_APPLECSP_KEYDIGEST, NULL, &outData);
H A DCertificate.cpp337 CssmClient::PassThrough passThrough(csp);
347 passThrough.key(key);
348 passThrough(CSSM_APPLECSP_KEYDIGEST, NULL, &outData);
H A DItem.cpp388 db->passThrough(CSSM_APPLECSPDL_DB_GET_HANDLE, NULL,
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecFDERecoveryAsymmetricCrypto.cpp97 CssmClient::PassThrough passThrough(fCSP);
98 passThrough.key(key);
100 passThrough(CSSM_APPLECSP_KEYDIGEST, NULL, &outData);
H A DKeyItem.cpp633 CssmClient::PassThrough passThrough(appleCsp);
642 passThrough.key(rawPubKey);
643 passThrough(CSSM_APPLECSP_KEYDIGEST, NULL, &outData);
789 CssmClient::PassThrough passThrough(appleCsp);
798 passThrough.key(&publicWrappedKey);
799 passThrough(CSSM_APPLECSP_KEYDIGEST, NULL, &outData);
H A DCertificate.cpp337 CssmClient::PassThrough passThrough(csp);
347 passThrough.key(key);
348 passThrough(CSSM_APPLECSP_KEYDIGEST, NULL, &outData);
H A DItem.cpp388 db->passThrough(CSSM_APPLECSPDL_DB_GET_HANDLE, NULL,
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_client/
H A Ddlclient.h305 void passThrough(uint32 passThroughId, const void *in, void **out = NULL);
308 void passThrough(uint32 passThroughId, const TIn *in, TOut *out = NULL) function in class:Security::CssmClient::DbImpl
309 { passThrough(passThroughId, (const void *)in, (void **)out); }
H A Ddlclient.cpp334 passThrough (CSSM_APPLECSPDL_DB_INSERT_WITHOUT_ENCRYPTION, &params, (void**) uniquePtr);
345 void DbImpl::passThrough(uint32 passThroughId, const void *in, void **out) function in class:DbImpl
H A Dsecurestorage.cpp140 passThrough(CSSM_APPLECSPDL_DB_GET_HANDLE, NULL,
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_client/lib/
H A Ddlclient.h305 void passThrough(uint32 passThroughId, const void *in, void **out = NULL);
308 void passThrough(uint32 passThroughId, const TIn *in, TOut *out = NULL) function in class:Security::CssmClient::DbImpl
309 { passThrough(passThroughId, (const void *)in, (void **)out); }
H A Ddlclient.cpp334 passThrough (CSSM_APPLECSPDL_DB_INSERT_WITHOUT_ENCRYPTION, &params, (void**) uniquePtr);
345 void DbImpl::passThrough(uint32 passThroughId, const void *in, void **out) function in class:DbImpl
H A Dsecurestorage.cpp140 passThrough(CSSM_APPLECSPDL_DB_GET_HANDLE, NULL,
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_plugin/
H A DDatabase.h214 passThrough(DbContext &dbContext,
H A DDatabaseSession.cpp691 aDbContext.mDatabase.passThrough(aDbContext, passThroughId, inputParams, outputParams);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_plugin/lib/
H A DDatabase.h214 passThrough(DbContext &dbContext,
H A DDatabaseSession.cpp691 aDbContext.mDatabase.passThrough(aDbContext, passThroughId, inputParams, outputParams);
/macosx-10.10/Security-57031.1.35/Security/include/security_filedb/
H A DAppleDatabase.h627 virtual void passThrough(DbContext &dbContext,
/macosx-10.10/Security-57031.1.35/Security/libsecurity_filedb/lib/
H A DAppleDatabase.h627 virtual void passThrough(DbContext &dbContext,

Completed in 281 milliseconds

12