Home
last modified time | relevance | path

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

/AOO41X/main/sal/inc/rtl/
H A Dcipher.h40 typedef void* rtlCipher; typedef
121 rtlCipher SAL_CALL rtl_cipher_create (
139 rtlCipher Cipher,
158 rtlCipher Cipher,
176 rtlCipher Cipher,
187 rtlCipher Cipher
202 rtlCipher SAL_CALL rtl_cipher_createBF (
211 rtlCipher Cipher,
222 rtlCipher Cipher,
232 rtlCipher Cipher,
[all …]
/AOO41X/main/sal/qa/rtl/cipher/
H A Drtl_cipher.cxx69 rtlCipher aCipher = rtl_cipher_create(rtl_Cipher_AlgorithmBF, rtl_Cipher_ModeECB); in create_001()
75 rtlCipher aCipher = rtl_cipher_create(rtl_Cipher_AlgorithmInvalid, rtl_Cipher_ModeECB); in create_002()
80 rtlCipher aCipher = rtl_cipher_create(rtl_Cipher_AlgorithmBF, rtl_Cipher_ModeCBC); in create_003()
86 rtlCipher aCipher = rtl_cipher_create(rtl_Cipher_AlgorithmInvalid, rtl_Cipher_ModeCBC); in create_004()
91 rtlCipher aCipher = rtl_cipher_create(rtl_Cipher_AlgorithmBF, rtl_Cipher_ModeStream); in create_005()
97rtlCipher aCipher = rtl_cipher_create(rtl_Cipher_AlgorithmInvalid, rtl_Cipher_ModeStream); in create_006()
102 rtlCipher aCipher = rtl_cipher_create(rtl_Cipher_AlgorithmBF, rtl_Cipher_ModeInvalid); in create_007()
107rtlCipher aCipher = rtl_cipher_create(rtl_Cipher_AlgorithmInvalid, rtl_Cipher_ModeInvalid); in create_008()
142 rtlCipher aCipher = rtl_cipher_createBF(rtl_Cipher_ModeECB); in createBF_001()
148 rtlCipher aCipher = rtl_cipher_createBF(rtl_Cipher_ModeCBC); in createBF_002()
[all …]
/AOO41X/main/sal/rtl/source/
H A Dcipher.c82 rtlCipher Cipher,
88 rtlCipher Cipher,
92 typedef void (SAL_CALL cipher_delete_t) (rtlCipher Cipher);
116 rtlCipher SAL_CALL rtl_cipher_create ( in rtl_cipher_create()
120 rtlCipher Cipher = (rtlCipher)NULL; in rtl_cipher_create()
141 rtlCipher Cipher, in rtl_cipher_init()
160 rtlCipher Cipher, in rtl_cipher_encode()
177 rtlCipher Cipher, in rtl_cipher_decode()
193 void SAL_CALL rtl_cipher_destroy (rtlCipher Cipher) in rtl_cipher_destroy()
1016 rtlCipher SAL_CALL rtl_cipher_createBF (rtlCipherMode Mode) in rtl_cipher_createBF()
[all …]
/AOO41X/main/oox/inc/oox/core/
H A Dbinarycodec.hxx306 rtlCipher mhCipher;
/AOO41X/main/filter/inc/filter/msfilter/
H A Dmscodec.hxx362 rtlCipher m_hCipher;
/AOO41X/main/sal/workben/
H A Dt_cipher.c217 rtlCipher cipher; in main()
/AOO41X/main/svl/source/passwordcontainer/
H A Dpasswordcontainer.cxx531 rtlCipher aDecoder = rtl_cipher_create (rtl_Cipher_AlgorithmBF, rtl_Cipher_ModeStream ); in DecodePasswords()
586 rtlCipher aEncoder = rtl_cipher_create (rtl_Cipher_AlgorithmBF, rtl_Cipher_ModeStream ); in EncodePasswords()
/AOO41X/main/vcl/source/gdi/
H A Dpdfwriter_impl2.cxx1415 rtlCipher aCipher = rtl_cipher_createARCFOUR( rtl_Cipher_ModeStream ); in computeODictionaryValue()
1499 rtlCipher aCipher = rtl_cipher_createARCFOUR( rtl_Cipher_ModeStream ); in computeUDictionaryValue()
H A Dpdfwriter_impl.hxx797 rtlCipher m_aCipher;
H A Dpdfwriter_impl.cxx1757 m_aCipher( (rtlCipher)NULL ), in PDFWriterImpl()
/AOO41X/main/sdext/source/pdfimport/pdfparse/
H A Dpdfentries.cxx1040 rtlCipher m_aCipher;