Home
last modified time | relevance | path

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

/aoo42x/main/package/source/package/zipapi/
H A DZipFile.cxx208 sal_Int16 nDigestLength = static_cast < sal_Int16 > ( rData->m_aDigest.getLength() ); in StaticFillHeader() local
271 *(pHeader++) = static_cast< sal_Int8 >(( nDigestLength >> 0 ) & 0xFF); in StaticFillHeader()
272 *(pHeader++) = static_cast< sal_Int8 >(( nDigestLength >> 8 ) & 0xFF); in StaticFillHeader()
287 rtl_copyMemory ( pHeader, rData->m_aDigest.getConstArray(), nDigestLength ); in StaticFillHeader()
288 pHeader += nDigestLength; in StaticFillHeader()
350 sal_Int16 nDigestLength = pBuffer[nPos++] & 0xFF; in StaticFillData() local
351 nDigestLength |= ( pBuffer[nPos++] & 0xFF ) << 8; in StaticFillData()
364 if ( nDigestLength == rStream->readBytes ( aBuffer, nDigestLength ) ) in StaticFillData()
366 rData->m_aDigest.realloc ( nDigestLength ); in StaticFillData()
367 rtl_copyMemory ( rData->m_aDigest.getArray(), aBuffer.getConstArray(), nDigestLength ); in StaticFillData()
/aoo42x/main/xmlsecurity/source/xmlsec/nss/
H A Dnssinitializer.cxx417 sal_Int32 nDigestLength = 0; in getDigestContext() local
423 nDigestLength = 32; in getDigestContext()
430 nDigestLength = 20; in getDigestContext()
444 xResult = new ODigestContext( pContext, nDigestLength, b1KData ); in getDigestContext()
H A Ddigestcontext.hxx46 ODigestContext( PK11Context* pContext, sal_Int32 nDigestLength, bool b1KData ) in ODigestContext() argument
48 , m_nDigestLength( nDigestLength ) in ODigestContext()

Completed in 25 milliseconds