Lines Matching refs:test_encode
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()
440 test_encode(0,0,1); in encode_001()
441 test_encode(1,0,1); in encode_001()
442 test_encode(0,1,1); in encode_001()
443 test_encode(1,1,1); in encode_001()