raw
smg_comms_packing...    1 -- S.MG, 2018
smg_comms_packing... 2
smg_comms_packing... 3 with Test_Serpent;
smg_comms_packing... 4 with Test_Packing;
smg_comms_rsa_oaep 5 with Test_RSA_OAEP;
smg_comms_actions... 6 with Messages.Test_Serializing;
smg_comms_shorter_e 7 with Raw_Types;
smg_comms_packing... 8
smg_comms_packing... 9 procedure testall is
smg_comms_packing... 10 begin
smg_comms_packing... 11 Test_Serpent.Selftest;
smg_comms_rsa_oaep 12 Test_RSA_OAEP.test_char_array;
smg_comms_rsa_oaep 13 Test_RSA_OAEP.test_oaep;
smg_comms_shorter_e 14 Test_RSA_OAEP.test_rsa( Raw_Types.RSA_KEY_OCTETS,
smg_comms_shorter_e 15 Raw_Types.RSA_KEY_OCTETS*2, "keys_rsa.txt" );
smg_comms_shorter_e 16 Test_RSA_OAEP.test_rsa( Raw_Types.E_LENGTH_OCTETS*2,
smg_comms_shorter_e 17 Raw_Types.RSA_KEY_OCTETS*2 - 1, "8_keys.txt" );
smg_comms_rsa_oaep 18 Test_RSA_OAEP.test_rsa_oaep;
smg_comms_packing... 19 Test_Packing.Test_Pack_Unpack_Serpent;
smg_comms_packing... 20 Test_Packing.Test_Pack_Unpack_RSA;
smg_comms_actions... 21 Messages.Test_Serializing.Serialize_Keyset_SS;
smg_comms_actions... 22 Messages.Test_Serializing.Serialize_Keyset_RSA;
smg_comms_actions... 23 Messages.Test_Serializing.Serialize_Keys_Mgm;
smg_comms_actions... 24 Messages.Test_Serializing.Serialize_File_Chunk;
smg_comms_actions... 25 Messages.Test_Serializing.Serialize_File_Request(5);
smg_comms_actions... 26 Messages.Test_Serializing.Serialize_Action;
smg_comms_actions... 27 Messages.Test_Serializing.Converter_String_Octets;
smg_comms_actions... 28 Messages.Test_Serializing.Test_Padding;
smg_comms_packing... 29 end testall;