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

/vbox/src/VBox/Runtime/common/crypto/
H A Dpkcs7-sanity.cpp45 bool const fAuthenticode = RT_BOOL(fFlags & RTCRPKCS7SIGNEDDATA_SANITY_F_AUTHENTICODE); local
61 if (pSignedData->DigestAlgorithms.cItems != 1 && fAuthenticode)
90 if (fAuthenticode && RTAsn1Core_IsPresent(&pSignedData->Crls))
100 if (fAuthenticode && pSignedData->SignerInfos.cItems != 1)

Completed in 31 milliseconds