Lines Matching refs:test_encode
188 void test_encode(sal_uInt8 _nKeyValue, sal_uInt8 _nArgValue, rtl::OString const& _sPlainTextStr) in test_encode() function in rtl_cipher::decode
330 test_encode(0,0,""); in decode_002()
331 test_encode(0,0,"hallo"); in decode_002()
332 test_encode(1,0,"B2Aahg5B"); in decode_002()
333 test_encode(1,2,"Longer text string"); in decode_002()
437 void test_encode(sal_uInt8 _nKeyValue, sal_uInt8 _nArgValue, sal_uInt8 _nDataValue) in test_encode() function in rtl_cipher::encode
486 test_encode(0,0,0); in encode_001()
487 test_encode(1,0,0); in encode_001()
488 test_encode(0,1,0); in encode_001()
489 test_encode(1,1,0); in encode_001()
491 test_encode(0,0,1); in encode_001()
492 test_encode(1,0,1); in encode_001()
493 test_encode(0,1,1); in encode_001()
494 test_encode(1,1,1); in encode_001()