Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl2.cxx1454 sal_uInt8 nLocalKey[ SECUR_128BIT_KEY ]; // 16 = 128 bit key in computeODictionaryValue() local
1458 for( y = 0; y < sizeof( nLocalKey ); y++ ) in computeODictionaryValue()
1459 nLocalKey[y] = (sal_uInt8)( nMD5Sum[y] ^ i ); in computeODictionaryValue()
1462nLocalKey, SECUR_128BIT_KEY, NULL, 0 ); //destination data area, on init can be NULL in computeODictionaryValue()
1543 sal_uInt8 nLocalKey[SECUR_128BIT_KEY]; in computeUDictionaryValue() local
1547 for( y = 0; y < sizeof( nLocalKey ) ; y++ ) in computeUDictionaryValue()
1548 nLocalKey[y] = (sal_uInt8)( io_rProperties.EncryptionKey[y] ^ i ); in computeUDictionaryValue()
1551 nLocalKey, SECUR_128BIT_KEY, // key and key length in computeUDictionaryValue()

Completed in 22 milliseconds