Lines Matching refs:aCipher

1415     rtlCipher aCipher = rtl_cipher_createARCFOUR( rtl_Cipher_ModeStream );  in computeODictionaryValue()  local
1416 if( aDigest && aCipher) in computeODictionaryValue()
1445 rtl_cipher_initARCFOUR( aCipher, rtl_Cipher_DirectionEncode, in computeODictionaryValue()
1448 …rtl_cipher_encodeARCFOUR( aCipher, i_pPaddedUserPassword, ENCRYPTED_PWD_SIZE, // the data to be en… in computeODictionaryValue()
1461 rtl_cipher_initARCFOUR( aCipher, rtl_Cipher_DirectionEncode, in computeODictionaryValue()
1463 …rtl_cipher_encodeARCFOUR( aCipher, &io_rOValue[0], sal_Int32(io_rOValue.size()), // the data to be… in computeODictionaryValue()
1477 if( aCipher ) in computeODictionaryValue()
1478 rtl_cipher_destroyARCFOUR( aCipher ); in computeODictionaryValue()
1499 rtlCipher aCipher = rtl_cipher_createARCFOUR( rtl_Cipher_ModeStream ); in computeUDictionaryValue() local
1500 if( aDigest && aCipher ) in computeUDictionaryValue()
1513 rtl_cipher_initARCFOUR( aCipher, rtl_Cipher_DirectionEncode, in computeUDictionaryValue()
1517 …rtl_cipher_encodeARCFOUR( aCipher, s_nPadString, sizeof( s_nPadString ), // the data to be encrypt… in computeUDictionaryValue()
1537 rtl_cipher_initARCFOUR( aCipher, rtl_Cipher_DirectionEncode, in computeUDictionaryValue()
1539 … rtl_cipher_encodeARCFOUR( aCipher, nMD5Sum, sizeof( nMD5Sum ), // the data to be encrypted in computeUDictionaryValue()
1550 rtl_cipher_initARCFOUR( aCipher, rtl_Cipher_DirectionEncode, in computeUDictionaryValue()
1553 …rtl_cipher_encodeARCFOUR( aCipher, &io_rProperties.UValue[0], SECUR_128BIT_KEY, // the data to be … in computeUDictionaryValue()
1566 if( aCipher ) in computeUDictionaryValue()
1567 rtl_cipher_destroyARCFOUR( aCipher ); in computeUDictionaryValue()