Searched defs:CStrongCryptoExtra (Results 1 – 1 of 1) sorted by relevance
102 struct CStrongCryptoExtra struct104 UInt16 Format;105 UInt16 AlgId;106 UInt16 BitLen;107 UInt16 Flags;109 bool ParseFromSubBlock(const CExtraSubBlock &sb) in ParseFromSubBlock()123 bool CertificateIsUsed() const { return (Flags > 0x0001); } in CertificateIsUsed()