Searched refs:RTCrPkcs7ContentInfo_IsSignedData (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Runtime/common/crypto/
H A Dpkcs7-core.cpp176 RTDECL(bool) RTCrPkcs7ContentInfo_IsSignedData(PCRTCRPKCS7CONTENTINFO pThis) function
H A Dpkcs7-verify.cpp581 if (!RTCrPkcs7ContentInfo_IsSignedData(pContentInfo))
/vbox/include/iprt/crypto/
H A Dpkcs7.h277 RTDECL(bool) RTCrPkcs7ContentInfo_IsSignedData(PCRTCRPKCS7CONTENTINFO pThis);
/vbox/src/VBox/Runtime/tools/
H A DRTSignTool.cpp178 if (RTCrPkcs7ContentInfo_IsSignedData(&Pkcs7Ci))
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPHardenedVerifyImage-win.cpp1028 AssertReturn(RTCrPkcs7ContentInfo_IsSignedData(pContentInfo), VERR_INTERNAL_ERROR_5);
/vbox/include/iprt/
H A Dmangling.h2435 # define RTCrPkcs7ContentInfo_IsSignedData RT_MANGLER(RTCrPkcs7ContentInfo_IsSignedData) macro
/vbox/src/VBox/Runtime/common/ldr/
H A DldrPE.cpp2378 if (RTCrPkcs7ContentInfo_IsSignedData(&pSignature->ContentInfo))

Completed in 144 milliseconds