Searched refs:encryptionKey (Results 1 – 1 of 1) sorted by relevance
/trunk/main/oox/source/core/ |
H A D | encryption.cxx | 93 vector< sal_uInt8> encryptionKey; member in oox::core::StandardEncryptionInfo 221 encryptionKey = key; in verifyPassword() 242 encryptionKey = vector< sal_uInt8 >( &pnKey[ 0 ], &pnKey[ nKeySize ] ); in verifyEncryptionData() 299 EVP_DecryptInit_ex( aes_ctx, EVP_aes_128_ecb(), 0, &encryptionKey[ 0 ], 0 ); in decryptStream() 387 vector< sal_uInt8> encryptionKey; member in oox::core::AgileEncryptionInfo 869 …encryptionKey = hashInput( passwordHash, passwordKeyEncryptor.saltValue, digestAlgorithm, cryptoKe… in verifyPassword() 872 toBlock0( encryptionKey, passwordKeyEncryptor.keyBits / 8 ); in verifyPassword() 882 …hmacKey = decryptAll( keyDataCipher, &integrityKeyIv[ 0 ], &encryptionKey[ 0 ], &dataIntegrity.enc… in verifyPassword() 888 …hmacValue = decryptAll( keyDataCipher, &integrityValueIv[ 0 ], &encryptionKey[ 0 ], &dataIntegrity… in verifyPassword() 911 if( encryptionKey.empty() ) in decryptStream() [all …]
|
Completed in 18 milliseconds