Searched refs:decryptAll (Results 1 – 1 of 1) sorted by relevance
/trunk/main/oox/source/core/ |
H A D | encryption.cxx | 795 static vector< sal_uInt8 > decryptAll( const EVP_CIPHER* cipherAlgorithm, in decryptAll() function 833 …return decryptAll( decryptionAlgorithm, &iv[ 0 ], &intermediateKey[ 0 ], &zeroedInput[ 0 ], zeroed… in hashInput() 882 …hmacKey = decryptAll( keyDataCipher, &integrityKeyIv[ 0 ], &encryptionKey[ 0 ], &dataIntegrity.enc… in verifyPassword() 888 …hmacValue = decryptAll( keyDataCipher, &integrityValueIv[ 0 ], &encryptionKey[ 0 ], &dataIntegrity… in verifyPassword()
|
Completed in 17 milliseconds