Searched refs:pDigest (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/filter/source/msfilter/ |
H A D | mscodec.cxx | 300 printf("%2.2x ", pDigest[i]); in lcl_PrintDigest() 385 sal_uInt8 pDigest[RTL_DIGEST_LENGTH_MD5]; in VerifyKey() local 386 GetDigestFromSalt(pSaltData, pDigest); in VerifyKey() 394 result = (memcmp (pBuffer, pDigest, sizeof(pDigest)) == 0); in VerifyKey() 398 (void)memset (pDigest, 0, sizeof(pDigest)); in VerifyKey() 451 GetDigestFromSalt(nSaltData, pDigest); in CreateSaltDigest() 454 m_hCipher, pDigest, 16, pDigest, sizeof(pDigest)); in CreateSaltDigest() 456 (void)memcpy(nSaltDigest, pDigest, 16); in CreateSaltDigest() 526 memcpy(pDigest, pDigestLocal, 16); in GetDigestFromSalt() 551 m_hDigest, pDigest, sizeof(pDigest)); in GetEncryptKey() [all …]
|
/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 239 pDigest = &pValue->Value; in ManifestExport() 253 …if ( pVector && pSalt && pIterationCount && pDigest && pDigestAlg && pEncryptAlg && pStartKeyAlg &… in ManifestExport() 275 *pDigest >>= aSequence; in ManifestExport()
|
/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 279 pDigest = &( pValue[j].Value ); in parseManifest() 308 if ( pSalt && pVector && pCount && pSize && pDigest && pDigestAlg && pEncryptionAlg ) in parseManifest() 327 *pDigest >>= aSequence; in parseManifest()
|
/aoo4110/main/filter/inc/filter/msfilter/ |
H A D | mscodec.hxx | 350 void GetDigestFromSalt( const sal_uInt8 pSaltData[16], sal_uInt8 pDigest[16] );
|
Completed in 21 milliseconds