Home
last modified time | relevance | path

Searched refs:k_AES (Results 1 – 4 of 4) sorted by relevance

/third_party/lzma/CPP/7zip/Archive/7z/
D7zHeader.h124 const UInt32 k_AES = 0x6F10701; variable
D7zItem.h86 if (Coders[i].MethodID == k_AES) in IsEncrypted()
D7zEncode.cpp569 method.Id = k_AES;
694 method.Id = k_AES;
D7zHandler.cpp309 if (id64 == k_AES) in IsFolderEncrypted()
497 else if (id == k_AES) in SetMethodToProp()