Home
last modified time | relevance | path

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

/aoo4110/main/package/source/zipapi/
H A DZipFile.cxx407 if ( nSize > n_ConstDigestLength + 32 ) in StaticGetDataFromRawStream()
408 nSize = n_ConstDigestLength + 32; in StaticGetDataFromRawStream()
470 if ( aDecryptBuffer.getLength() > n_ConstDigestLength ) in StaticHasValidPassword()
471 aDecryptBuffer.realloc( n_ConstDigestLength ); in StaticHasValidPassword()
H A DZipOutputStream.cxx260 sal_Int32 nDiff = n_ConstDigestLength - mnDigested; in doDeflate()
/aoo4110/main/package/inc/
H A DPackageConstants.hxx34 const sal_Int32 n_ConstDigestLength = 1024; variable

Completed in 28 milliseconds