Searched refs:nLocalKey (Results 1 – 1 of 1) sorted by relevance
1454 sal_uInt8 nLocalKey[ SECUR_128BIT_KEY ]; // 16 = 128 bit key in computeODictionaryValue() local1458 for( y = 0; y < sizeof( nLocalKey ); y++ ) in computeODictionaryValue()1459 nLocalKey[y] = (sal_uInt8)( nMD5Sum[y] ^ i ); in computeODictionaryValue()1462 … nLocalKey, SECUR_128BIT_KEY, NULL, 0 ); //destination data area, on init can be NULL in computeODictionaryValue()1543 sal_uInt8 nLocalKey[SECUR_128BIT_KEY]; in computeUDictionaryValue() local1547 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 28 milliseconds