Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/crypto/
H A DAgileEngine.cxx631 std::vector<sal_uInt8> extendedHash(mInfo.hmacHash); in encryptHmacValue() local
632 extendedHash.resize(nEncryptedValueSize, 0x36); in encryptHmacValue()
647 aEncryptor.update(mInfo.hmacEncryptedValue, extendedHash); in encryptHmacValue()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/crypto/
H A DAgileEngine.cxx620 std::vector<sal_uInt8> extendedHash(mInfo.hmacHash); in encryptHmacValue() local
621 extendedHash.resize(nEncryptedValueSize, 0x36); in encryptHmacValue()
636 aEncryptor.update(mInfo.hmacEncryptedValue, extendedHash); in encryptHmacValue()