Home
last modified time | relevance | path

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

/aoo42x/main/oox/source/core/
H A Dbinarycodec.cxx276 (void)memset( mpnDigestValue, 0, sizeof( mpnDigestValue ) ); in BinaryCodec_RCF()
282 (void)memset( mpnDigestValue, 0, sizeof( mpnDigestValue ) ); in ~BinaryCodec_RCF()
297 (void)memcpy( mpnDigestValue, aKey.getConstArray(), RTL_DIGEST_LENGTH_MD5 ); in initCodec()
316 …"STD97EncryptionKey" ) ) ] <<= uno::Sequence< sal_Int8 >( (sal_Int8*)mpnDigestValue, RTL_DIGEST_LE… in getEncryptionData()
327 if ( aKey.getLength() == sizeof(mpnDigestValue) ) in initKey()
328 … (void)memcpy ( mpnDigestValue, (const sal_uInt8*)aKey.getConstArray(), sizeof(mpnDigestValue) ); in initKey()
330 memset( mpnDigestValue, 0, sizeof(mpnDigestValue) ); in initKey()
373 (void)memcpy( pnKeyData, mpnDigestValue, 5 ); in startBlock()
/aoo42x/main/oox/inc/oox/core/
H A Dbinarycodec.hxx308 sal_uInt8 mpnDigestValue[ RTL_DIGEST_LENGTH_MD5 ]; member in oox::core::BinaryCodec_RCF

Completed in 15 milliseconds