Home
last modified time | relevance | path

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

/aoo42x/main/sal/qa/rtl/cipher/
H A Drtl_cipher.cxx70 rtlCipher aCipher = rtl_cipher_create(rtl_Cipher_AlgorithmBF, rtl_Cipher_ModeECB); in TEST_F()
76 rtlCipher aCipher = rtl_cipher_create(rtl_Cipher_AlgorithmInvalid, rtl_Cipher_ModeECB); in TEST_F()
81 rtlCipher aCipher = rtl_cipher_create(rtl_Cipher_AlgorithmBF, rtl_Cipher_ModeCBC); in TEST_F()
92 rtlCipher aCipher = rtl_cipher_create(rtl_Cipher_AlgorithmBF, rtl_Cipher_ModeStream); in TEST_F()
103 rtlCipher aCipher = rtl_cipher_create(rtl_Cipher_AlgorithmBF, rtl_Cipher_ModeInvalid); in TEST_F()
344 rtlCipher aCipher = rtl_cipher_create(rtl_Cipher_AlgorithmBF, rtl_Cipher_ModeCBC); in TEST_F()
388 rtlCipher aCipher = rtl_cipher_create(rtl_Cipher_AlgorithmBF, rtl_Cipher_ModeECB); in test_encode()
479 rtlCipher aCipher = rtl_cipher_create(rtl_Cipher_AlgorithmBF, rtl_Cipher_ModeECB); in TEST_F()
507 rtlCipher aCipher = rtl_cipher_create(rtl_Cipher_AlgorithmBF, rtl_Cipher_ModeECB); in TEST_F()
535 rtlCipher aCipher = rtl_cipher_create(rtl_Cipher_AlgorithmBF, rtl_Cipher_ModeECB); in TEST_F()
[all …]
/aoo42x/main/sal/workben/
H A Dt_cipher.c220 cipher = rtl_cipher_create (rtl_Cipher_AlgorithmBF, rtl_Cipher_ModeECB); in main()
249 cipher = rtl_cipher_create (rtl_Cipher_AlgorithmBF, rtl_Cipher_ModeCBC); in main()
283 cipher = rtl_cipher_create (rtl_Cipher_AlgorithmBF, rtl_Cipher_ModeStream); in main()
317 cipher = rtl_cipher_create (rtl_Cipher_AlgorithmARCFOUR, rtl_Cipher_ModeStream); in main()
/aoo42x/main/package/source/package/zipapi/
H A Dblowfishcontext.cxx38 xResult->m_pCipher = rtl_cipher_create( rtl_Cipher_AlgorithmBF, rtl_Cipher_ModeStream ); in Create()
/aoo42x/main/sal/inc/rtl/
H A Dcipher.h121 rtlCipher SAL_CALL rtl_cipher_create (
/aoo42x/main/oox/source/core/
H A Dbinarycodec.cxx270 mhCipher = rtl_cipher_create( rtl_Cipher_AlgorithmARCFOUR, rtl_Cipher_ModeStream ); in BinaryCodec_RCF()
/aoo42x/main/sal/util/
H A Dsal.map433 rtl_cipher_create;
/aoo42x/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()
/aoo42x/main/filter/source/msfilter/
H A Dmscodec.cxx256 m_hCipher = rtl_cipher_create ( in MSCodec_Std97()
/aoo42x/main/sal/rtl/source/
H A Dcipher.c116 rtlCipher SAL_CALL rtl_cipher_create ( in rtl_cipher_create() function

Completed in 47 milliseconds