Searched refs:aDecoder (Results 1 – 1 of 1) sorted by relevance
531 rtlCipher aDecoder = rtl_cipher_create (rtl_Cipher_AlgorithmBF, rtl_Cipher_ModeStream ); in DecodePasswords() local532 OSL_ENSURE( aDecoder, "Can't create decoder\n" ); in DecodePasswords()534 if( aDecoder ) in DecodePasswords()544 aDecoder, rtl_Cipher_DirectionDecode, in DecodePasswords()553 … result = rtl_cipher_decode ( aDecoder, (sal_uInt8*)aSeq.getArray(), aSeq.getLength(), in DecodePasswords()558 rtl_cipher_destroy (aDecoder); in DecodePasswords()563 rtl_cipher_destroy (aDecoder); in DecodePasswords()
Completed in 47 milliseconds