Searched defs:pvOpaque (Results 1 - 6 of 6) sorted by relevance
/vbox/src/VBox/Runtime/common/crypto/ |
H A D | pkix-signature-builtin.cpp | 121 void *pvOpaque; local 122 PCRTCRPKIXSIGNATUREDESC pDesc = RTCrPkixSignatureFindByObjIdString(pszObjId, &pvOpaque); 124 return RTCrPkixSignatureCreate(phSignature, pDesc, pvOpaque, fSigning, pKey, pParams); 132 void *pvOpaque; local 133 PCRTCRPKIXSIGNATUREDESC pDesc = RTCrPkixSignatureFindByObjId(pObjId, &pvOpaque); 135 return RTCrPkixSignatureCreate(phSignature, pDesc, pvOpaque, fSigning, pKey, pParams);
|
H A D | pkix-signature-core.cpp | 87 RTDECL(int) RTCrPkixSignatureCreate(PRTCRPKIXSIGNATURE phSignature, PCRTCRPKIXSIGNATUREDESC pDesc, void *pvOpaque, argument 118 rc = pDesc->pfnInit(pDesc, pThis->abState, pvOpaque, fSigning, pKey, pParams);
|
H A D | digest-core.cpp | 84 RTDECL(int) RTCrDigestCreate(PRTCRDIGEST phDigest, PCRTCRDIGESTDESC pDesc, void *pvOpaque) argument 100 rc = pDesc->pfnInit(pThis->abState, pvOpaque, false /*fReInit*/);
|
H A D | pkix-signature-rsa.cpp | 139 static DECLCALLBACK(int) rtCrPkixSignatureRsa_Init(PCRTCRPKIXSIGNATUREDESC pDesc, void *pvState, void *pvOpaque, argument
|
H A D | digest-builtin.cpp | 64 static DECLCALLBACK(int) rtCrDigestMd2_Init(void *pvState, void *pvOpaque, bool fReInit) argument 66 AssertReturn(pvOpaque == NULL, VERR_INVALID_PARAMETER); 116 static DECLCALLBACK(int) rtCrDigestMd5_Init(void *pvState, void *pvOpaque, bool fReInit) argument 118 AssertReturn(pvOpaque == NULL, VERR_INVALID_PARAMETER); 168 static DECLCALLBACK(int) rtCrDigestSha1_Init(void *pvState, void *pvOpaque, bool fReInit) argument 170 AssertReturn(pvOpaque == NULL, VERR_INVALID_PARAMETER); 220 static DECLCALLBACK(int) rtCrDigestSha256_Init(void *pvState, void *pvOpaque, bool fReInit) argument 222 AssertReturn(pvOpaque == NULL, VERR_INVALID_PARAMETER); 271 static DECLCALLBACK(int) rtCrDigestSha512_Init(void *pvState, void *pvOpaque, bool fReInit) argument 273 AssertReturn(pvOpaque 322 rtCrDigestSha224_Init(void *pvState, void *pvOpaque, bool fReInit) argument 373 rtCrDigestSha384_Init(void *pvState, void *pvOpaque, bool fReInit) argument 425 rtCrDigestSha512t224_Init(void *pvState, void *pvOpaque, bool fReInit) argument 477 rtCrDigestSha512t256_Init(void *pvState, void *pvOpaque, bool fReInit) argument 552 rtCrDigestOsslEvp_Init(void *pvState, void *pvOpaque, bool fReInit) argument 692 void *pvOpaque; local 702 void *pvOpaque; local [all...] |
/vbox/src/VBox/Main/src-server/darwin/ |
H A D | iokit.cpp | 665 * @param pvOpaque The return value from DarwinSubscribeUSBNotifications. 667 void DarwinUnsubscribeUSBNotifications(void *pvOpaque) argument 669 PDARWINUSBNOTIFY pNotify = (PDARWINUSBNOTIFY)pvOpaque;
|
Completed in 49 milliseconds