Searched refs:pDigestAlg (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/package/source/manifest/ |
H A D | ManifestExport.cxx | 204 …ctor = NULL, *pSalt = NULL, *pIterationCount = NULL, *pDigest = NULL, *pDigestAlg = NULL, *pEncryp… in ManifestExport() local 241 pDigestAlg = &pValue->Value; in ManifestExport() 253 …if ( pVector && pSalt && pIterationCount && pDigest && pDigestAlg && pEncryptAlg && pStartKeyAlg &… in ManifestExport() 266 *pDigestAlg >>= nDigestAlgID; in ManifestExport()
|
/aoo4110/main/package/source/zippackage/ |
H A D | ZipPackage.cxx | 261 …ULL, *pVector = NULL, *pCount = NULL, *pSize = NULL, *pDigest = NULL, *pDigestAlg = NULL, *pEncryp… in parseManifest() local 281 pDigestAlg = &( pValue[j].Value ); in parseManifest() 308 if ( pSalt && pVector && pCount && pSize && pDigest && pDigestAlg && pEncryptionAlg ) in parseManifest() 330 *pDigestAlg >>= nDigestAlg; in parseManifest()
|
Completed in 16 milliseconds