Searched defs:pSignerInfo (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Runtime/common/crypto/
H A Dpkcs7-sanity.cpp107 PCRTCRPKCS7SIGNERINFO pSignerInfo = &pSignedData->SignerInfos.paItems[i]; local
109 if (RTAsn1Integer_UnsignedCompareWithU32(&pSignerInfo->Version, RTCRPKCS7SIGNERINFO_V1) != 0)
112 pSignerInfo->Version.uValue.u, RTCRPKCS7SIGNERINFO_V1);
115 int rc = RTCrX509Name_CheckSanity(&pSignerInfo->IssuerAndSerialNumber.Name, 0, pErrInfo,
120 if (pSignerInfo->IssuerAndSerialNumber.SerialNumber.Asn1Core.cb == 0)
126 &pSignerInfo->IssuerAndSerialNumber.Name,
127 &pSignerInfo->IssuerAndSerialNumber.SerialNumber);
136 &pSignerInfo->DigestAlgorithm) != 0)
141 i, pSignerInfo->DigestAlgorithm.Algorithm.szObjId);
146 && RTCrX509AlgorithmIdentifier_Compare(&pSignerInfo
[all...]
H A Dpkcs7-verify.cpp212 * @param pSignerInfo The signer info being verified.
222 static int rtCrPkcs7VerifySignerInfoAuthAttribs(PCRTCRPKCS7SIGNERINFO pSignerInfo, PCRTCRPKCS7SIGNEDDATA pSignedData, argument
233 uint32_t i = pSignerInfo->AuthenticatedAttributes.cItems;
236 PCRTCRPKCS7ATTRIBUTE pAttrib = &pSignerInfo->AuthenticatedAttributes.paItems[i];
297 if ( pSignerInfo->DigestAlgorithm.Parameters.enmType != RTASN1TYPE_NULL
298 && pSignerInfo->DigestAlgorithm.Parameters.enmType != RTASN1TYPE_NOT_PRESENT)
302 int rc = RTCrDigestCreateByObjId(&hDigest, &pSignerInfo->DigestAlgorithm.Algorithm);
309 uint8_t const *pbData = (uint8_t const *)RTASN1CORE_GET_RAW_ASN1_PTR(&pSignerInfo->AuthenticatedAttributes.SetCore.Asn1Core);
310 uint32_t cbData = RTASN1CORE_GET_RAW_ASN1_SIZE(&pSignerInfo->AuthenticatedAttributes.SetCore.Asn1Core);
329 * @param pSignerInfo Th
335 rtCrPkcs7VerifyFindDigest(PRTCRDIGEST phDigest, PCRTCRPKCS7SIGNEDDATA pSignedData, PCRTCRPKCS7SIGNERINFO pSignerInfo, PRTCRDIGEST pahDigests, PRTERRINFO pErrInfo) argument
376 rtCrPkcs7VerifySignerInfo(PCRTCRPKCS7SIGNERINFO pSignerInfo, PCRTCRPKCS7SIGNEDDATA pSignedData, RTCRDIGEST hDigest, uint32_t fFlags, RTCRSTORE hAdditionalCerts, RTCRSTORE hTrustedCerts, PCRTTIMESPEC pValidationTime, PFNRTCRPKCS7VERIFYCERTCALLBACK pfnVerifyCert, uint32_t fVccFlags, void *pvUser, PRTERRINFO pErrInfo) argument
645 PCRTCRPKCS7SIGNERINFO pSignerInfo = &pSignedData->SignerInfos.paItems[i]; local
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dcryptuiapi.h412 CMSG_SIGNER_INFO *pSignerInfo; member in struct:tagCRYPTUI_VIEWSIGNERINFO_STRUCTA
428 CMSG_SIGNER_INFO *pSignerInfo; member in struct:tagCRYPTUI_VIEWSIGNERINFO_STRUCTW
H A Dwincrypt.h1002 PCMSG_SIGNER_INFO pSignerInfo; member in struct:_AUTHENTICODE_EXTRA_CERT_CHAIN_POLICY_PARA
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dcryptuiapi.h407 CMSG_SIGNER_INFO *pSignerInfo; member in struct:tagCRYPTUI_VIEWSIGNERINFO_STRUCTA
423 CMSG_SIGNER_INFO *pSignerInfo; member in struct:tagCRYPTUI_VIEWSIGNERINFO_STRUCTW
H A Dwincrypt.h990 PCMSG_SIGNER_INFO pSignerInfo; member in struct:_AUTHENTICODE_EXTRA_CERT_CHAIN_POLICY_PARA
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPHardenedVerifyImage-win.cpp1030 PCRTCRPKCS7SIGNERINFO pSignerInfo = &pContentInfo->u.pSignedData->SignerInfos.paItems[0]; local
1039 &pSignerInfo->IssuerAndSerialNumber.Name,
1040 &pSignerInfo->IssuerAndSerialNumber.SerialNumber))

Completed in 159 milliseconds