Home
last modified time | relevance | path

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

/trunk/main/oox/source/xls/
H A Dbiffcodec.cxx117 if( maCodec.verifyKey( mnKey, mnHash ) ) in implVerifyPassword()
133 if( maCodec.verifyKey( mnKey, mnHash ) ) in implVerifyEncryptionData()
207 if( maCodec.verifyKey( &maVerifier.front(), &maVerifierHash.front() ) ) in implVerifyPassword()
223 if( maCodec.verifyKey( &maVerifier.front(), &maVerifierHash.front() ) ) in implVerifyEncryptionData()
/trunk/main/oox/inc/oox/core/
H A Dbinarycodec.hxx117 bool verifyKey( sal_uInt16 nKey, sal_uInt16 nHash ) const;
239 bool verifyKey(
/trunk/main/oox/source/core/
H A Dbinarycodec.cxx212 bool BinaryCodec_XOR::verifyKey( sal_uInt16 nKey, sal_uInt16 nHash ) const in verifyKey() function in oox::core::BinaryCodec_XOR
335 bool BinaryCodec_RCF::verifyKey( const sal_uInt8 pnVerifier[ 16 ], const sal_uInt8 pnVerifierHash[ … in verifyKey() function in oox::core::BinaryCodec_RCF

Completed in 14 milliseconds