Searched refs:aDecoder (Results 1 – 1 of 1) sorted by relevance
488 rtlCipher aDecoder = rtl_cipher_create (rtl_Cipher_AlgorithmBF, rtl_Cipher_ModeStream ); in DecodePasswords() local489 OSL_ENSURE( aDecoder, "Can't create decoder\n" ); in DecodePasswords()491 if( aDecoder ) in DecodePasswords()500 aDecoder, rtl_Cipher_DirectionDecode, in DecodePasswords()509 … result = rtl_cipher_decode ( aDecoder, (sal_uInt8*)aSeq.getArray(), aSeq.getLength(), in DecodePasswords()514 rtl_cipher_destroy (aDecoder); in DecodePasswords()519 rtl_cipher_destroy (aDecoder); in DecodePasswords()
Completed in 12 milliseconds