Lines Matching refs:aError

206 …rtlCipherError aError = rtl_cipher_init(aCipher, rtl_Cipher_DirectionEncode, pKeyBuffer, nKeyLen, …  in test_encode()  local
207 CPPUNIT_ASSERT_MESSAGE("wrong init", aError == rtl_Cipher_E_None); in test_encode()
218 …/* rtlCipherError */ aError = rtl_cipher_encode(aCipher, pPlainTextBuffer, nPlainTextLen, pCipherB… in test_encode()
219 CPPUNIT_ASSERT_MESSAGE("wrong encode", aError == rtl_Cipher_E_None); in test_encode()
230 …/* rtlCipherError */ aError = rtl_cipher_decode(aCipher, pCipherBuffer, nCipherLen, pPlainText2Buf… in test_encode()
231 CPPUNIT_ASSERT_MESSAGE("decode should not work", aError != rtl_Cipher_E_None); in test_encode()
272 …rtlCipherError aError = rtl_cipher_init(aCipher, rtl_Cipher_DirectionBoth, pKeyBuffer, nKeyLen, pA… in test_encode_and_decode() local
273 CPPUNIT_ASSERT_MESSAGE("wrong init", aError == rtl_Cipher_E_None); in test_encode_and_decode()
284 …/* rtlCipherError */ aError = rtl_cipher_encode(aCipher, pPlainTextBuffer, nPlainTextLen, pCipherB… in test_encode_and_decode()
285 CPPUNIT_ASSERT_MESSAGE("wrong encode", aError == rtl_Cipher_E_None); in test_encode_and_decode()
296 …/* rtlCipherError */ aError = rtl_cipher_decode(aCipher, pCipherBuffer, nCipherLen, pPlainText2Buf… in test_encode_and_decode()
297 CPPUNIT_ASSERT_MESSAGE("wrong decode", aError == rtl_Cipher_E_None); in test_encode_and_decode()
455 …rtlCipherError aError = rtl_cipher_init(aCipher, rtl_Cipher_DirectionEncode, pKeyBuffer, nKeyLen, … in test_encode() local
456 CPPUNIT_ASSERT_MESSAGE("wrong init", aError == rtl_Cipher_E_None); in test_encode()
467 … /* rtlCipherError */ aError = rtl_cipher_encode(aCipher, pDataBuffer, nDataLen, pBuffer, nLen); in test_encode()
468 CPPUNIT_ASSERT_MESSAGE("wrong encode", aError == rtl_Cipher_E_None); in test_encode()
558 …rtlCipherError aError = rtl_cipher_init(aCipher, rtl_Cipher_DirectionEncode, pKeyBuffer, nKeyLen, … in init_001() local
559 CPPUNIT_ASSERT_MESSAGE("wrong init", aError == rtl_Cipher_E_None); in init_001()
587 …rtlCipherError aError = rtl_cipher_init(aCipher, rtl_Cipher_DirectionEncode, pKeyBuffer, nKeyLen, … in init_002() local
588 CPPUNIT_ASSERT_MESSAGE("wrong init", aError == rtl_Cipher_E_None); in init_002()
615 …rtlCipherError aError = rtl_cipher_init(aCipher, rtl_Cipher_DirectionEncode, pKeyBuffer, nKeyLen, … in init_003() local
616 CPPUNIT_ASSERT_MESSAGE("wrong init", aError == rtl_Cipher_E_None); in init_003()
644 …rtlCipherError aError = rtl_cipher_init(aCipher, rtl_Cipher_DirectionEncode, pKeyBuffer, nKeyLen, … in init_004() local
645 CPPUNIT_ASSERT_MESSAGE("wrong init", aError == rtl_Cipher_E_None); in init_004()