Home
last modified time | relevance | path

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

/trunk/main/filter/source/msfilter/
H A Dmscodec.cxx372 const sal_uInt8 pSaltDigest[16]) in VerifyKey()
379 lcl_PrintDigest(pSaltDigest, "salt hash"); in VerifyKey()
391 m_hCipher, pSaltDigest, 16, pBuffer, sizeof(pBuffer)); in VerifyKey()
532 sal_uInt8 pSaltDigest[16]) in GetEncryptKey()
554 m_hCipher, pDigest, 16, pSaltDigest, 16); in GetEncryptKey()
/trunk/main/filter/inc/filter/msfilter/
H A Dmscodec.hxx239 const sal_uInt8 pSaltDigest[ 16 ] );
344 sal_uInt8 pSaltDigest[16]);
/trunk/main/sw/source/filter/ww8/
H A Dwrtww8.cxx3346 sal_uInt8 pSaltDigest[16]; in ExportDocument_Impl() local
3347 aCtx.GetEncryptKey( pDocId, pSaltData, pSaltDigest ); in ExportDocument_Impl()
3351 pTableStrmTemp->Write( pSaltDigest, 16 ); in ExportDocument_Impl()

Completed in 40 milliseconds