--- a/crypto/weakcrypto/test/tsymmetric/scripts/symmetricOOMtests.txt Tue Aug 31 17:00:08 2010 +0300
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,350 +0,0 @@
-<action>
- <actionname>None</actionname>
- <actiontype>startmemfailure</actiontype>
- <actionbody></actionbody>
- <actionresult>
- <return>KErrNone</return>
- </actionresult>
-</action>
-
-<action>
- <actionname>3DES CBC Incremental Buffering Test 1</actionname>
- <actiontype>Incremental</actiontype>
- <actionbody>
- <incremental>
- <ciphertype>3DESCBC</ciphertype>
- <key>010101010101010101010101010101010101010101010101</key>
- <input>012345678901234567</input>
- <iv>8877665544332211</iv>
- </incremental>
- </actionbody>
- <actionresult>
- <return>KErrNone</return>
- </actionresult>
-</action>
-<action>
- <actionname>3DES ECB Incremental Buffering Test 1</actionname>
- <actiontype>Incremental</actiontype>
- <actionbody>
- <incremental>
- <ciphertype>3DESECB</ciphertype>
- <key>010101010101010101010101010101010101010101010101</key>
- <input>012345678901234567</input>
- </incremental>
- </actionbody>
- <actionresult>
- <return>KErrNone</return>
- </actionresult>
-</action>
-<action>
- <actionname>DES CBC Incremental Buffering Test 1</actionname>
- <actiontype>Incremental</actiontype>
- <actionbody>
- <incremental>
- <ciphertype>DESCBC</ciphertype>
- <key>0101010101010101</key>
- <input>012345678901234567</input>
- <iv>8877665544332211</iv>
- </incremental>
- </actionbody>
- <actionresult>
- <return>KErrNone</return>
- </actionresult>
-</action>
-<action>
- <actionname>DES ECB Incremental Buffering Test 1</actionname>
- <actiontype>Incremental</actiontype>
- <actionbody>
- <incremental>
- <ciphertype>DESECB</ciphertype>
- <key>0101010101010101</key>
- <input>012345678901234567</input>
- </incremental>
- </actionbody>
- <actionresult>
- <return>KErrNone</return>
- </actionresult>
-</action>
-<action>
- <actionname>AES ECB Incremental Buffering Test 0</actionname>
- <actiontype>Incremental</actiontype>
- <actionbody>
- <incremental>
- <ciphertype>AESECB</ciphertype>
- <key>01010101010101010101010101010101</key>
- <input>012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789</input>
- </incremental>
- </actionbody>
- <actionresult>
- <return>KErrNone</return>
- </actionresult>
-</action>
-<action>
- <actionname>RC4 Incremental Buffering Test 1</actionname>
- <actiontype>Incremental</actiontype>
- <actionbody>
- <incremental>
- <ciphertype>RC4</ciphertype>
- <key>01010101010101010101010101010101</key>
- <input>012345678901234567</input>
- </incremental>
- </actionbody>
- <actionresult>
- <return>KErrNone</return>
- </actionresult>
-</action>
-
-<action>
- <actionname>DES ECB Vector Test 0</actionname>
- <actiontype>Vector</actiontype>
- <actionbody>
- <vector>
- <ciphertype>DESECB</ciphertype>
- <key>10316E028C8F3B4A</key>
- <input>0000000000000000</input>
- <output>82DCBAFBDEAB6602</output>
- <result>ETrue</result>
- </vector>
- </actionbody>
- <actionresult>
- <return>KErrNone</return>
- </actionresult>
-</action>
-<action>
- <actionname>DES CBC Vector Test 1</actionname>
- <actiontype>Vector</actiontype>
- <actionbody>
- <vector>
- <ciphertype>DESCBC</ciphertype>
- <key>0101010101010101</key>
- <input>8000000000000000</input>
- <output>95F8A5E5DD31D900</output>
- <iv>0000000000000000</iv>
- <result>ETrue</result>
- </vector>
- </actionbody>
- <actionresult>
- <return>KErrNone</return>
- </actionresult>
-</action>
-<action>
- <actionname>3 DES ECB Vector Test 3</actionname>
- <actiontype>Vector</actiontype>
- <actionbody>
- <vector>
- <ciphertype>3DESECB</ciphertype>
- <key>010101010101010101010101010101010101010101010101</key>
- <input>2000000000000000</input>
- <output>2E8653104F3834EA</output>
- <result>ETrue</result>
- </vector>
- </actionbody>
- <actionresult>
- <return>KErrNone</return>
- </actionresult>
-</action>
-<action>
- <actionname>3 DES CBC Vector Test 4</actionname>
- <actiontype>Vector</actiontype>
- <actionbody>
- <vector>
- <ciphertype>3DESCBC</ciphertype>
- <key>010101010101010101010101010101010101010101010101</key>
- <input>1000000000000000</input>
- <output>4BD388FF6CD81D4F</output>
- <iv>0000000000000000</iv>
- <result>ETrue</result>
- </vector>
- </actionbody>
- <actionresult>
- <return>KErrNone</return>
- </actionresult>
-</action>
-<action>
- <actionname>RC2 ECB Vector Test 0</actionname>
- <actiontype>Vector</actiontype>
- <actionbody>
- <vector>
- <ciphertype>RC2ECB</ciphertype>
- <key>88</key>
- <effectiveKeyLength>64</effectiveKeyLength>
- <input>0000000000000000</input>
- <output>61A8A244ADACCCF0</output>
- <result>ETrue</result>
- </vector>
- </actionbody>
- <actionresult>
- <return>KErrNone</return>
- </actionresult>
-</action>
-<action>
- <actionname>RC2 CBC Vector Test 3</actionname>
- <actiontype>Vector</actiontype>
- <actionbody>
- <vector>
- <ciphertype>RC2CBC</ciphertype>
- <key>0123456789ABCDEF</key>
- <effectiveKeyLength>64</effectiveKeyLength>
- <input>88BCA90E90875A7F</input>
- <output>B0E5CDDD09CB4581</output>
- <iv>456789ABCDEF0123</iv>
- <result>ETrue</result>
- </vector>
- </actionbody>
- <actionresult>
- <return>KErrNone</return>
- </actionresult>
-</action>
-<action>
- <actionname>RC4 Vector Test 0</actionname>
- <actiontype>Vector</actiontype>
- <actionbody>
- <vector>
- <ciphertype>RC4</ciphertype>
- <key>70E40040838C10495A4B31551D2A18EF</key>
- <input>9017E9CEB5ECDD634860A86C1BB51663A5244CED6125B0359DAE984EDE35C86D</input>
- <output>1400000C12C873074727389C1041B96E3BF94260A8772A294823ACA42EF21651</output>
- <result>ETrue</result>
- </vector>
- </actionbody>
- <actionresult>
- <return>KErrNone</return>
- </actionresult>
-</action>
-<action>
- <actionname>RC4 Vector Test 1</actionname>
- <actiontype>Vector</actiontype>
- <actionbody>
- <vector>
- <ciphertype>RC4</ciphertype>
- <key>022F0FFA3CB41D904C9D8A5EB98FC953</key>
- <input>1400000CED47F2AC3869DAEA1E2A05F51BAACEA8885D0FECCAE2A4E9A9419C6B</input>
- <output>09B6024ACDDAB55A0CE3D306A70467D39F1190C27280664153F7B713B0F61AC2</output>
- <result>ETrue</result>
- </vector>
- </actionbody>
- <actionresult>
- <return>KErrNone</return>
- </actionresult>
-</action>
-<action>
- <actionname>Null Vector Test 1 -- oh the humour</actionname>
- <actiontype>Vector</actiontype>
- <actionbody>
- <vector>
- <ciphertype>NULL</ciphertype>
- <input>6284093818384927</input>
- <output>6284093818384927</output>
- <result>ETrue</result>
- </vector>
- </actionbody>
- <actionresult>
- <return>KErrNone</return>
- </actionresult>
-</action>
-<action>
- <actionname>Null Vector Test 2 -- oh the humour</actionname>
- <actiontype>Vector</actiontype>
- <actionbody>
- <vector>
- <ciphertype>NULL</ciphertype>
- <input>984908728230972B34</input>
- <output>984908728230972B34</output>
- <result>ETrue</result>
- </vector>
- </actionbody>
- <actionresult>
- <return>KErrNone</return>
- </actionresult>
-</action>
-
-<action>
- <actionname>AES ECB KAT VK 1</actionname>
- <actiontype>Vector</actiontype>
- <actionbody>
- <vector>
- <ciphertype>AESECB</ciphertype>
- <key>80000000000000000000000000000000</key>
- <input>00000000000000000000000000000000</input>
- <output>0EDD33D3C621E546455BD8BA1418BEC8</output>
- <result>ETrue</result>
- </vector>
- </actionbody>
- <actionresult>
- <return>KErrNone</return>
- </actionresult>
-</action>
-<action>
- <actionname>AES ECB KAT VT 1</actionname>
- <actiontype>Vector</actiontype>
- <actionbody>
- <vector>
- <ciphertype>AESECB</ciphertype>
- <key>00000000000000000000000000000000</key>
- <input>80000000000000000000000000000000</input>
- <output>3AD78E726C1EC02B7EBFE92B23D9EC34</output>
- <result>ETrue</result>
- </vector>
- </actionbody>
- <actionresult>
- <return>KErrNone</return>
- </actionresult>
-</action>
-<action>
- <actionname>AESECB Vector Test 0</actionname>
- <actiontype>Vector</actiontype>
- <actionbody>
- <vector>
- <ciphertype>AESECB</ciphertype>
- <key>00010203050607080A0B0C0D0F101112</key>
- <input>506812A45F08C889B97F5980038B8359</input>
- <output>D8F532538289EF7D06B506A4FD5BE9C9</output>
- <result>ETrue</result>
- </vector>
- </actionbody>
- <actionresult>
- <return>KErrNone</return>
- </actionresult>
-</action>
-<action>
- <actionname>AES CBC MonteCarlo Dec 1</actionname>
- <actiontype>MonteCarlo</actiontype>
- <actionbody>
- <MonteCarlo>
- <ciphertype>AESDEC_CBC</ciphertype>
- <key>FACA37E0B0C85373DF706E73F7C9AF86</key>
- <iv>52D0C29FF8793A519BD6A8289FC80E6A</iv>
- <input>FACA37E0B0C85373DF706E73F7C9AF86</input>
- <output>F5372F9735C5685F1DA362AF6ECB2940</output>
- <result>ETrue</result>
- </MonteCarlo>
- </actionbody>
- <actionresult>
- <return>KErrNone</return>
- </actionresult>
-</action>
-<action>
- <actionname>AES CBC MonteCarlo Enc 0</actionname>
- <actiontype>MonteCarlo</actiontype>
- <actionbody>
- <MonteCarlo>
- <ciphertype>AESENC_CBC</ciphertype>
- <key>00000000000000000000000000000000</key>
- <iv>00000000000000000000000000000000</iv>
- <input>00000000000000000000000000000000</input>
- <output>8A05FC5E095AF4848A08D328D3688E3D</output>
- <result>ETrue</result>
- </MonteCarlo>
- </actionbody>
- <actionresult>
- <return>KErrNone</return>
- </actionresult>
-</action>
-<action>
- <actionname>None</actionname>
- <actiontype>stopmemfailure</actiontype>
- <actionbody></actionbody>
- <actionresult>
- <return>KErrNone</return>
- </actionresult>
-</action>
\ No newline at end of file