Searched refs:pSalt (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/package/source/manifest/ |
H A D | ManifestExport.cxx | 204 …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()
|
/aoo4110/main/filter/source/msfilter/ |
H A D | mscodec.cxx | 530 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()
|
/aoo4110/main/package/source/zippackage/ |
H A D | ZipPackage.cxx | 261 …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()
|
/aoo4110/main/filter/inc/filter/msfilter/ |
H A D | mscodec.hxx | 342 const sal_uInt8 pSalt[16],
|
Completed in 36 milliseconds