Home
last modified time | relevance | path

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

/trunk/main/oox/source/core/
H A Dencryption.cxx337 vector< sal_uInt8 > encryptedHmacKey; member
533 OUString encryptedHmacKey = attribs.getString( XML_encryptedHmacKey, OUString() ); in parseDataIntegrity() local
534 if( !decodeBase64( encryptedHmacKey, dataIntegrity.encryptedHmacKey ) ) in parseDataIntegrity()
535 …reateFromAscii( "Failed to base64 decode the dataIntegrity.encryptedHmacKey " ) + encryptedHmacKey; in parseDataIntegrity()
854 if( !dataIntegrity.encryptedHmacKey.empty() && !dataIntegrity.encryptedHmacValue.empty() ) in verifyPassword()
861 …tyKeyIv[ 0 ], &encryptionKey[ 0 ], &dataIntegrity.encryptedHmacKey[ 0 ], dataIntegrity.encryptedHm… in verifyPassword()