Searched refs:test_encode (Results 1 – 1 of 1) sorted by relevance
| /trunk/main/sal/qa/rtl/cipher/ |
| H A D | rtl_cipher.cxx | 162 void test_encode(sal_uInt8 _nKeyValue, sal_uInt8 _nArgValue, rtl::OString const& _sPlainTextStr) in test_encode() function in rtl_cipher::decode 305 test_encode(0,0,""); in TEST_F() 306 test_encode(0,0,"hallo"); in TEST_F() 307 test_encode(1,0,"B2Aahg5B"); in TEST_F() 308 test_encode(1,2,"Longer text string"); in TEST_F() 386 void test_encode(sal_uInt8 _nKeyValue, sal_uInt8 _nArgValue, sal_uInt8 _nDataValue) in test_encode() function 435 test_encode(0,0,0); in encode_001() 436 test_encode(1,0,0); in encode_001() 437 test_encode(0,1,0); in encode_001() 438 test_encode(1,1,0); in encode_001() [all …]
|