Searched refs:mHandle (Results 1 - 25 of 42) sorted by relevance

12

/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_x509_cl/lib/
H A DCLCachedEntry.cpp34 mHandle = reinterpret_cast<CSSM_HANDLE>(this);
61 mHandle = reinterpret_cast<CSSM_HANDLE>(this);
H A DCLCachedEntry.h44 CSSM_HANDLE handle() { return mHandle; }
46 CSSM_HANDLE mHandle; member in class:CLCachedEntry
117 CSSM_HANDLE handle() { return mHandle;}
127 CSSM_HANDLE mHandle; // ours member in class:CLQuery
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_client/
H A Dcspclient.cpp80 check(CSSM_DeleteContext(mHandle));
127 check(CSSM_CSP_CreateDigestContext(attachment()->handle(), CSSM_ALGID_NONE, &mHandle));
130 check(CSSM_SetContext(mHandle, &ctx));
181 check(CSSM_CSP_CreatePassThroughContext(attachment()->handle(), mKey, &mHandle));
194 check(CSSM_CSP_CreateDigestContext(attachment()->handle(), mAlgorithm, &mHandle));
248 mSeed, mSize, &mHandle));
H A Ddlclient.cpp113 mHandle.DLHandle = dl()->handle();
114 check(CSSM_DL_DbOpen(mHandle.DLHandle, mDbName.canonicalName(), dbLocation(),
116 mOpenParameters, &mHandle.DBHandle));
139 mHandle.DLHandle = dl()->handle();
152 check(CSSM_DL_PassThrough (mHandle, CSSM_APPLECSPDL_DB_CREATE_WITH_BLOB, &params, (void**) &mHandle.DBHandle));
167 mHandle.DLHandle = dl()->handle();
171 check(CSSM_DL_DbCreate(mHandle.DLHandle, mDbName.canonicalName(), dbLocation(),
173 mOpenParameters, &mHandle.DBHandle));
175 check(CSSM_DL_DbCreate(mHandle
[all...]
H A Dcryptoclient.cpp54 &mHandle));
59 neededCred(), mKey, mPadding, &mHandle));
H A Dcspclient.h81 CSSM_CC_HANDLE handle() { activate(); return mHandle; }
95 check(CSSM_UpdateContextAttributes(mHandle, 1, &attr));
103 check(CSSM_UpdateContextAttributes(mHandle, 1, &attr));
130 CSSM_CC_HANDLE mHandle; // CSSM CC handle member in class:Security::CssmClient::Context
H A Dmacclient.cpp37 mKey, &mHandle));
H A Dsignclient.cpp36 cred(), mKey, &mHandle));
H A Dgenkey.cpp46 mKeySize, mSeed, mSalt, NULL, NULL, mParams, &mHandle));
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_client/lib/
H A Dcspclient.cpp80 check(CSSM_DeleteContext(mHandle));
127 check(CSSM_CSP_CreateDigestContext(attachment()->handle(), CSSM_ALGID_NONE, &mHandle));
130 check(CSSM_SetContext(mHandle, &ctx));
181 check(CSSM_CSP_CreatePassThroughContext(attachment()->handle(), mKey, &mHandle));
194 check(CSSM_CSP_CreateDigestContext(attachment()->handle(), mAlgorithm, &mHandle));
248 mSeed, mSize, &mHandle));
H A Ddlclient.cpp113 mHandle.DLHandle = dl()->handle();
114 check(CSSM_DL_DbOpen(mHandle.DLHandle, mDbName.canonicalName(), dbLocation(),
116 mOpenParameters, &mHandle.DBHandle));
139 mHandle.DLHandle = dl()->handle();
152 check(CSSM_DL_PassThrough (mHandle, CSSM_APPLECSPDL_DB_CREATE_WITH_BLOB, &params, (void**) &mHandle.DBHandle));
167 mHandle.DLHandle = dl()->handle();
171 check(CSSM_DL_DbCreate(mHandle.DLHandle, mDbName.canonicalName(), dbLocation(),
173 mOpenParameters, &mHandle.DBHandle));
175 check(CSSM_DL_DbCreate(mHandle
[all...]
H A Dcryptoclient.cpp54 &mHandle));
59 neededCred(), mKey, mPadding, &mHandle));
H A Dcspclient.h81 CSSM_CC_HANDLE handle() { activate(); return mHandle; }
95 check(CSSM_UpdateContextAttributes(mHandle, 1, &attr));
103 check(CSSM_UpdateContextAttributes(mHandle, 1, &attr));
130 CSSM_CC_HANDLE mHandle; // CSSM CC handle member in class:Security::CssmClient::Context
H A Dmacclient.cpp37 mKey, &mHandle));
H A Dsignclient.cpp36 cred(), mKey, &mHandle));
H A Dgenkey.cpp46 mKeySize, mSeed, mSalt, NULL, NULL, mParams, &mHandle));
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dpcsc++.cpp265 reader, (uint32_t)share, (uint32_t)protocols, &mHandle, &activeProtocol));
275 Error::check(::SCardReconnect(mHandle, (uint32_t)share, (uint32_t)protocols,
291 checkReset(::SCardDisconnect(mHandle, (uint32_t)disposition));
333 checkReset(::SCardTransmit(mHandle, mIOType, pbSendBuffer, (uint32_t)cbSendLength,
351 checkReset(::SCardBeginTransaction(mHandle));
369 checkReset(::SCardEndTransaction(mHandle, (uint32_t)disposition));
381 checkReset(::SCardEndTransaction(mHandle, (uint32_t)disposition));
H A Dpowerwatch.cpp125 if (!(mKernelPort = ::IORegisterForSystemPower(this, &mPortRef, ioCallback, &mHandle)))
149 ::IODeregisterForSystemPower(&mHandle);
H A Dpowerwatch.h74 io_object_t mHandle; member in class:Security::MachPlusPlus::IOPowerWatcher
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dpcsc++.cpp265 reader, (uint32_t)share, (uint32_t)protocols, &mHandle, &activeProtocol));
275 Error::check(::SCardReconnect(mHandle, (uint32_t)share, (uint32_t)protocols,
291 checkReset(::SCardDisconnect(mHandle, (uint32_t)disposition));
333 checkReset(::SCardTransmit(mHandle, mIOType, pbSendBuffer, (uint32_t)cbSendLength,
351 checkReset(::SCardBeginTransaction(mHandle));
369 checkReset(::SCardEndTransaction(mHandle, (uint32_t)disposition));
381 checkReset(::SCardEndTransaction(mHandle, (uint32_t)disposition));
H A Dpowerwatch.cpp125 if (!(mKernelPort = ::IORegisterForSystemPower(this, &mPortRef, ioCallback, &mHandle)))
149 ::IODeregisterForSystemPower(&mHandle);
H A Dpowerwatch.h74 io_object_t mHandle; member in class:Security::MachPlusPlus::IOPowerWatcher
/macosx-10.9.5/securityd-55199.3/src/
H A Dauthority.h52 const AuthorizationBlob &handle() const { return mHandle; }
104 AuthorizationBlob mHandle; // official randomized blob marker member in class:AuthorizationToken
H A Dtokendatabase.h115 Handler() : mHandle(0) { }
116 GenericHandle &tokenHandle() { return mHandle; }
117 GenericHandle tokenHandle() const { return mHandle; }
120 GenericHandle mHandle; member in class:TokenDatabase::Handler
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DSecImport.cpp180 CSSM_CSP_HANDLE mHandle; member in class:CSPDLMaker
184 CSPDLMaker() : mHandle(cuCspStartup(CSSM_FALSE)) {}
185 operator CSSM_CSP_HANDLE() {return mHandle;}

Completed in 116 milliseconds

12