Searched refs:pSignature (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Runtime/common/crypto/
H A Dpkcs7-core.cpp82 PCRTCRPKCS7SIGNERINFO pSignature = pAttr->uValues.pCounterSignatures->paItems; local
89 if (pSignature == *ppSignerInfo)
92 pSignature++;
95 pSignature++;
101 uint32_t cCounterAttrsLeft = pSignature->AuthenticatedAttributes.cItems;
102 PCRTCRPKCS7ATTRIBUTE pCounterAttr = pSignature->AuthenticatedAttributes.paItems;
109 *ppSignerInfo = pSignature;
114 pSignature++;
H A Dpkix-signature-core.cpp221 RTDECL(int) RTCrPkixSignatureVerifyBitString(RTCRPKIXSIGNATURE hSignature, RTCRDIGEST hDigest, PCRTASN1BITSTRING pSignature)
226 AssertPtrReturn(pSignature, VERR_INVALID_POINTER);
227 AssertReturn(RTAsn1BitString_IsPresent(pSignature), VERR_INVALID_PARAMETER);
228 uint32_t cbData = RTASN1BITSTRING_GET_BYTE_SIZE(pSignature);
229 void const *pvData = RTASN1BITSTRING_GET_BIT0_PTR(pSignature);
236 RTDECL(int) RTCrPkixSignatureVerifyOctetString(RTCRPKIXSIGNATURE hSignature, RTCRDIGEST hDigest, PCRTASN1OCTETSTRING pSignature)
241 AssertPtrReturn(pSignature, VERR_INVALID_POINTER);
242 AssertReturn(RTAsn1OctetString_IsPresent(pSignature), VERR_INVALID_PARAMETER);
243 uint32_t cbData = pSignature->Asn1Core.cb;
244 void const *pvData = pSignature
[all...]
/vbox/src/VBox/Runtime/common/ldr/
H A DldrPE.cpp2277 PRTLDRPESIGNATURE pSignature = (PRTLDRPESIGNATURE)RTMemTmpAllocZ(sizeof(*pSignature) + 64 + pModPe->SecurityDir.Size);
2278 if (!pSignature)
2280 sizeof(*pSignature) + 64 + pModPe->SecurityDir.Size);
2281 pSignature->pRawData = RT_ALIGN_PT(pSignature + 1, 64, WIN_CERTIFICATE const *);
2287 int rc = pModPe->Core.pReader->pfnRead(pModPe->Core.pReader, (void *)pSignature->pRawData,
2295 WIN_CERTIFICATE const *pEntry = pSignature->pRawData;
2328 *ppSignature = pSignature;
2334 RTMemTmpFree(pSignature);
2345 rtldrPE_VerifySignatureDestroy(PRTLDRMODPE pModPe, PRTLDRPESIGNATURE pSignature) argument
2360 rtldrPE_VerifySignatureDecode(PRTLDRMODPE pModPe, PRTLDRPESIGNATURE pSignature, PRTERRINFO pErrInfo) argument
2624 rtldrPE_VerifySignatureValidateHash(PRTLDRMODPE pModPe, PRTLDRPESIGNATURE pSignature, PRTERRINFO pErrInfo) argument
2712 PRTLDRPESIGNATURE pSignature = NULL; local
[all...]
/vbox/include/iprt/crypto/
H A Dpkix.h210 RTDECL(int) RTCrPkixSignatureVerifyBitString(RTCRPKIXSIGNATURE hSignature, RTCRDIGEST hDigest, PCRTASN1BITSTRING pSignature);
211 RTDECL(int) RTCrPkixSignatureVerifyOctetString(RTCRPKIXSIGNATURE hSignature, RTCRDIGEST hDigest, PCRTASN1OCTETSTRING pSignature);
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/WebServer/
H A DACPI.c218 CONST UINT32 * pSignature; local
250 pSignature = (UINT32 *)*pEntry;
251 if ( *pSignature == Signature ) {
767 @param [in] pSignature Address of the table signature
775 IN UINT32 * pSignature,
786 Signature = *pSignature;
811 *ppTableName = (CONST CHAR8 *)pSignature;
774 SignatureLookup( IN UINT32 * pSignature, OUT CONST CHAR8 ** ppTableName ) argument
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu_cocoa_helper.m1709 NSMethodSignature *pSignature = [pWindow methodSignatureForSelector:@selector(convertRectToBacking:)];
1710 if (pSignature)
1712 NSInvocation *pInvocation = [NSInvocation invocationWithMethodSignature:pSignature];
1757 NSMethodSignature *pSignature = [pScreen methodSignatureForSelector:@selector(backingScaleFactor)];
1758 if (pSignature)
1760 NSInvocation *pInvocation = [NSInvocation invocationWithMethodSignature:pSignature];
1804 NSMethodSignature *pSignature = [pWindow methodSignatureForSelector:@selector(convertRectToScreen:)];
1805 if (pSignature)
1807 NSInvocation *pInvocation = [NSInvocation invocationWithMethodSignature:pSignature];
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwindns.h463 PBYTE pSignature; member in struct:__anon13962
479 PBYTE pSignature; member in struct:__anon13963
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwindns.h463 PBYTE pSignature; member in struct:__anon1307
479 PBYTE pSignature; member in struct:__anon1308

Completed in 79 milliseconds