Home
last modified time | relevance | path

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

/aoo42x/main/oox/source/core/
H A Dbinarycodec.cxx270 mhCipher = rtl_cipher_create( rtl_Cipher_AlgorithmARCFOUR, rtl_Cipher_ModeStream ); in BinaryCodec_RCF()
271 OSL_ENSURE( mhCipher != 0, "BinaryCodec_RCF::BinaryCodec_RCF - cannot create cipher" ); in BinaryCodec_RCF()
285 rtl_cipher_destroy( mhCipher ); in ~BinaryCodec_RCF()
344 rtl_cipher_decode( mhCipher, pnVerifier, 16, pnBuffer, sizeof( pnBuffer ) ); in verifyKey()
355 rtl_cipher_decode( mhCipher, pnVerifierHash, 16, pnBuffer, sizeof( pnBuffer ) ); in verifyKey()
390 … rtl_cipher_init( mhCipher, rtl_Cipher_DirectionDecode, pnKeyData, RTL_DIGEST_LENGTH_MD5, 0, 0 ); in startBlock()
399 rtlCipherError eResult = rtl_cipher_decode( mhCipher, in decode()
/aoo42x/main/oox/inc/oox/core/
H A Dbinarycodec.hxx306 rtlCipher mhCipher; member in oox::core::BinaryCodec_RCF

Completed in 13 milliseconds