Home
last modified time | relevance | path

Searched defs:CStrongCryptoExtra (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/lzma/CPP/7zip/Archive/Zip/
H A DZipItem.h102 struct CStrongCryptoExtra struct
104 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()