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_packing... 7
smg_comms_packing... 8 procedure testall is
smg_comms_packing... 9 begin
smg_comms_packing... 10 Test_Serpent.Selftest;
smg_comms_rsa_oaep 11 Test_RSA_OAEP.test_char_array;
smg_comms_rsa_oaep 12 Test_RSA_OAEP.test_oaep;
smg_comms_rsa_oaep 13 Test_RSA_OAEP.test_rsa;
smg_comms_rsa_oaep 14 Test_RSA_OAEP.test_rsa_oaep;
smg_comms_packing... 15 Test_Packing.Test_Pack_Unpack_Serpent;
smg_comms_packing... 16 Test_Packing.Test_Pack_Unpack_RSA;
smg_comms_actions... 17 Messages.Test_Serializing.Serialize_Keyset_SS;
smg_comms_actions... 18 Messages.Test_Serializing.Serialize_Keyset_RSA;
smg_comms_actions... 19 Messages.Test_Serializing.Serialize_Keys_Mgm;
smg_comms_actions... 20 Messages.Test_Serializing.Serialize_File_Chunk;
smg_comms_actions... 21 Messages.Test_Serializing.Serialize_File_Request(5);
smg_comms_actions... 22 Messages.Test_Serializing.Serialize_Action;
smg_comms_actions... 23 Messages.Test_Serializing.Converter_String_Octets;
smg_comms_actions... 24 Messages.Test_Serializing.Test_Padding;
smg_comms_packing... 25 end testall;