Home
last modified time | relevance | path

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

/aoo42x/main/oox/source/core/
H A Dencryption.cxx275 sal_uInt8 pnTmpVerifierHash[ 32 ]; in checkEncryptionData() local
276 (void) memset( pnTmpVerifierHash, 0, sizeof(pnTmpVerifierHash) ); in checkEncryptionData()
278 …/*int*/ EVP_DecryptUpdate( aes_ctx, pnTmpVerifierHash, &nOutLen, pnVerifierHash, nVerifierHashSize… in checkEncryptionData()
287 bResult = ( memcmp( pnSha1Hash, pnTmpVerifierHash, RTL_DIGEST_LENGTH_SHA1 ) == 0 ); in checkEncryptionData()

Completed in 18 milliseconds