Searched refs:rtl_Cipher_ModeCBC (Results 1 – 4 of 4) sorted by relevance
81 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()
65 rtl_Cipher_ModeCBC, enumerator
249 cipher = rtl_cipher_create (rtl_Cipher_AlgorithmBF, rtl_Cipher_ModeCBC); in main()
754 else if (eMode == rtl_Cipher_ModeCBC) in __rtl_cipherBF_update()
Completed in 60 milliseconds