Searched refs:pKey (Results 1 - 18 of 18) sorted by relevance

/vbox/src/VBox/Main/src-all/
H A DSecretKeyStore.cpp140 SecretKey *pKey = new SecretKey(pbKey, cbKey, m_fKeyBufNonPageable); local
142 m_mapSecretKeys.insert(std::make_pair(strKeyId, pKey));
158 SecretKey *pKey = it->second;
159 if (pKey->refCount() != 0)
163 delete pKey;
174 SecretKey *pKey = it->second;
175 pKey->retain();
177 *ppKey = pKey;
188 SecretKey *pKey = it->second;
189 pKey
202 SecretKey *pKey = it->second; local
214 SecretKey *pKey = it->second; local
[all...]
/vbox/src/VBox/Devices/EFI/
H A DVBoxSmcUtil-darwin.cpp267 static void DisplayKey(SMCPARAM *pKey) argument
269 pKey->uKey.u = RT_BE2H_U32(pKey->uKey.u);
270 pKey->KeyInfo.uDataType.u = RT_BE2H_U32(pKey->KeyInfo.uDataType.u);
272 pKey->uKey.au8, pKey->KeyInfo.uDataType.au8, pKey->KeyInfo.cbData, pKey->KeyInfo.fAttr);
273 if (pKey
[all...]
/vbox/include/iprt/crypto/
H A Dpkix.h118 * @param pKey The key to use (whether private or public depends on
124 PCRTASN1BITSTRING pKey, PCRTASN1DYNTYPE pParams);
199 PCRTASN1BITSTRING pKey,PCRTASN1DYNTYPE pParams);
201 PCRTASN1BITSTRING pKey, PCRTASN1DYNTYPE pParams);
205 bool fSigning, PCRTASN1BITSTRING pKey, PCRTASN1DYNTYPE pParams);
251 * @param pKey The key to use (whether private or public depends on
257 PCRTASN1BITSTRING pKey, PCRTASN1DYNTYPE pParams);
374 bool fEncrypt, PCRTASN1BITSTRING pKey,PCRTASN1DYNTYPE pParams);
376 PCRTASN1BITSTRING pKey, PCRTASN1DYNTYPE pParams);
380 bool fEncrypt, PCRTASN1BITSTRING pKey, PCRTASN1DYNTYP
[all...]
/vbox/src/VBox/Runtime/common/crypto/
H A Dpkix-signature-builtin.cpp119 PCRTASN1BITSTRING pKey,PCRTASN1DYNTYPE pParams)
124 return RTCrPkixSignatureCreate(phSignature, pDesc, pvOpaque, fSigning, pKey, pParams);
130 PCRTASN1BITSTRING pKey, PCRTASN1DYNTYPE pParams)
135 return RTCrPkixSignatureCreate(phSignature, pDesc, pvOpaque, fSigning, pKey, pParams);
118 RTCrPkixSignatureCreateByObjIdString(PRTCRPKIXSIGNATURE phSignature, const char *pszObjId, bool fSigning, PCRTASN1BITSTRING pKey,PCRTASN1DYNTYPE pParams) argument
129 RTCrPkixSignatureCreateByObjId(PRTCRPKIXSIGNATURE phSignature, PCRTASN1OBJID pObjId, bool fSigning, PCRTASN1BITSTRING pKey, PCRTASN1DYNTYPE pParams) argument
H A Dpkix-signature-core.cpp88 bool fSigning, PCRTASN1BITSTRING pKey, PCRTASN1DYNTYPE pParams)
95 AssertPtrReturn(pKey, VERR_INVALID_POINTER);
96 AssertReturn(RTAsn1BitString_IsPresent(pKey), VERR_INVALID_PARAMETER);
118 rc = pDesc->pfnInit(pDesc, pThis->abState, pvOpaque, fSigning, pKey, pParams);
87 RTCrPkixSignatureCreate(PRTCRPKIXSIGNATURE phSignature, PCRTCRPKIXSIGNATUREDESC pDesc, void *pvOpaque, bool fSigning, PCRTASN1BITSTRING pKey, PCRTASN1DYNTYPE pParams) argument
H A Dpkix-signature-rsa.cpp140 bool fSigning, PCRTASN1BITSTRING pKey, PCRTASN1DYNTYPE pParams)
152 RTAsn1CursorInitPrimary(&PrimaryCursor, RTASN1BITSTRING_GET_BIT0_PTR(pKey), RTASN1BITSTRING_GET_BYTE_SIZE(pKey),
139 rtCrPkixSignatureRsa_Init(PCRTCRPKIXSIGNATUREDESC pDesc, void *pvState, void *pvOpaque, bool fSigning, PCRTASN1BITSTRING pKey, PCRTASN1DYNTYPE pParams) argument
/vbox/src/VBox/Debugger/
H A DDBGCTcp.cpp219 PCFGMNODE pKey = CFGMR3GetChild(CFGMR3GetRootU(pUVM), "DBGC"); local
221 int rc = CFGMR3QueryBoolDef(pKey, "Enabled", &fEnabled,
241 rc = CFGMR3QueryU32Def(pKey, "Port", &u32Port, 5000);
249 rc = CFGMR3QueryStringDef(pKey, "Address", szAddress, sizeof(szAddress), "");
/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_hash.h57 /*Returns GL_TRUE if given hashtable hold the data, pKey is updated with key value for data in this case*/
58 DECLEXPORT(GLboolean) crHashtableGetDataKey(CRHashTable *pHash, void *pData, unsigned long *pKey);
H A Dcr_dump.h170 void* crDmpHashtableSearchByHwid(CRHashTable *pHash, GLuint hwid, PFNCRDUMPGETHWID pfnGetHwid, unsigned long *pKey);
/vbox/src/VBox/Runtime/common/misc/
H A Ds3.cpp463 PRTS3KEYENTRY pKey = (PRTS3KEYENTRY)RTMemAllocZ(sizeof(RTS3KEYENTRY)); local
464 pKey->pPrev = pPrevKey;
466 pPrevKey->pNext = pKey;
468 (*ppKeys) = pKey;
469 pPrevKey = pKey;
476 pKey->pszName = RTStrDup((const char*)pszKey);
482 pKey->pszLastModified = RTStrDup((const char*)pszKey);
488 pKey->cbFile = RTStrToUInt64((const char*)pszKey);
/vbox/src/VBox/Runtime/testcase/
H A DtstRTAvl.cpp153 * @param pKey Where to store the first key in the allocated range.
158 static bool TrackerNewRandomEx(PTRACKER pTracker, uint32_t *pKey, uint32_t *pKeyLast, uint32_t cMaxKeys) argument
210 *pKey = Key;
222 * @param pKey Where to store the allocated key.
225 static bool TrackerNewRandom(PTRACKER pTracker, uint32_t *pKey) argument
227 return TrackerNewRandomEx(pTracker, pKey, NULL, 1);
236 * @param pKey Where to store the allocated key.
239 static bool TrackerFindRandom(PTRACKER pTracker, uint32_t *pKey) argument
259 *pKey = ASMBitLastSetU32(*pu32Cur) - 1 + (uint32_t)((pu32Cur - pu32Start) * 32);
274 *pKey
[all...]
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dhash.c667 GLboolean crHashtableGetDataKey(CRHashTable *pHash, void *pData, unsigned long *pKey) argument
685 if (pKey)
686 *pKey = entry->key;
/vbox/src/VBox/Main/src-server/
H A DApplianceImpl.cpp626 SecretKey *pKey = NULL; local
627 int rc = m->m_pSecretKeyStore->retainSecretKey(aIdentifiers[i], &pKey);
630 AssertPtr(pKey);
631 if (pKey)
632 pKey->release();
H A DMediumImpl.cpp8818 SecretKey *pKey = NULL; local
8819 vrc = task.m_pSecretKeyStore->retainSecretKey(itKeyId->second, &pKey);
8826 i_taskEncryptSettingsSetup(&CryptoSettingsRead, NULL, itKeyStore->second.c_str(), (const char *)pKey->getKeyBuffer(),
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwindns.h428 PBYTE pKey; member in struct:__anon13960
444 PBYTE pKey; member in struct:__anon13961
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwindns.h428 PBYTE pKey; member in struct:__anon1305
444 PBYTE pKey; member in struct:__anon1306
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp3101 SecretKey *pKey = NULL; local
3102 rc = m_pKeyStore->retainSecretKey(aId, &pKey);
3105 pKey->setUsers(cDisksConfigured);
3106 pKey->setRemoveOnSuspend(!!aClearOnSuspend);
3155 SecretKey *pKey = NULL; local
3156 int rc = m_pKeyStore->retainSecretKey(aIds[i], &pKey);
3159 AssertPtr(pKey);
3160 if (pKey)
3161 pKey->release();
3196 SecretKey *pKey local
10060 SecretKey *pKey = NULL; local
10093 SecretKey *pKey = NULL; local
[all...]
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Ddump.cpp133 void* crDmpHashtableSearchByHwid(CRHashTable *pHash, GLuint hwid, PFNCRDUMPGETHWID pfnGetHwid, unsigned long *pKey) argument
142 if (pKey)
143 *pKey = Data.Key;

Completed in 119 milliseconds