Home
last modified time | relevance | path

Searched refs:pSalt (Results 1 – 4 of 4) sorted by relevance

/trunk/main/package/source/package/manifest/
H A DManifestExport.cxx204 …const uno::Any *pVector = NULL, *pSalt = NULL, *pIterationCount = NULL, *pDigest = NULL, *pDigestA… in ManifestExport() local
235 pSalt = &pValue->Value; in ManifestExport()
253 …if ( pVector && pSalt && pIterationCount && pDigest && pDigestAlg && pEncryptAlg && pStartKeyAlg &… in ManifestExport()
334 *pSalt >>= aSequence; in ManifestExport()
/trunk/main/filter/source/msfilter/
H A Dmscodec.cxx530 const sal_uInt8 pSalt[16], in GetEncryptKey()
540 m_hCipher, pSalt, 16, pSaltData, sizeof(pBuffer)); in GetEncryptKey()
542 (void)memcpy( pBuffer, pSalt, 16 ); in GetEncryptKey()
/trunk/main/package/source/package/zippackage/
H A DZipPackage.cxx261 …const Any *pSalt = NULL, *pVector = NULL, *pCount = NULL, *pSize = NULL, *pDigest = NULL, *pDigest… in parseManifest() local
271 pSalt = &( pValue[j].Value ); in parseManifest()
308 if ( pSalt && pVector && pCount && pSize && pDigest && pDigestAlg && pEncryptionAlg ) in parseManifest()
315 *pSalt >>= aSequence; in parseManifest()
/trunk/main/filter/inc/filter/msfilter/
H A Dmscodec.hxx342 const sal_uInt8 pSalt[16],

Completed in 32 milliseconds