Searched refs:pSaltDigest (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/filter/source/msfilter/ |
H A D | mscodec.cxx | 372 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()
|
/aoo4110/main/filter/inc/filter/msfilter/ |
H A D | mscodec.hxx | 239 const sal_uInt8 pSaltDigest[ 16 ] ); 344 sal_uInt8 pSaltDigest[16]);
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | wrtww8.cxx | 3360 sal_uInt8 pSaltDigest[16]; in ExportDocument_Impl() local 3361 aCtx.GetEncryptKey( pDocId, pSaltData, pSaltDigest ); in ExportDocument_Impl() 3365 pTableStrmTemp->Write( pSaltDigest, 16 ); in ExportDocument_Impl()
|
Completed in 169 milliseconds