Home
last modified time | relevance | path

Searched refs:_pgpMethod (Results 1 - 2 of 2) sorted by relevance

/third_party/lzma/CPP/7zip/UI/Common/
H A DHashCalc.cpp1126 if (!_pgpMethod.IsEmpty()) in GetArchiveProperty()
1129 s += _pgpMethod; in GetArchiveProperty()
1315 _pgpMethod = s.Ptr((unsigned)strlen(kStart)); in Open()
1383 _pgpMethod.Empty(); in Close()
1462 if (methods.IsEmpty() && !_pgpMethod.IsEmpty()) in Extract()
1465 if (FindHashMethod(EXTERNAL_CODECS_LOC_VARS _pgpMethod, id)) in Extract()
1466 methods.Add(UString(_pgpMethod)); in Extract()
1469 if (methods.IsEmpty() && _pgpMethod.IsEmpty() && _hashSize_Defined) in Extract()
H A DHashCalc.h282 AString _pgpMethod; member

Completed in 3 milliseconds