Lines Matching refs:EncryptionKey
1170 m_aContext.Encryption.EncryptionKey[i++] = (sal_uInt8)nObject; in checkAndEnableStreamEncryption()
1171 m_aContext.Encryption.EncryptionKey[i++] = (sal_uInt8)( nObject >> 8 ); in checkAndEnableStreamEncryption()
1172 m_aContext.Encryption.EncryptionKey[i++] = (sal_uInt8)( nObject >> 16 ); in checkAndEnableStreamEncryption()
1177 rtl_digest_MD5( &m_aContext.Encryption.EncryptionKey[0], i+2, nMD5Sum, sizeof(nMD5Sum) ); in checkAndEnableStreamEncryption()
1189 m_aContext.Encryption.EncryptionKey[i++] = (sal_uInt8)nObject; in enableStringEncryption()
1190 m_aContext.Encryption.EncryptionKey[i++] = (sal_uInt8)( nObject >> 8 ); in enableStringEncryption()
1191 m_aContext.Encryption.EncryptionKey[i++] = (sal_uInt8)( nObject >> 16 ); in enableStringEncryption()
1196 rtl_digest_MD5( &m_aContext.Encryption.EncryptionKey[0], i+2, nMD5Sum, sizeof(nMD5Sum) ); in enableStringEncryption()
1258 m_aContext.Encryption.EncryptionKey.clear(); in prepareEncryption()
1390 io_rProperties.EncryptionKey.resize( MAXIMUM_RC4_KEY_LENGTH ); in computeEncryptionKey()
1392 io_rProperties.EncryptionKey[i] = nMD5Sum[i]; in computeEncryptionKey()
1395 io_rProperties.EncryptionKey.clear(); in computeEncryptionKey()
1507 io_rProperties.EncryptionKey[i++] = 0; in computeUDictionaryValue()
1514 &io_rProperties.EncryptionKey[0], 5 , // key and key length in computeUDictionaryValue()
1538 … &io_rProperties.EncryptionKey[0], SECUR_128BIT_KEY, NULL, 0 ); //destination data area in computeUDictionaryValue()
1548 nLocalKey[y] = (sal_uInt8)( io_rProperties.EncryptionKey[y] ^ i ); in computeUDictionaryValue()