Searched refs:test_encode (Results 1 – 1 of 1) sorted by relevance
| /AOO41X/main/sal/qa/rtl/cipher/ |
| H A D | rtl_cipher.cxx | 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() [all …]
|