Home
last modified time | relevance | path

Searched refs:_encryptionMethod (Results 1 – 2 of 2) sorted by relevance

/external/lzma/CPP/7zip/UI/GUI/
DCompressDialog.cpp465 _encryptionMethod.Attach(GetItem(IDC_COMPRESS_ENCRYPTION_METHOD)); in OnInit()
1723 _encryptionMethod.ResetContent(); in SetEncryptionMethod()
1728 ComboBox_AddStringAscii(_encryptionMethod, "AES-256"); in SetEncryptionMethod()
1729 _encryptionMethod.SetCurSel(0); in SetEncryptionMethod()
1744 ComboBox_AddStringAscii(_encryptionMethod, "ZipCrypto"); in SetEncryptionMethod()
1748 ComboBox_AddStringAscii(_encryptionMethod, "AES-256"); in SetEncryptionMethod()
1749 _encryptionMethod.SetCurSel(sel); in SetEncryptionMethod()
1813 if (_encryptionMethod.GetCount() > 0 in GetEncryptionMethodSpec()
1814 && _encryptionMethod.GetCurSel() != _default_encryptionMethod_Index) in GetEncryptionMethodSpec()
1816 _encryptionMethod.GetText(s); in GetEncryptionMethodSpec()
DCompressDialog.h176 NWindows::NControl::CComboBox _encryptionMethod; variable