Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/7z/
D7zItem.h16 const UInt64 k_AES = 0x06F10701; variable
85 if (Coders[i].MethodID == k_AES) in IsEncrypted()
D7zEncode.cpp326 method.Id = k_AES; in EncoderConstr()
437 method.Id = k_AES; in EncoderConstr()
D7zHandler.cpp282 if (id64 == k_AES) in IsFolderEncrypted()
467 else if (id == k_AES) in SetMethodToProp()