Searched defs:ContentInfo (Results 1 - 2 of 2) sorted by relevance

/vbox/include/iprt/crypto/
H A Dpkcs7.h221 * PKCS \#7 ContentInfo (IPRT representation).
270 /** Pointer to the IPRT representation of a PKCS \#7 ContentInfo. */
272 /** Pointer to the const IPRT representation of a PKCS \#7 ContentInfo. */
344 /** The digest algorithms that are used to signed the content (ContentInfo). */
347 RTCRPKCS7CONTENTINFO ContentInfo; member in struct:RTCRPKCS7SIGNEDDATA
/vbox/src/VBox/Runtime/common/ldr/
H A DldrPE.cpp217 RTCRPKCS7CONTENTINFO ContentInfo; member in struct:RTLDRPESIGNATURE
218 /** Pointer to the decoded SignedData inside the ContentInfo member. */
2347 RTCrPkcs7ContentInfo_Delete(&pSignature->ContentInfo);
2375 int rc = RTCrPkcs7ContentInfo_DecodeAsn1(&PrimaryCursor.Cursor, 0, &pSignature->ContentInfo, "CI");
2378 if (RTCrPkcs7ContentInfo_IsSignedData(&pSignature->ContentInfo))
2380 pSignature->pSignedData = pSignature->ContentInfo.u.pSignedData;
2385 if (!strcmp(pSignature->pSignedData->ContentInfo.ContentType.szObjId, RTCRSPCINDIRECTDATACONTENT_OID))
2387 pSignature->pIndData = pSignature->pSignedData->ContentInfo.u.pIndirectDataContent;
2413 "Unknown pSignedData.ContentInfo.ContentType.szObjId value: %s (expected %s)",
2414 pSignature->pSignedData->ContentInfo
[all...]

Completed in 59 milliseconds