Home
last modified time | relevance | path

Searched refs:aDecoder (Results 1 – 1 of 1) sorted by relevance

/trunk/main/svl/source/passwordcontainer/
H A Dpasswordcontainer.cxx531 rtlCipher aDecoder = rtl_cipher_create (rtl_Cipher_AlgorithmBF, rtl_Cipher_ModeStream ); in DecodePasswords() local
532 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 50 milliseconds