Home
last modified time | relevance | path

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

/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()
102 rtlCipher aCipher = rtl_cipher_create(rtl_Cipher_AlgorithmBF, rtl_Cipher_ModeInvalid); in create_007()
190 rtlCipher aCipher = rtl_cipher_create(rtl_Cipher_AlgorithmBF, rtl_Cipher_ModeECB); in test_encode()
256 rtlCipher aCipher = rtl_cipher_create(rtl_Cipher_AlgorithmBF, rtl_Cipher_ModeECB); in test_encode_and_decode()
383 rtlCipher aCipher = rtl_cipher_create(rtl_Cipher_AlgorithmBF, rtl_Cipher_ModeCBC); in destroy_001()
439 rtlCipher aCipher = rtl_cipher_create(rtl_Cipher_AlgorithmBF, rtl_Cipher_ModeECB); in test_encode()
[all …]
/aoo41x/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()
/aoo41x/main/package/source/zipapi/
H A Dblowfishcontext.cxx38 xResult->m_pCipher = rtl_cipher_create( rtl_Cipher_AlgorithmBF, rtl_Cipher_ModeStream ); in Create()
/aoo41x/main/sal/inc/rtl/
H A Dcipher.h121 rtlCipher SAL_CALL rtl_cipher_create (
/aoo41x/main/oox/source/core/
H A Dbinarycodec.cxx270 mhCipher = rtl_cipher_create( rtl_Cipher_AlgorithmARCFOUR, rtl_Cipher_ModeStream ); in BinaryCodec_RCF()
/aoo41x/main/sal/util/
H A Dsal.map433 rtl_cipher_create;
/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/filter/source/msfilter/
H A Dmscodec.cxx256 m_hCipher = rtl_cipher_create ( in MSCodec_Std97()
/aoo41x/main/sal/rtl/source/
H A Dcipher.c116 rtlCipher SAL_CALL rtl_cipher_create ( in rtl_cipher_create() function

Completed in 63 milliseconds