Home
last modified time | relevance | path

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

/trunk/main/sal/qa/rtl/cipher/ !
H A Drtl_cipher.cxx81 rtlCipher aCipher = rtl_cipher_create(rtl_Cipher_AlgorithmBF, rtl_Cipher_ModeCBC); in TEST_F()
87 rtlCipher aCipher = rtl_cipher_create(rtl_Cipher_AlgorithmInvalid, rtl_Cipher_ModeCBC); in TEST_F()
133 rtlCipher aCipher = rtl_cipher_createBF(rtl_Cipher_ModeCBC); in TEST_F()
344 rtlCipher aCipher = rtl_cipher_create(rtl_Cipher_AlgorithmBF, rtl_Cipher_ModeCBC); in TEST_F()
/trunk/main/sal/inc/rtl/ !
H A Dcipher.h65 rtl_Cipher_ModeCBC, enumerator
/trunk/main/sal/workben/ !
H A Dt_cipher.c249 cipher = rtl_cipher_create (rtl_Cipher_AlgorithmBF, rtl_Cipher_ModeCBC); in main()
/trunk/main/sal/rtl/source/ !
H A Dcipher.c754 else if (eMode == rtl_Cipher_ModeCBC) in __rtl_cipherBF_update()