Home
last modified time | relevance | path

Searched refs:nMD5Sum (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/vcl/source/gdi/
H A Dpdfwriter_impl2.cxx1175 sal_uInt8 nMD5Sum[ RTL_DIGEST_LENGTH_MD5 ]; in checkAndEnableStreamEncryption() local
1177 rtl_digest_MD5( &m_aContext.Encryption.EncryptionKey[0], i+2, nMD5Sum, sizeof(nMD5Sum) ); in checkAndEnableStreamEncryption()
1180 …rtl_cipher_initARCFOUR( m_aCipher, rtl_Cipher_DirectionEncode, nMD5Sum, m_nRC4KeyLength, NULL, 0 ); in checkAndEnableStreamEncryption()
1194 sal_uInt8 nMD5Sum[ RTL_DIGEST_LENGTH_MD5 ]; in enableStringEncryption() local
1196 rtl_digest_MD5( &m_aContext.Encryption.EncryptionKey[0], i+2, nMD5Sum, sizeof(nMD5Sum) ); in enableStringEncryption()
1199 …rtl_cipher_initARCFOUR( m_aCipher, rtl_Cipher_DirectionEncode, nMD5Sum, m_nRC4KeyLength, NULL, 0 ); in enableStringEncryption()
1335 sal_uInt8 nMD5Sum[ RTL_DIGEST_LENGTH_MD5 ]; in computeEncryptionKey() local
1364 rtl_digest_getMD5( aDigest, nMD5Sum, sizeof( nMD5Sum ) ); in computeEncryptionKey()
1371 nError = rtl_digest_updateMD5( aDigest, &nMD5Sum, sizeof( nMD5Sum ) ); in computeEncryptionKey()
1377 rtl_digest_getMD5( aDigest, nMD5Sum, sizeof( nMD5Sum ) ); in computeEncryptionKey()
[all …]
H A Dpdfwriter_impl.cxx6548 sal_uInt8 nMD5Sum[ RTL_DIGEST_LENGTH_MD5 ]; in emitTrailer() local
6549 rtl_digest_getMD5( m_aDocDigest, nMD5Sum, sizeof(nMD5Sum) ); in emitTrailer()
6551 appendHex( nMD5Sum[i], aDocChecksum ); in emitTrailer()