blob: 818f3613b05f4139516c62cadbab6461e98c65fb [file] [log] [blame]
Manuel Pégourié-Gonnard770b5e12015-04-29 17:02:01 +02001Arguments with no value
2mpi_null:
3
Paul Bakker367dae42009-06-28 21:50:27 +00004Base test mpi_read_write_string #1
Paul Bakkerba48cb22009-07-12 11:01:32 +00005mpi_read_write_string:10:"128":10:"128":100:0:0
Paul Bakker367dae42009-06-28 21:50:27 +00006
Gilles Peskineb13a26c2021-04-03 18:25:29 +02007Base test mpi_read_write_string #1 (Leading 0)
8mpi_read_write_string:10:"0128":10:"128":100:0:0
9
Paul Bakker367dae42009-06-28 21:50:27 +000010Base test mpi_read_write_string #2
Paul Bakkerba48cb22009-07-12 11:01:32 +000011mpi_read_write_string:10:"128":16:"80":100:0:0
Paul Bakker367dae42009-06-28 21:50:27 +000012
Gilles Peskineb13a26c2021-04-03 18:25:29 +020013Base test mpi_read_write_string #3 (Read zero decimal)
Paul Bakkerba48cb22009-07-12 11:01:32 +000014mpi_read_write_string:10:"0":10:"0":100:0:0
Paul Bakker367dae42009-06-28 21:50:27 +000015
Gilles Peskineb13a26c2021-04-03 18:25:29 +020016Base test mpi_read_write_string #3 (Read zero hex)
17mpi_read_write_string:16:"0":16:"00":100:0:0
18
19Base test mpi_read_write_string #3 (Read minus zero decimal)
20mpi_read_write_string:10:"-0":10:"0":100:0:0
21
22Base test mpi_read_write_string #3 (Read minus zero hex)
23mpi_read_write_string:16:"-0":16:"00":100:0:0
24
25Base test mpi_read_write_string #3 (Negative decimal)
Paul Bakkerba48cb22009-07-12 11:01:32 +000026mpi_read_write_string:10:"-23":10:"-23":100:0:0
Paul Bakker367dae42009-06-28 21:50:27 +000027
Gilles Peskineb13a26c2021-04-03 18:25:29 +020028Base test mpi_read_write_string #3 (Negative decimal, leading 0)
29mpi_read_write_string:10:"-023":10:"-23":100:0:0
30
Gilles Peskinebd43f672021-04-09 15:46:40 +020031Base test mpi_read_write_string #3 (Negative hex -> decimal)
Paul Bakkerba48cb22009-07-12 11:01:32 +000032mpi_read_write_string:16:"-20":10:"-32":100:0:0
Paul Bakker367dae42009-06-28 21:50:27 +000033
Gilles Peskineb13a26c2021-04-03 18:25:29 +020034Base test mpi_read_write_string #3 (Negative hex)
Paul Bakkerba48cb22009-07-12 11:01:32 +000035mpi_read_write_string:16:"-23":16:"-23":100:0:0
Paul Bakker367dae42009-06-28 21:50:27 +000036
Gilles Peskineb13a26c2021-04-03 18:25:29 +020037Base test mpi_read_write_string #3 (Negative hex, leading 0)
38mpi_read_write_string:16:"-023":16:"-23":100:0:0
39
Janos Follath04dadb72019-03-06 12:29:37 +000040Base test mpi_read_write_string #4 (Buffer just fits)
41mpi_read_write_string:16:"-4":4:"-10":4:0:0
42
Paul Bakkerba48cb22009-07-12 11:01:32 +000043Test mpi_read_write_string #1 (Invalid character)
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +020044mpi_read_write_string:10:"a28":0:"":100:MBEDTLS_ERR_MPI_INVALID_CHARACTER:0
Paul Bakkerba48cb22009-07-12 11:01:32 +000045
46Test mpi_read_write_string #2 (Illegal input radix)
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +020047mpi_read_write_string:19:"a28":0:"":100:MBEDTLS_ERR_MPI_BAD_INPUT_DATA:0
Paul Bakkerba48cb22009-07-12 11:01:32 +000048
49Test mpi_read_write_string #3 (Buffer just fits)
50mpi_read_write_string:16:"-23":16:"-23":4:0:0
51
52Test mpi_read_write_string #4 (Buffer too small)
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +020053mpi_read_write_string:16:"-23":16:"-23":3:0:MBEDTLS_ERR_MPI_BUFFER_TOO_SMALL
Paul Bakkerba48cb22009-07-12 11:01:32 +000054
55Test mpi_read_write_string #5 (Illegal output radix)
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +020056mpi_read_write_string:16:"-23":17:"-23":4:0:MBEDTLS_ERR_MPI_BAD_INPUT_DATA
Paul Bakkerba48cb22009-07-12 11:01:32 +000057
58Test mpi_read_write_string #6 (Output radix of 15)
59mpi_read_write_string:10:"29":15:"1e":100:0:0
60
61Test mpi_read_write_string #7
62mpi_read_write_string:10:"56125680981752282334141896320372489490613963693556392520816017892111350604111697682705498319512049040516698827829292076808006940873974979584527073481012636016353913462376755556720019831187364993587901952757307830896531678727717924":16:"0941379d00fed1491fe15df284dfde4a142f68aa8d412023195cee66883e6290ffe703f4ea5963bf212713cee46b107c09182b5edcd955adac418bf4918e2889af48e1099d513830cec85c26ac1e158b52620e33ba8692f893efbb2f958b4424":200:0:0
Paul Bakkere896fea2009-07-06 06:40:23 +000063
Gilles Peskineb13a26c2021-04-03 18:25:29 +020064Test mpi_read_write_string #8 (Empty MPI hex -> hex)
Gilles Peskine7cba8592021-06-08 18:32:34 +020065mpi_read_write_string:16:"":16:"":4:0:0
Paul Bakker6c343d72014-07-10 14:36:19 +020066
Gilles Peskineb13a26c2021-04-03 18:25:29 +020067Test mpi_read_write_string #9 (Empty MPI hex -> dec)
Paul Bakker6c343d72014-07-10 14:36:19 +020068mpi_read_write_string:16:"":10:"0":4:0:0
69
Gilles Peskineae25bb02022-06-09 19:32:46 +020070Test mpi_read_write_string #9 (Empty MPI hex -> base 2)
71mpi_read_write_string:16:"":2:"0":4:0:0
72
Gilles Peskineb13a26c2021-04-03 18:25:29 +020073Test mpi_read_write_string #8 (Empty MPI dec -> hex)
Gilles Peskine7cba8592021-06-08 18:32:34 +020074mpi_read_write_string:10:"":16:"":4:0:0
Gilles Peskineb13a26c2021-04-03 18:25:29 +020075
76Test mpi_read_write_string #9 (Empty MPI dec -> dec)
77mpi_read_write_string:10:"":10:"0":4:0:0
78
Gilles Peskineae25bb02022-06-09 19:32:46 +020079Test mpi_read_write_string #9 (Empty MPI dec -> base 2)
80mpi_read_write_string:16:"":2:"0":4:0:0
81
Andres AGd1cc7f62017-01-06 13:17:35 +000082Test mpi_write_string #10 (Negative hex with odd number of digits)
83mpi_read_write_string:16:"-1":16:"":3:0:MBEDTLS_ERR_MPI_BUFFER_TOO_SMALL
84
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +020085Base test mbedtls_mpi_read_binary #1
Tom Cosgrove1b2947a2022-09-02 10:24:55 +010086mpi_read_binary:"0941379d00fed1491fe15df284dfde4a142f68aa8d412023195cee66883e6290ffe703f4ea5963bf212713cee46b107c09182b5edcd955adac418bf4918e2889af48e1099d513830cec85c26ac1e158b52620e33ba8692f893efbb2f958b4424":"0941379D00FED1491FE15DF284DFDE4A142F68AA8D412023195CEE66883E6290FFE703F4EA5963BF212713CEE46B107C09182B5EDCD955ADAC418BF4918E2889AF48E1099D513830CEC85C26AC1E158B52620E33BA8692F893EFBB2F958B4424"
Paul Bakkere896fea2009-07-06 06:40:23 +000087
Janos Follatha778a942019-02-13 10:28:28 +000088Base test mbedtls_mpi_read_binary_le #1
Tom Cosgrove1b2947a2022-09-02 10:24:55 +010089mpi_read_binary_le:"0941379d00fed1491fe15df284dfde4a142f68aa8d412023195cee66883e6290ffe703f4ea5963bf212713cee46b107c09182b5edcd955adac418bf4918e2889af48e1099d513830cec85c26ac1e158b52620e33ba8692f893efbb2f958b4424":"24448B952FBBEF93F89286BA330E62528B151EAC265CC8CE3038519D09E148AF89288E91F48B41ACAD55D9DC5E2B18097C106BE4CE132721BF6359EAF403E7FF90623E8866EE5C192320418DAA682F144ADEDF84F25DE11F49D1FE009D374109"
Janos Follatha778a942019-02-13 10:28:28 +000090
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +020091Base test mbedtls_mpi_write_binary #1
Tom Cosgrove1b2947a2022-09-02 10:24:55 +010092mpi_write_binary:"941379d00fed1491fe15df284dfde4a142f68aa8d412023195cee66883e6290ffe703f4ea5963bf212713cee46b107c09182b5edcd955adac418bf4918e2889af48e1099d513830cec85c26ac1e158b52620e33ba8692f893efbb2f958b4424":"0941379d00fed1491fe15df284dfde4a142f68aa8d412023195cee66883e6290ffe703f4ea5963bf212713cee46b107c09182b5edcd955adac418bf4918e2889af48e1099d513830cec85c26ac1e158b52620e33ba8692f893efbb2f958b4424":200:0
Paul Bakkerba48cb22009-07-12 11:01:32 +000093
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +020094Test mbedtls_mpi_write_binary #1 (Buffer just fits)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +010095mpi_write_binary:"123123123123123123123123123":"0123123123123123123123123123":14:0
Paul Bakkerba48cb22009-07-12 11:01:32 +000096
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +020097Test mbedtls_mpi_write_binary #2 (Buffer too small)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +010098mpi_write_binary:"123123123123123123123123123":"23123123123123123123123123":13:MBEDTLS_ERR_MPI_BUFFER_TOO_SMALL
Paul Bakkere896fea2009-07-06 06:40:23 +000099
Janos Follathe344d0f2019-02-19 16:17:40 +0000100Base test mbedtls_mpi_write_binary_le #1
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100101mpi_write_binary_le:"941379d00fed1491fe15df284dfde4a142f68aa8d412023195cee66883e6290ffe703f4ea5963bf212713cee46b107c09182b5edcd955adac418bf4918e2889af48e1099d513830cec85c26ac1e158b52620e33ba8692f893efbb2f958b4424":"24448b952fbbef93f89286ba330e62528b151eac265cc8ce3038519d09e148af89288e91f48b41acad55d9dc5e2b18097c106be4ce132721bf6359eaf403e7ff90623e8866ee5c192320418daa682f144adedf84f25de11f49d1fe009d374109":200:0
Janos Follathe344d0f2019-02-19 16:17:40 +0000102
103Test mbedtls_mpi_write_binary_le #1 (Buffer just fits)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100104mpi_write_binary_le:"123123123123123123123123123":"2331122331122331122331122301":14:0
Janos Follathe344d0f2019-02-19 16:17:40 +0000105
106Test mbedtls_mpi_write_binary_le #2 (Buffer too small)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100107mpi_write_binary_le:"123123123123123123123123123":"23311223311223311223311223":13:MBEDTLS_ERR_MPI_BUFFER_TOO_SMALL
Janos Follathe344d0f2019-02-19 16:17:40 +0000108
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +0200109Base test mbedtls_mpi_read_file #1
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100110mpi_read_file:"data_files/mpi_16":"01f55332c3a48b910f9942f6c914e58bef37a47ee45cb164a5b6b8d1006bf59a059c21449939ebebfdf517d2e1dbac88010d7b1f141e997bd6801ddaec9d05910f4f2de2b2c4d714e2c14a72fc7f17aa428d59c531627f09":0
Paul Bakkerba48cb22009-07-12 11:01:32 +0000111
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +0200112Test mbedtls_mpi_read_file #1 (Empty file)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100113mpi_read_file:"data_files/hash_file_4":"":MBEDTLS_ERR_MPI_FILE_IO_ERROR
Paul Bakkerba48cb22009-07-12 11:01:32 +0000114
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +0200115Test mbedtls_mpi_read_file #2 (Illegal input)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100116mpi_read_file:"data_files/hash_file_2":"":0
Paul Bakkere896fea2009-07-06 06:40:23 +0000117
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +0200118Test mbedtls_mpi_read_file #3 (Input too big)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100119mpi_read_file:"data_files/mpi_too_big":"":MBEDTLS_ERR_MPI_BUFFER_TOO_SMALL
Paul Bakkercb37aa52011-11-30 16:00:20 +0000120
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +0200121Base test mbedtls_mpi_write_file #1
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100122mpi_write_file:"941379d00fed1491fe15df284dfde4a142f68aa8d412023195cee66883e6290ffe703f4ea5963bf212713cee46b107c09182b5edcd955adac418bf4918e2889af48e1099d513830cec85c26ac1e158b52620e33ba8692f893efbb2f958b4424":"data_files/mpi_write"
Paul Bakkere896fea2009-07-06 06:40:23 +0000123
Gilles Peskine36374882021-06-08 23:01:13 +0200124Test mbedtls_mpi_lsb: 0 (null)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100125mpi_lsb:"":0
Gilles Peskine36374882021-06-08 23:01:13 +0200126
127Test mbedtls_mpi_lsb: 0 (1 limb)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100128mpi_lsb:"0":0
Gilles Peskine36374882021-06-08 23:01:13 +0200129
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +0200130Base test mbedtls_mpi_lsb #1
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100131mpi_lsb:"941379d00fed1491fe15df284dfde4a142f68aa8d412023195cee66883e6290ffe703f4ea5963bf212713cee46b107c09182b5edcd955adac418bf4918e2889af48e1099d513830cec85c26ac1e158b52620e33ba8692f893efbb2f958b4424":2
Paul Bakkere896fea2009-07-06 06:40:23 +0000132
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +0200133Base test mbedtls_mpi_lsb #2
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100134mpi_lsb:"18":3
Paul Bakkere896fea2009-07-06 06:40:23 +0000135
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +0200136Base test mbedtls_mpi_lsb #3
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100137mpi_lsb:"24":2
Paul Bakkere896fea2009-07-06 06:40:23 +0000138
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +0200139Base test mbedtls_mpi_lsb #4
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100140mpi_lsb:"2000":13
Paul Bakkere896fea2009-07-06 06:40:23 +0000141
Gilles Peskine24baa812022-10-09 21:16:28 +0200142Test mbedtls_mpi_bitlen 764-bit
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100143mpi_bitlen:"941379d00fed1491fe15df284dfde4a142f68aa8d412023195cee66883e6290ffe703f4ea5963bf212713cee46b107c09182b5edcd955adac418bf4918e2889af48e1099d513830cec85c26ac1e158b52620e33ba8692f893efbb2f958b4424":764
Paul Bakkere896fea2009-07-06 06:40:23 +0000144
Gilles Peskine24baa812022-10-09 21:16:28 +0200145Test mbedtls_mpi_bitlen 0x18
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100146mpi_bitlen:"18":5
Paul Bakkere896fea2009-07-06 06:40:23 +0000147
Gilles Peskinee9432832022-10-09 21:16:51 +0200148Test mbedtls_mpi_bitlen 0x18 with leading 0 limb(s)
149mpi_bitlen:"00000000000000018":5
150
151Test mbedtls_mpi_bitlen 0x18 << 64
152mpi_bitlen:"180000000000000000":69
153
Gilles Peskine24baa812022-10-09 21:16:28 +0200154Test mbedtls_mpi_bitlen 0x01
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100155mpi_bitlen:"1":1
Paul Bakkere896fea2009-07-06 06:40:23 +0000156
Gilles Peskine24baa812022-10-09 21:16:28 +0200157Test mbedtls_mpi_bitlen 0x0f
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100158mpi_bitlen:"f":4
Paul Bakkere896fea2009-07-06 06:40:23 +0000159
Gilles Peskine24baa812022-10-09 21:16:28 +0200160Test mbedtls_mpi_bitlen 0x10
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100161mpi_bitlen:"10":5
Paul Bakkere896fea2009-07-06 06:40:23 +0000162
Gilles Peskine24baa812022-10-09 21:16:28 +0200163Test mbedtls_mpi_bitlen 0x0a
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100164mpi_bitlen:"a":4
Paul Bakkere896fea2009-07-06 06:40:23 +0000165
Gilles Peskine24baa812022-10-09 21:16:28 +0200166Test mbedtls_mpi_bitlen: 0 (null)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100167mpi_bitlen:"":0
Gilles Peskine36374882021-06-08 23:01:13 +0200168
Gilles Peskine24baa812022-10-09 21:16:28 +0200169Test mbedtls_mpi_bitlen: 0 (1 limb)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100170mpi_bitlen:"0":0
Paul Bakkere896fea2009-07-06 06:40:23 +0000171
Gilles Peskinee9432832022-10-09 21:16:51 +0200172Test mbedtls_mpi_bitlen: -0x18
173mpi_bitlen:"-18":5
174
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +0200175Base test mbedtls_mpi_cmp_int #1
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100176mpi_cmp_int:693:693:0
Paul Bakker367dae42009-06-28 21:50:27 +0000177
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +0200178Base test mbedtls_mpi_cmp_int #2
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100179mpi_cmp_int:693:692:1
Paul Bakker367dae42009-06-28 21:50:27 +0000180
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +0200181Base test mbedtls_mpi_cmp_int #3
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100182mpi_cmp_int:693:694:-1
Paul Bakker367dae42009-06-28 21:50:27 +0000183
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +0200184Base test mbedtls_mpi_cmp_int (Negative values) #1
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100185mpi_cmp_int:-2:-2:0
Paul Bakker367dae42009-06-28 21:50:27 +0000186
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +0200187Base test mbedtls_mpi_cmp_int (Negative values) #2
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100188mpi_cmp_int:-2:-3:1
Paul Bakker367dae42009-06-28 21:50:27 +0000189
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +0200190Base test mbedtls_mpi_cmp_int (Negative values) #3
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100191mpi_cmp_int:-2:-1:-1
Paul Bakker367dae42009-06-28 21:50:27 +0000192
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +0200193Base test mbedtls_mpi_cmp_mpi #1
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100194mpi_cmp_mpi:"2b5":"2b5":0
Paul Bakker367dae42009-06-28 21:50:27 +0000195
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +0200196Base test mbedtls_mpi_cmp_mpi #2
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100197mpi_cmp_mpi:"2b5":"2b4":1
Paul Bakker367dae42009-06-28 21:50:27 +0000198
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +0200199Base test mbedtls_mpi_cmp_mpi #3
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100200mpi_cmp_mpi:"2b5":"2b6":-1
Paul Bakker367dae42009-06-28 21:50:27 +0000201
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +0200202Base test mbedtls_mpi_cmp_mpi (Negative values) #1
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100203mpi_cmp_mpi:"-2":"-2":0
Paul Bakker367dae42009-06-28 21:50:27 +0000204
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +0200205Base test mbedtls_mpi_cmp_mpi (Negative values) #2
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100206mpi_cmp_mpi:"-2":"-3":1
Paul Bakker367dae42009-06-28 21:50:27 +0000207
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +0200208Base test mbedtls_mpi_cmp_mpi (Negative values) #3
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100209mpi_cmp_mpi:"-2":"-1":-1
Paul Bakker367dae42009-06-28 21:50:27 +0000210
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +0200211Base test mbedtls_mpi_cmp_mpi (Mixed values) #4
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100212mpi_cmp_mpi:"-3":"2":-1
Paul Bakker0c8f73b2012-03-22 14:08:57 +0000213
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +0200214Base test mbedtls_mpi_cmp_mpi (Mixed values) #5
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100215mpi_cmp_mpi:"2":"-3":1
Paul Bakker0c8f73b2012-03-22 14:08:57 +0000216
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +0200217Base test mbedtls_mpi_cmp_mpi (Mixed values) #6
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100218mpi_cmp_mpi:"-2":"1c67967269c6":-1
Paul Bakker0c8f73b2012-03-22 14:08:57 +0000219
Gilles Peskine36374882021-06-08 23:01:13 +0200220Test mbedtls_mpi_cmp_mpi: 0 (null) = 0 (null)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100221mpi_cmp_mpi:"":"":0
Gilles Peskine36374882021-06-08 23:01:13 +0200222
223Test mbedtls_mpi_cmp_mpi: 0 (null) = 0 (1 limb)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100224mpi_cmp_mpi:"":"0":0
Gilles Peskine36374882021-06-08 23:01:13 +0200225
226Test mbedtls_mpi_cmp_mpi: 0 (1 limb) = 0 (null)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100227mpi_cmp_mpi:"0":"":0
Gilles Peskine36374882021-06-08 23:01:13 +0200228
229Test mbedtls_mpi_cmp_mpi: 0 (1 limb) = 0 (1 limb)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100230mpi_cmp_mpi:"0":"0":0
Gilles Peskine36374882021-06-08 23:01:13 +0200231
Gilles Peskine8f70d3f2021-06-15 22:01:23 +0200232Test mbedtls_mpi_cmp_mpi: 0 (null) < positive
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100233mpi_cmp_mpi:"":"7b":-1
Gilles Peskine8f70d3f2021-06-15 22:01:23 +0200234
235Test mbedtls_mpi_cmp_mpi: 0 (1 limb) < positive
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100236mpi_cmp_mpi:"0":"7b":-1
Gilles Peskine36374882021-06-08 23:01:13 +0200237
Gilles Peskine8f70d3f2021-06-15 22:01:23 +0200238Test mbedtls_mpi_cmp_mpi: 0 (null) > negative
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100239mpi_cmp_mpi:"":"-7b":1
Gilles Peskine8f70d3f2021-06-15 22:01:23 +0200240
241Test mbedtls_mpi_cmp_mpi: 0 (1 limb) > negative
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100242mpi_cmp_mpi:"0":"-7b":1
Gilles Peskine36374882021-06-08 23:01:13 +0200243
Gilles Peskine8f70d3f2021-06-15 22:01:23 +0200244Test mbedtls_mpi_cmp_mpi: positive > 0 (null)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100245mpi_cmp_mpi:"7b":"":1
Gilles Peskine36374882021-06-08 23:01:13 +0200246
Gilles Peskine8f70d3f2021-06-15 22:01:23 +0200247Test mbedtls_mpi_cmp_mpi: positive > 0 (1 limb)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100248mpi_cmp_mpi:"7b":"0":1
Gilles Peskine8f70d3f2021-06-15 22:01:23 +0200249
250Test mbedtls_mpi_cmp_mpi: negative < 0 (null)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100251mpi_cmp_mpi:"-7b":"":-1
Gilles Peskine36374882021-06-08 23:01:13 +0200252
Gilles Peskine8f70d3f2021-06-15 22:01:23 +0200253Test mbedtls_mpi_cmp_mpi: negative < 0 (1 limb)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100254mpi_cmp_mpi:"-7b":"0":-1
Gilles Peskine8f70d3f2021-06-15 22:01:23 +0200255
256Test mbedtls_mpi_cmp_mpi: 0 (null) < positive with leading zero limb
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100257mpi_cmp_mpi:"":"0000000000000000123":-1
Gilles Peskine8f70d3f2021-06-15 22:01:23 +0200258
259Test mbedtls_mpi_cmp_mpi: 0 (1 limb) < positive with leading zero limb
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100260mpi_cmp_mpi:"0":"0000000000000000123":-1
Gilles Peskine8f70d3f2021-06-15 22:01:23 +0200261
262Test mbedtls_mpi_cmp_mpi: 0 (null) > negative with leading zero limb
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100263mpi_cmp_mpi:"":"-0000000000000000123":1
Gilles Peskine8f70d3f2021-06-15 22:01:23 +0200264
265Test mbedtls_mpi_cmp_mpi: 0 (1 limb) > negative with leading zero limb
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100266mpi_cmp_mpi:"0":"-0000000000000000123":1
Gilles Peskine8f70d3f2021-06-15 22:01:23 +0200267
268Test mbedtls_mpi_cmp_mpi: positive with leading zero limb > 0 (null)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100269mpi_cmp_mpi:"0000000000000000123":"":1
Gilles Peskine8f70d3f2021-06-15 22:01:23 +0200270
271Test mbedtls_mpi_cmp_mpi: positive with leading zero limb > 0 (1 limb)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100272mpi_cmp_mpi:"0000000000000000123":"0":1
Gilles Peskine8f70d3f2021-06-15 22:01:23 +0200273
274Test mbedtls_mpi_cmp_mpi: negative with leading zero limb < 0 (null)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100275mpi_cmp_mpi:"-0000000000000000123":"":-1
Gilles Peskine8f70d3f2021-06-15 22:01:23 +0200276
277Test mbedtls_mpi_cmp_mpi: negative with leading zero limb < 0 (1 limb)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100278mpi_cmp_mpi:"-0000000000000000123":"0":-1
Gilles Peskine8f70d3f2021-06-15 22:01:23 +0200279
280Test mbedtls_mpi_cmp_mpi: 0 (null) < large positive
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100281mpi_cmp_mpi:"":"1230000000000000000":-1
Gilles Peskine8f70d3f2021-06-15 22:01:23 +0200282
283Test mbedtls_mpi_cmp_mpi: 0 (1 limb) < large positive
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100284mpi_cmp_mpi:"0":"1230000000000000000":-1
Gilles Peskine8f70d3f2021-06-15 22:01:23 +0200285
286Test mbedtls_mpi_cmp_mpi: 0 (null) > large negative
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100287mpi_cmp_mpi:"":"-1230000000000000000":1
Gilles Peskine8f70d3f2021-06-15 22:01:23 +0200288
289Test mbedtls_mpi_cmp_mpi: 0 (1 limb) > large negative
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100290mpi_cmp_mpi:"0":"-1230000000000000000":1
Gilles Peskine8f70d3f2021-06-15 22:01:23 +0200291
292Test mbedtls_mpi_cmp_mpi: large positive > 0 (null)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100293mpi_cmp_mpi:"1230000000000000000":"":1
Gilles Peskine8f70d3f2021-06-15 22:01:23 +0200294
295Test mbedtls_mpi_cmp_mpi: large positive > 0 (1 limb)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100296mpi_cmp_mpi:"1230000000000000000":"0":1
Gilles Peskine8f70d3f2021-06-15 22:01:23 +0200297
298Test mbedtls_mpi_cmp_mpi: large negative < 0 (null)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100299mpi_cmp_mpi:"-1230000000000000000":"":-1
Gilles Peskine8f70d3f2021-06-15 22:01:23 +0200300
301Test mbedtls_mpi_cmp_mpi: large negative < 0 (1 limb)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100302mpi_cmp_mpi:"-1230000000000000000":"0":-1
Gilles Peskine8f70d3f2021-06-15 22:01:23 +0200303
Janos Follath0e5532d2019-10-11 14:21:53 +0100304Base test mbedtls_mpi_lt_mpi_ct #1
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100305mpi_lt_mpi_ct:1:"2B5":1:"2B5":0:0
Janos Follath385d5b82019-09-11 16:07:14 +0100306
Janos Follath0e5532d2019-10-11 14:21:53 +0100307Base test mbedtls_mpi_lt_mpi_ct #2
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100308mpi_lt_mpi_ct:1:"2B5":1:"2B4":0:0
Janos Follath385d5b82019-09-11 16:07:14 +0100309
Janos Follath0e5532d2019-10-11 14:21:53 +0100310Base test mbedtls_mpi_lt_mpi_ct #3
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100311mpi_lt_mpi_ct:1:"2B5":1:"2B6":1:0
Janos Follath385d5b82019-09-11 16:07:14 +0100312
Janos Follath0e5532d2019-10-11 14:21:53 +0100313Base test mbedtls_mpi_lt_mpi_ct (Negative values) #1
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100314mpi_lt_mpi_ct:1:"-2":1:"-2":0:0
Janos Follath385d5b82019-09-11 16:07:14 +0100315
Janos Follath0e5532d2019-10-11 14:21:53 +0100316Base test mbedtls_mpi_lt_mpi_ct (Negative values) #2
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100317mpi_lt_mpi_ct:1:"-2":1:"-3":0:0
Janos Follath385d5b82019-09-11 16:07:14 +0100318
Janos Follath0e5532d2019-10-11 14:21:53 +0100319Base test mbedtls_mpi_lt_mpi_ct (Negative values) #3
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100320mpi_lt_mpi_ct:1:"-2":1:"-1":1:0
Janos Follath385d5b82019-09-11 16:07:14 +0100321
Janos Follath53fc7b02019-11-05 11:56:07 +0000322Base test mbedtls_mpi_lt_mpi_ct (Mixed values) #1
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100323mpi_lt_mpi_ct:1:"-3":1:"2":1:0
Janos Follath385d5b82019-09-11 16:07:14 +0100324
Janos Follath53fc7b02019-11-05 11:56:07 +0000325Base test mbedtls_mpi_lt_mpi_ct (Mixed values) #2
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100326mpi_lt_mpi_ct:1:"2":1:"-3":0:0
Janos Follath385d5b82019-09-11 16:07:14 +0100327
Janos Follath53fc7b02019-11-05 11:56:07 +0000328Base test mbedtls_mpi_lt_mpi_ct (Mixed values) #3
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100329mpi_lt_mpi_ct:2:"-2":2:"1C67967269C6":1:0
Janos Follath385d5b82019-09-11 16:07:14 +0100330
Janos Follath53fc7b02019-11-05 11:56:07 +0000331Base test mbedtls_mpi_lt_mpi_ct (X is longer in storage)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100332mpi_lt_mpi_ct:3:"2B5":2:"2B5":0:MBEDTLS_ERR_MPI_BAD_INPUT_DATA
Janos Follath385d5b82019-09-11 16:07:14 +0100333
Janos Follath53fc7b02019-11-05 11:56:07 +0000334Base test mbedtls_mpi_lt_mpi_ct (Y is longer in storage)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100335mpi_lt_mpi_ct:3:"2B5":4:"2B5":0:MBEDTLS_ERR_MPI_BAD_INPUT_DATA
Janos Follath385d5b82019-09-11 16:07:14 +0100336
Gilles Peskine36374882021-06-08 23:01:13 +0200337Base test mbedtls_mpi_lt_mpi_ct (length=0)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100338mpi_lt_mpi_ct:0:"":0:"":0:0
Gilles Peskine36374882021-06-08 23:01:13 +0200339
Janos Follathf17c8002019-10-29 15:05:12 +0000340Base test mbedtls_mpi_lt_mpi_ct (corner case - 64 bit) #1
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100341mpi_lt_mpi_ct:2:"7FFFFFFFFFFFFFFF":2:"FF":0:0
Janos Follath0ac95572019-10-14 11:33:39 +0100342
Janos Follathf17c8002019-10-29 15:05:12 +0000343Base test mbedtls_mpi_lt_mpi_ct (corner case - 64 bit) #2
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100344mpi_lt_mpi_ct:2:"8000000000000000":2:"7FFFFFFFFFFFFFFF":0:0
Janos Follath0ac95572019-10-14 11:33:39 +0100345
Janos Follathf17c8002019-10-29 15:05:12 +0000346Base test mbedtls_mpi_lt_mpi_ct (corner case - 64 bit) #3
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100347mpi_lt_mpi_ct:2:"8000000000000000":2:"1":0:0
Janos Follath0ac95572019-10-14 11:33:39 +0100348
Janos Follathf17c8002019-10-29 15:05:12 +0000349Base test mbedtls_mpi_lt_mpi_ct (corner case - 64 bit) #4
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100350mpi_lt_mpi_ct:2:"8000000000000000":2:"0":0:0
Janos Follath0ac95572019-10-14 11:33:39 +0100351
Janos Follathf17c8002019-10-29 15:05:12 +0000352Base test mbedtls_mpi_lt_mpi_ct (corner case - 64 bit) #5
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100353mpi_lt_mpi_ct:2:"FFFFFFFFFFFFFFFF":2:"FF":0:0
Janos Follath0ac95572019-10-14 11:33:39 +0100354
Janos Follathf17c8002019-10-29 15:05:12 +0000355Base test mbedtls_mpi_lt_mpi_ct (corner case - 32 bit) #1
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100356mpi_lt_mpi_ct:1:"7FFFFFFF":1:"FF":0:0
Janos Follathf17c8002019-10-29 15:05:12 +0000357
358Base test mbedtls_mpi_lt_mpi_ct (corner case - 32 bit) #2
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100359mpi_lt_mpi_ct:1:"80000000":1:"7FFFFFFF":0:0
Janos Follathf17c8002019-10-29 15:05:12 +0000360
361Base test mbedtls_mpi_lt_mpi_ct (corner case - 32 bit) #3
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100362mpi_lt_mpi_ct:1:"80000000":1:"1":0:0
Janos Follathf17c8002019-10-29 15:05:12 +0000363
364Base test mbedtls_mpi_lt_mpi_ct (corner case - 32 bit) #4
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100365mpi_lt_mpi_ct:1:"80000000":1:"0":0:0
Janos Follathf17c8002019-10-29 15:05:12 +0000366
367Base test mbedtls_mpi_lt_mpi_ct (corner case - 32 bit) #5
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100368mpi_lt_mpi_ct:1:"FFFFFFFF":1:"FF":0:0
Janos Follathf17c8002019-10-29 15:05:12 +0000369
Janos Follath53fc7b02019-11-05 11:56:07 +0000370Multi-limb mbedtls_mpi_lt_mpi_ct (X<Y, zero vs non-zero MS limb)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100371mpi_lt_mpi_ct:2:"0FFFFFFFFFFFFFFFF":2:"1FFFFFFFFFFFFFFFF":1:0
Janos Follath0ac95572019-10-14 11:33:39 +0100372
Janos Follath53fc7b02019-11-05 11:56:07 +0000373Multi-limb mbedtls_mpi_lt_mpi_ct (X>Y, equal MS limbs)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100374mpi_lt_mpi_ct:2:"-EEFFFFFFFFFFFFFFF1":2:"-EEFFFFFFFFFFFFFFFF":0:0
Janos Follath0ac95572019-10-14 11:33:39 +0100375
Janos Follath53fc7b02019-11-05 11:56:07 +0000376Multi-limb mbedtls_mpi_lt_mpi_ct (X=Y)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100377mpi_lt_mpi_ct:2:"EEFFFFFFFFFFFFFFFF":2:"EEFFFFFFFFFFFFFFFF":0:0
Janos Follath0ac95572019-10-14 11:33:39 +0100378
Janos Follath53fc7b02019-11-05 11:56:07 +0000379Multi-limb mbedtls_mpi_lt_mpi_ct (X=-Y)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100380mpi_lt_mpi_ct:2:"-EEFFFFFFFFFFFFFFFF":2:"EEFFFFFFFFFFFFFFFF":1:0
Janos Follath0ac95572019-10-14 11:33:39 +0100381
Janos Follath0b1ae0e2019-11-05 12:19:14 +0000382Multi-limb mbedtls_mpi_lt_mpi_ct (Alternating limbs) #1
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100383mpi_lt_mpi_ct:2:"11FFFFFFFFFFFFFFFF":2:"FF1111111111111111":1:0
Janos Follath0b1ae0e2019-11-05 12:19:14 +0000384
385Multi-limb mbedtls_mpi_lt_mpi_ct (Alternating limbs) #2
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100386mpi_lt_mpi_ct:2:"FF1111111111111111":2:"11FFFFFFFFFFFFFFFF":0:0
Janos Follath0b1ae0e2019-11-05 12:19:14 +0000387
388Multi-limb mbedtls_mpi_lt_mpi_ct (Alternating limbs) #3
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100389mpi_lt_mpi_ct:2:"-11FFFFFFFFFFFFFFFF":2:"-FF1111111111111111":0:0
Janos Follath0b1ae0e2019-11-05 12:19:14 +0000390
391Multi-limb mbedtls_mpi_lt_mpi_ct (Alternating limbs) #4
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100392mpi_lt_mpi_ct:2:"-FF1111111111111111":2:"-11FFFFFFFFFFFFFFFF":1:0
Janos Follath0b1ae0e2019-11-05 12:19:14 +0000393
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +0200394Base test mbedtls_mpi_cmp_abs #1
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100395mpi_cmp_abs:"2b5":"2b5":0
Paul Bakker367dae42009-06-28 21:50:27 +0000396
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +0200397Base test mbedtls_mpi_cmp_abs #2
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100398mpi_cmp_abs:"2b5":"2b4":1
Paul Bakker367dae42009-06-28 21:50:27 +0000399
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +0200400Base test mbedtls_mpi_cmp_abs #3
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100401mpi_cmp_abs:"2b5":"2b6":-1
Paul Bakker367dae42009-06-28 21:50:27 +0000402
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +0200403Base test mbedtls_mpi_cmp_abs (Negative values) #1
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100404mpi_cmp_abs:"-2":"-2":0
Paul Bakker367dae42009-06-28 21:50:27 +0000405
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +0200406Base test mbedtls_mpi_cmp_abs (Negative values) #2
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100407mpi_cmp_abs:"-2":"-3":-1
Paul Bakker367dae42009-06-28 21:50:27 +0000408
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +0200409Base test mbedtls_mpi_cmp_abs (Negative values) #3
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100410mpi_cmp_abs:"-2":"-1":1
Paul Bakker367dae42009-06-28 21:50:27 +0000411
Gilles Peskine36374882021-06-08 23:01:13 +0200412Test mbedtls_mpi_cmp_abs: 0 (null) = 0 (null)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100413mpi_cmp_abs:"":"":0
Gilles Peskine36374882021-06-08 23:01:13 +0200414
415Test mbedtls_mpi_cmp_abs: 0 (null) = 0 (1 limb)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100416mpi_cmp_abs:"":"0":0
Gilles Peskine36374882021-06-08 23:01:13 +0200417
418Test mbedtls_mpi_cmp_abs: 0 (1 limb) = 0 (null)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100419mpi_cmp_abs:"0":"":0
Gilles Peskine36374882021-06-08 23:01:13 +0200420
Gilles Peskine5fb6f702021-06-08 23:00:17 +0200421Test mbedtls_mpi_cmp_abs: 0 (1 limb) = 0 (1 limb)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100422mpi_cmp_abs:"0":"0":0
Paul Bakkerba48cb22009-07-12 11:01:32 +0000423
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +0200424Base test mbedtls_mpi_cmp_abs (Mix values) #1
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100425mpi_cmp_abs:"-2":"2":0
Paul Bakker367dae42009-06-28 21:50:27 +0000426
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +0200427Base test mbedtls_mpi_cmp_abs (Mix values) #2
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100428mpi_cmp_abs:"2":"-3":-1
Paul Bakker367dae42009-06-28 21:50:27 +0000429
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +0200430Base test mbedtls_mpi_cmp_abs (Mix values) #3
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100431mpi_cmp_abs:"-2":"1":1
Paul Bakker367dae42009-06-28 21:50:27 +0000432
Gilles Peskine90ec8e82021-06-10 15:17:30 +0200433Copy large negative to large negative
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100434mpi_copy:"-ca5cadedb01dfaceacc01ade":"-face1e55ca11ab1ecab005e5"
Paul Bakker367dae42009-06-28 21:50:27 +0000435
Gilles Peskine90ec8e82021-06-10 15:17:30 +0200436Copy large negative to large positive
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100437mpi_copy:"-ca5cadedb01dfaceacc01ade":"face1e55ca11ab1ecab005e5"
Gilles Peskine7428b452020-01-20 21:01:51 +0100438
Gilles Peskine90ec8e82021-06-10 15:17:30 +0200439Copy large negative to small negative
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100440mpi_copy:"-ca5cadedb01dfaceacc01ade":"-beef"
Gilles Peskine7428b452020-01-20 21:01:51 +0100441
Gilles Peskine90ec8e82021-06-10 15:17:30 +0200442Copy large negative to small positive
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100443mpi_copy:"-ca5cadedb01dfaceacc01ade":"beef"
Gilles Peskine7428b452020-01-20 21:01:51 +0100444
Gilles Peskine90ec8e82021-06-10 15:17:30 +0200445Copy large negative to zero (1 limb)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100446mpi_copy:"-ca5cadedb01dfaceacc01ade":"0"
Gilles Peskine7428b452020-01-20 21:01:51 +0100447
Gilles Peskine90ec8e82021-06-10 15:17:30 +0200448Copy large negative to zero (null)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100449mpi_copy:"-ca5cadedb01dfaceacc01ade":""
Gilles Peskine90ec8e82021-06-10 15:17:30 +0200450
451Copy large positive to large negative
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100452mpi_copy:"ca5cadedb01dfaceacc01ade":"-face1e55ca11ab1ecab005e5"
Gilles Peskine90ec8e82021-06-10 15:17:30 +0200453
454Copy large positive to large positive
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100455mpi_copy:"ca5cadedb01dfaceacc01ade":"face1e55ca11ab1ecab005e5"
Gilles Peskine90ec8e82021-06-10 15:17:30 +0200456
457Copy large positive to small negative
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100458mpi_copy:"ca5cadedb01dfaceacc01ade":"-beef"
Gilles Peskine90ec8e82021-06-10 15:17:30 +0200459
460Copy large positive to small positive
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100461mpi_copy:"ca5cadedb01dfaceacc01ade":"beef"
Gilles Peskine90ec8e82021-06-10 15:17:30 +0200462
463Copy large positive to zero (1 limb)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100464mpi_copy:"ca5cadedb01dfaceacc01ade":"0"
Gilles Peskine90ec8e82021-06-10 15:17:30 +0200465
466Copy large positive to zero (null)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100467mpi_copy:"ca5cadedb01dfaceacc01ade":""
Gilles Peskine90ec8e82021-06-10 15:17:30 +0200468
469Copy small negative to large negative
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100470mpi_copy:"-bead":"-face1e55ca11ab1ecab005e5"
Gilles Peskine90ec8e82021-06-10 15:17:30 +0200471
472Copy small negative to large positive
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100473mpi_copy:"-bead":"face1e55ca11ab1ecab005e5"
Gilles Peskine90ec8e82021-06-10 15:17:30 +0200474
475Copy small negative to small negative
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100476mpi_copy:"-bead":"-beef"
Gilles Peskine90ec8e82021-06-10 15:17:30 +0200477
478Copy small negative to small positive
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100479mpi_copy:"-bead":"beef"
Gilles Peskine90ec8e82021-06-10 15:17:30 +0200480
481Copy small negative to zero (1 limb)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100482mpi_copy:"-bead":"0"
Gilles Peskine90ec8e82021-06-10 15:17:30 +0200483
484Copy small negative to zero (null)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100485mpi_copy:"-bead":""
Gilles Peskine90ec8e82021-06-10 15:17:30 +0200486
487Copy small positive to large negative
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100488mpi_copy:"bead":"-face1e55ca11ab1ecab005e5"
Gilles Peskine90ec8e82021-06-10 15:17:30 +0200489
490Copy small positive to large positive
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100491mpi_copy:"bead":"face1e55ca11ab1ecab005e5"
Gilles Peskine90ec8e82021-06-10 15:17:30 +0200492
493Copy small positive to small negative
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100494mpi_copy:"bead":"-beef"
Gilles Peskine90ec8e82021-06-10 15:17:30 +0200495
496Copy small positive to small positive
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100497mpi_copy:"bead":"beef"
Gilles Peskine90ec8e82021-06-10 15:17:30 +0200498
499Copy small positive to zero (1 limb)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100500mpi_copy:"bead":"0"
Gilles Peskine90ec8e82021-06-10 15:17:30 +0200501
502Copy small positive to zero (null)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100503mpi_copy:"bead":""
Gilles Peskine90ec8e82021-06-10 15:17:30 +0200504
505Copy zero (1 limb) to large negative
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100506mpi_copy:"0":"-face1e55ca11ab1ecab005e5"
Gilles Peskine90ec8e82021-06-10 15:17:30 +0200507
508Copy zero (1 limb) to large positive
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100509mpi_copy:"0":"face1e55ca11ab1ecab005e5"
Gilles Peskine90ec8e82021-06-10 15:17:30 +0200510
511Copy zero (1 limb) to small negative
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100512mpi_copy:"0":"-beef"
Gilles Peskine90ec8e82021-06-10 15:17:30 +0200513
514Copy zero (1 limb) to small positive
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100515mpi_copy:"0":"beef"
Gilles Peskine90ec8e82021-06-10 15:17:30 +0200516
517Copy zero (1 limb) to zero (1 limb)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100518mpi_copy:"0":"0"
Gilles Peskine90ec8e82021-06-10 15:17:30 +0200519
520Copy zero (1 limb) to zero (null)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100521mpi_copy:"0":""
Gilles Peskine90ec8e82021-06-10 15:17:30 +0200522
523Copy zero (null) to large negative
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100524mpi_copy:"":"-face1e55ca11ab1ecab005e5"
Gilles Peskine90ec8e82021-06-10 15:17:30 +0200525
526Copy zero (null) to large positive
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100527mpi_copy:"":"face1e55ca11ab1ecab005e5"
Gilles Peskine90ec8e82021-06-10 15:17:30 +0200528
529Copy zero (null) to small negative
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100530mpi_copy:"":"-beef"
Gilles Peskine90ec8e82021-06-10 15:17:30 +0200531
532Copy zero (null) to small positive
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100533mpi_copy:"":"beef"
Gilles Peskine90ec8e82021-06-10 15:17:30 +0200534
535Copy zero (null) to zero (1 limb)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100536mpi_copy:"":"0"
Gilles Peskine7428b452020-01-20 21:01:51 +0100537
538Copy zero (null) to zero (null)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100539mpi_copy:"":""
Gilles Peskine7428b452020-01-20 21:01:51 +0100540
Gilles Peskine90ec8e82021-06-10 15:17:30 +0200541Copy self: large negative
542mpi_copy_self:"-ca5cadedb01dfaceacc01ade"
Gilles Peskine7428b452020-01-20 21:01:51 +0100543
Gilles Peskine90ec8e82021-06-10 15:17:30 +0200544Copy self: large positive
545mpi_copy_self:"ca5cadedb01dfaceacc01ade"
Gilles Peskine7428b452020-01-20 21:01:51 +0100546
Gilles Peskine90ec8e82021-06-10 15:17:30 +0200547Copy self: small negative
548mpi_copy_self:"-bead"
Gilles Peskine7428b452020-01-20 21:01:51 +0100549
Gilles Peskine90ec8e82021-06-10 15:17:30 +0200550Copy self: small positive
551mpi_copy_self:"bead"
Paul Bakkere896fea2009-07-06 06:40:23 +0000552
Gilles Peskine7428b452020-01-20 21:01:51 +0100553Copy self: zero (1 limb)
Gilles Peskine90ec8e82021-06-10 15:17:30 +0200554mpi_copy_self:"0"
555
556Copy self: zero (null)
557mpi_copy_self:""
Paul Bakker367dae42009-06-28 21:50:27 +0000558
Gilles Peskinefc1eeef2021-06-10 22:29:57 +0200559Swap large negative with large negative
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100560mpi_swap:"-ca5cadedb01dfaceacc01ade":"-face1e55ca11ab1ecab005e5"
Gilles Peskine7428b452020-01-20 21:01:51 +0100561
Gilles Peskinefc1eeef2021-06-10 22:29:57 +0200562Swap large negative with large positive
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100563mpi_swap:"-ca5cadedb01dfaceacc01ade":"face1e55ca11ab1ecab005e5"
Gilles Peskine7428b452020-01-20 21:01:51 +0100564
Gilles Peskinefc1eeef2021-06-10 22:29:57 +0200565Swap large negative with small negative
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100566mpi_swap:"-ca5cadedb01dfaceacc01ade":"-beef"
Gilles Peskine7428b452020-01-20 21:01:51 +0100567
Gilles Peskinefc1eeef2021-06-10 22:29:57 +0200568Swap large negative with small positive
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100569mpi_swap:"-ca5cadedb01dfaceacc01ade":"beef"
Gilles Peskine7428b452020-01-20 21:01:51 +0100570
Gilles Peskinefc1eeef2021-06-10 22:29:57 +0200571Swap large negative with zero (1 limb)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100572mpi_swap:"-ca5cadedb01dfaceacc01ade":"0"
Gilles Peskine7428b452020-01-20 21:01:51 +0100573
Gilles Peskinefc1eeef2021-06-10 22:29:57 +0200574Swap large negative with zero (null)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100575mpi_swap:"-ca5cadedb01dfaceacc01ade":""
Gilles Peskinefc1eeef2021-06-10 22:29:57 +0200576
577Swap large positive with large negative
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100578mpi_swap:"ca5cadedb01dfaceacc01ade":"-face1e55ca11ab1ecab005e5"
Gilles Peskinefc1eeef2021-06-10 22:29:57 +0200579
580Swap large positive with large positive
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100581mpi_swap:"ca5cadedb01dfaceacc01ade":"face1e55ca11ab1ecab005e5"
Gilles Peskinefc1eeef2021-06-10 22:29:57 +0200582
583Swap large positive with small negative
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100584mpi_swap:"ca5cadedb01dfaceacc01ade":"-beef"
Gilles Peskinefc1eeef2021-06-10 22:29:57 +0200585
586Swap large positive with small positive
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100587mpi_swap:"ca5cadedb01dfaceacc01ade":"beef"
Gilles Peskinefc1eeef2021-06-10 22:29:57 +0200588
589Swap large positive with zero (1 limb)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100590mpi_swap:"ca5cadedb01dfaceacc01ade":"0"
Gilles Peskinefc1eeef2021-06-10 22:29:57 +0200591
592Swap large positive with zero (null)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100593mpi_swap:"ca5cadedb01dfaceacc01ade":""
Gilles Peskinefc1eeef2021-06-10 22:29:57 +0200594
595Swap small negative with large negative
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100596mpi_swap:"-bead":"-face1e55ca11ab1ecab005e5"
Gilles Peskinefc1eeef2021-06-10 22:29:57 +0200597
598Swap small negative with large positive
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100599mpi_swap:"-bead":"face1e55ca11ab1ecab005e5"
Gilles Peskinefc1eeef2021-06-10 22:29:57 +0200600
601Swap small negative with small negative
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100602mpi_swap:"-bead":"-beef"
Gilles Peskinefc1eeef2021-06-10 22:29:57 +0200603
604Swap small negative with small positive
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100605mpi_swap:"-bead":"beef"
Gilles Peskinefc1eeef2021-06-10 22:29:57 +0200606
607Swap small negative with zero (1 limb)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100608mpi_swap:"-bead":"0"
Gilles Peskinefc1eeef2021-06-10 22:29:57 +0200609
610Swap small negative with zero (null)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100611mpi_swap:"-bead":""
Gilles Peskinefc1eeef2021-06-10 22:29:57 +0200612
613Swap small positive with large negative
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100614mpi_swap:"bead":"-face1e55ca11ab1ecab005e5"
Gilles Peskinefc1eeef2021-06-10 22:29:57 +0200615
616Swap small positive with large positive
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100617mpi_swap:"bead":"face1e55ca11ab1ecab005e5"
Gilles Peskinefc1eeef2021-06-10 22:29:57 +0200618
619Swap small positive with small negative
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100620mpi_swap:"bead":"-beef"
Gilles Peskinefc1eeef2021-06-10 22:29:57 +0200621
622Swap small positive with small positive
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100623mpi_swap:"bead":"beef"
Gilles Peskinefc1eeef2021-06-10 22:29:57 +0200624
625Swap small positive with zero (1 limb)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100626mpi_swap:"bead":"0"
Gilles Peskinefc1eeef2021-06-10 22:29:57 +0200627
628Swap small positive with zero (null)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100629mpi_swap:"bead":""
Gilles Peskinefc1eeef2021-06-10 22:29:57 +0200630
631Swap zero (1 limb) with large negative
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100632mpi_swap:"0":"-face1e55ca11ab1ecab005e5"
Gilles Peskinefc1eeef2021-06-10 22:29:57 +0200633
634Swap zero (1 limb) with large positive
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100635mpi_swap:"0":"face1e55ca11ab1ecab005e5"
Gilles Peskinefc1eeef2021-06-10 22:29:57 +0200636
637Swap zero (1 limb) with small negative
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100638mpi_swap:"0":"-beef"
Gilles Peskinefc1eeef2021-06-10 22:29:57 +0200639
640Swap zero (1 limb) with small positive
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100641mpi_swap:"0":"beef"
Gilles Peskinefc1eeef2021-06-10 22:29:57 +0200642
643Swap zero (1 limb) with zero (1 limb)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100644mpi_swap:"0":"0"
Gilles Peskinefc1eeef2021-06-10 22:29:57 +0200645
646Swap zero (1 limb) with zero (null)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100647mpi_swap:"0":""
Gilles Peskinefc1eeef2021-06-10 22:29:57 +0200648
649Swap zero (null) with large negative
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100650mpi_swap:"":"-face1e55ca11ab1ecab005e5"
Gilles Peskinefc1eeef2021-06-10 22:29:57 +0200651
652Swap zero (null) with large positive
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100653mpi_swap:"":"face1e55ca11ab1ecab005e5"
Gilles Peskinefc1eeef2021-06-10 22:29:57 +0200654
655Swap zero (null) with small negative
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100656mpi_swap:"":"-beef"
Gilles Peskinefc1eeef2021-06-10 22:29:57 +0200657
658Swap zero (null) with small positive
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100659mpi_swap:"":"beef"
Gilles Peskinefc1eeef2021-06-10 22:29:57 +0200660
661Swap zero (null) with zero (1 limb)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100662mpi_swap:"":"0"
Gilles Peskine7428b452020-01-20 21:01:51 +0100663
664Swap zero (null) with zero (null)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100665mpi_swap:"":""
Gilles Peskine7428b452020-01-20 21:01:51 +0100666
Gilles Peskinefc1eeef2021-06-10 22:29:57 +0200667Swap self: large negative
668mpi_swap_self:"-ca5cadedb01dfaceacc01ade"
Gilles Peskine7428b452020-01-20 21:01:51 +0100669
Gilles Peskinefc1eeef2021-06-10 22:29:57 +0200670Swap self: large positive
671mpi_swap_self:"ca5cadedb01dfaceacc01ade"
Gilles Peskine7428b452020-01-20 21:01:51 +0100672
Gilles Peskinefc1eeef2021-06-10 22:29:57 +0200673Swap self: small negative
674mpi_swap_self:"-bead"
Gilles Peskine7428b452020-01-20 21:01:51 +0100675
Gilles Peskinefc1eeef2021-06-10 22:29:57 +0200676Swap self: small positive
677mpi_swap_self:"bead"
Gilles Peskine7428b452020-01-20 21:01:51 +0100678
Gilles Peskinefc1eeef2021-06-10 22:29:57 +0200679Swap self: zero (1 limb)
680mpi_swap_self:"0"
Gilles Peskine7428b452020-01-20 21:01:51 +0100681
Gilles Peskinefc1eeef2021-06-10 22:29:57 +0200682Swap self: zero (null)
Gilles Peskine7428b452020-01-20 21:01:51 +0100683mpi_swap_self:""
Paul Bakker367dae42009-06-28 21:50:27 +0000684
Gilles Peskine36374882021-06-08 23:01:13 +0200685Shrink 0 limbs in a buffer of size 0 to 0
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100686mpi_shrink:0:0:0:0
Gilles Peskine36374882021-06-08 23:01:13 +0200687
Gilles Peskinea9da0932020-02-03 16:18:30 +0100688Shrink 2 limbs in a buffer of size 2 to 4
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100689mpi_shrink:2:2:4:4
Manuel Pégourié-Gonnard58681632013-11-21 10:39:37 +0100690
Gilles Peskinea9da0932020-02-03 16:18:30 +0100691Shrink 2 limbs in a buffer of size 4 to 4
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100692mpi_shrink:4:2:4:4
Manuel Pégourié-Gonnard58681632013-11-21 10:39:37 +0100693
Gilles Peskinea9da0932020-02-03 16:18:30 +0100694Shrink 2 limbs in a buffer of size 8 to 4
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100695mpi_shrink:8:2:4:4
Manuel Pégourié-Gonnard58681632013-11-21 10:39:37 +0100696
Gilles Peskinea9da0932020-02-03 16:18:30 +0100697Shrink 4 limbs in a buffer of size 8 to 4
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100698mpi_shrink:8:4:4:4
Manuel Pégourié-Gonnard58681632013-11-21 10:39:37 +0100699
Gilles Peskinea9da0932020-02-03 16:18:30 +0100700Shrink 6 limbs in a buffer of size 8 to 4 yielding 6
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100701mpi_shrink:8:6:4:6
Manuel Pégourié-Gonnard58681632013-11-21 10:39:37 +0100702
Gilles Peskinea9da0932020-02-03 16:18:30 +0100703Shrink 2 limbs in a buffer of size 4 to 0 yielding 2
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100704mpi_shrink:4:2:0:2
Manuel Pégourié-Gonnard58681632013-11-21 10:39:37 +0100705
Gilles Peskinea9da0932020-02-03 16:18:30 +0100706Shrink 1 limbs in a buffer of size 4 to 0 yielding 1
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100707mpi_shrink:4:1:0:1
Manuel Pégourié-Gonnard58681632013-11-21 10:39:37 +0100708
Gilles Peskinea9da0932020-02-03 16:18:30 +0100709Shrink 0 limbs in a buffer of size 4 to 0 yielding 1
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100710mpi_shrink:4:0:0:1
Manuel Pégourié-Gonnard58681632013-11-21 10:39:37 +0100711
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +0200712Base test mbedtls_mpi_add_abs #1
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100713mpi_add_abs:"bc614e":"9cde3":"c62f31"
Paul Bakker367dae42009-06-28 21:50:27 +0000714
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +0200715Base test mbedtls_mpi_add_abs #2
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100716mpi_add_abs:"-bc614e":"9cde3":"c62f31"
Paul Bakker367dae42009-06-28 21:50:27 +0000717
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +0200718Base test mbedtls_mpi_add_abs #3
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100719mpi_add_abs:"bc614e":"-9cde3":"c62f31"
Paul Bakker367dae42009-06-28 21:50:27 +0000720
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +0200721Base test mbedtls_mpi_add_abs #4
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100722mpi_add_abs:"-bc614e":"-9cde3":"c62f31"
Paul Bakker367dae42009-06-28 21:50:27 +0000723
Gilles Peskine89987702021-06-15 22:03:37 +0200724Test mbedtls_mpi_add_abs: 0 (null) + 0 (null)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100725mpi_add_abs:"":"":"0"
Gilles Peskine36374882021-06-08 23:01:13 +0200726
Gilles Peskine89987702021-06-15 22:03:37 +0200727Test mbedtls_mpi_add_abs: 0 (null) + 1
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100728mpi_add_abs:"":"01":"01"
Gilles Peskine36374882021-06-08 23:01:13 +0200729
Gilles Peskine89987702021-06-15 22:03:37 +0200730Test mbedtls_mpi_add_abs: 1 + 0 (null)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100731mpi_add_abs:"01":"":"01"
Gilles Peskine36374882021-06-08 23:01:13 +0200732
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +0200733Test mbedtls_mpi_add_abs #1
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100734mpi_add_abs:"-1f55332c3a48b910f9942f6c914e58bef37a47ee45cb164a5b6b8d1006bf59a059c21449939ebebfdf517d2e1dbac88010d7b1f141e997bd6801ddaec9d05910f4f2de2b2c4d714e2c14a72fc7f17aa428d59c531627f09":"941379d00fed1491dec0abfc13b52b9049625b3c42c3a972a2549e7a3e1b12c5a304b23e9ed6e251b8af28a4b3124900b23138bfafda925ab3410d57d6f8f0dd8c8c32eb0b4329fbf792e43f9593e766fa0c3c0be077b4e5162616a6428c51b":"941379d00fed1491fe15df284dfde4a142f68aa8d412023195cee66883e6290ffe703f4ea5963bf212713cee46b107c09182b5edcd955adac418bf4918e2889af48e1099d513830cec85c26ac1e158b52620e33ba8692f893efbb2f958b4424"
Paul Bakker367dae42009-06-28 21:50:27 +0000735
Gilles Peskineefa2ac82019-09-19 21:20:26 +0200736Regression mbedtls_mpi_add_abs (add small to very large MPI with carry rollover) [#1]
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100737mpi_add_abs:"FFFFFFFFFFFFFFFFFFFFFFFFFFFFF8":"08":"1000000000000000000000000000000"
Paul Bakker17a97902012-09-17 08:44:35 +0000738
Gilles Peskineefa2ac82019-09-19 21:20:26 +0200739Regression mbedtls_mpi_add_abs (add small to very large MPI with carry rollover) [#2]
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100740mpi_add_abs:"08":"FFFFFFFFFFFFFFFFFFFFFFFFFFFFF8":"1000000000000000000000000000000"
Paul Bakker17a97902012-09-17 08:44:35 +0000741
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +0200742Base test mbedtls_mpi_add_mpi #1
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100743mpi_add_mpi:"bc614e":"9cde3":"c62f31"
Paul Bakker367dae42009-06-28 21:50:27 +0000744
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +0200745Base test mbedtls_mpi_add_mpi #2
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100746mpi_add_mpi:"-bc614e":"9cde3":"-b2936b"
Paul Bakker367dae42009-06-28 21:50:27 +0000747
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +0200748Base test mbedtls_mpi_add_mpi #3
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100749mpi_add_mpi:"bc614e":"-9cde3":"b2936b"
Paul Bakker367dae42009-06-28 21:50:27 +0000750
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +0200751Base test mbedtls_mpi_add_mpi #4
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100752mpi_add_mpi:"-bc614e":"-9cde3":"-c62f31"
Paul Bakker367dae42009-06-28 21:50:27 +0000753
Gilles Peskine89987702021-06-15 22:03:37 +0200754Test mbedtls_mpi_add_mpi: 0 (null) + 0 (null)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100755mpi_add_mpi:"":"":"0"
Gilles Peskine36374882021-06-08 23:01:13 +0200756
Gilles Peskine89987702021-06-15 22:03:37 +0200757Test mbedtls_mpi_add_mpi: 0 (null) + 1
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100758mpi_add_mpi:"":"01":"01"
Gilles Peskine36374882021-06-08 23:01:13 +0200759
Gilles Peskine89987702021-06-15 22:03:37 +0200760Test mbedtls_mpi_add_mpi: 1 + 0 (null)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100761mpi_add_mpi:"01":"":"01"
Gilles Peskine36374882021-06-08 23:01:13 +0200762
Gilles Peskine89987702021-06-15 22:03:37 +0200763Test mbedtls_mpi_add_mpi: 0 (null) + -1
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100764mpi_add_mpi:"":"-01":"-01"
Gilles Peskine36374882021-06-08 23:01:13 +0200765
Gilles Peskine89987702021-06-15 22:03:37 +0200766Test mbedtls_mpi_add_mpi: -1 + 0 (null)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100767mpi_add_mpi:"-01":"":"-01"
Gilles Peskine36374882021-06-08 23:01:13 +0200768
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +0200769Test mbedtls_mpi_add_mpi #1
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100770mpi_add_mpi:"4df72d07b4b71c8dacb6cffa954f8d88254b6277099308baf003fab73227f34029643b5a263f66e0d3c3fa297ef71755efd53b8fb6cb812c6bbf7bcf179298bd9947c4c8b14324140a2c0f5fad7958a69050a987a6096e9f055fb38edf0c5889eca4a0cfa99b45fbdeee4c696b328ddceae4723945901ec025076b12b":"cb50e82a8583f44ee0025942e7362991b24e12663a0ddc234a57b0f7b4ff7b025bf5a6707dedc2898e70b739042c95a996283dffdf67558768784553c61e302e8812bc90f0bb0696870cfb910b560cefed8d99bbf7a00b31ccdbd56f3594e5a653cfd127d2167b13119e5c45c3f76b4e3d904a9bc0cbb43c33aa7f23b":"1194815323a3b10dc8cb9293d7c85b719d79974dd43a0e4de3a5babaee7276e428559e1caa42d296a6234b1628323acff85fd798f9632d6b3d437c122ddb0c8ec215a8159a1fe2aaa91390af0b8cf65967dde43439da979d0d23b88fe14a13e30407471f77bb1c10ef08ca8af2f29f92b2874bcd5065bd2fc58b1ea366"
Paul Bakker367dae42009-06-28 21:50:27 +0000771
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +0200772Test mbedtls_mpi_add_mpi #2
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100773mpi_add_mpi:"1f55332c3a48b910f9942f6c914e58bef37a47ee45cb164a5b6b8d1006bf59a059c21449939ebebfdf517d2e1dbac88010d7b1f141e997bd6801ddaec9d05910f4f2de2b2c4d714e2c14a72fc7f17aa428d59c531627f09":"941379d00fed1491dec0abfc13b52b9049625b3c42c3a972a2549e7a3e1b12c5a304b23e9ed6e251b8af28a4b3124900b23138bfafda925ab3410d57d6f8f0dd8c8c32eb0b4329fbf792e43f9593e766fa0c3c0be077b4e5162616a6428c51b":"941379d00fed1491fe15df284dfde4a142f68aa8d412023195cee66883e6290ffe703f4ea5963bf212713cee46b107c09182b5edcd955adac418bf4918e2889af48e1099d513830cec85c26ac1e158b52620e33ba8692f893efbb2f958b4424"
Paul Bakker367dae42009-06-28 21:50:27 +0000774
Janos Follath044a86b2015-10-25 10:58:03 +0100775Base test mbedtls_mpi_add_mpi inplace #1
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100776mpi_add_mpi_inplace:"bc614e":"178c29c"
Janos Follath044a86b2015-10-25 10:58:03 +0100777
Darryl Green11999bb2018-03-13 15:22:58 +0000778Test mbedtls_mpi_add_mpi inplace #2
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100779mpi_add_mpi_inplace:"1f55332c3a48b910f9942f6c914e58bef37a47ee45cb164a5b6b8d1006bf59a059c21449939ebebfdf517d2e1dbac88010d7b1f141e997bd6801ddaec9d05910f4f2de2b2c4d714e2c14a72fc7f17aa428d59c531627f09":"3eaa665874917221f3285ed9229cb17de6f48fdc8b962c94b6d71a200d7eb340b3842893273d7d7fbea2fa5c3b75910021af63e283d32f7ad003bb5d93a0b221e9e5bc56589ae29c58294e5f8fe2f54851ab38a62c4fe12"
Janos Follath044a86b2015-10-25 10:58:03 +0100780
Darryl Green11999bb2018-03-13 15:22:58 +0000781Test mbedtls_mpi_add_mpi inplace #3
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100782mpi_add_mpi_inplace:"ffffffffffffffffffffffffffffffff":"01fffffffffffffffffffffffffffffffe"
Janos Follath6c922682015-10-30 17:43:11 +0100783
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +0200784Test mbedtls_mpi_add_int #1
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100785mpi_add_int:"10cc4ebcb68cbdaa438b80692d9e586b384ae3e1fa33f3db5962d394bec17fd92ad4189":9871232:"10cc4ebcb68cbdaa438b80692d9e586b384ae3e1fa33f3db5962d394bec17fd9343e109"
Paul Bakker367dae42009-06-28 21:50:27 +0000786
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +0200787Test mbedtls_mpi_add_int #2
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100788mpi_add_int:"10cc4ebcb68cbdaa438b80692d9e586b384ae3e1fa33f3db5962d394bec17fd92ad4189":-9871232:"10cc4ebcb68cbdaa438b80692d9e586b384ae3e1fa33f3db5962d394bec17fd9216a209"
Paul Bakker367dae42009-06-28 21:50:27 +0000789
Gilles Peskine36374882021-06-08 23:01:13 +0200790Test mbedtls_mpi_add_int: 0 (null) + 0
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100791mpi_add_int:"":0:"0"
Gilles Peskine36374882021-06-08 23:01:13 +0200792
793Test mbedtls_mpi_add_int: 0 (null) + 1
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100794mpi_add_int:"":1:"1"
Gilles Peskine36374882021-06-08 23:01:13 +0200795
Gilles Peskine43e89e12021-01-27 22:24:30 +0100796Base test mbedtls_mpi_sub_abs #1 (|B| > |A|)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100797mpi_sub_abs:"5":"7":"0":MBEDTLS_ERR_MPI_NEGATIVE_VALUE
Paul Bakker367dae42009-06-28 21:50:27 +0000798
Gilles Peskine43e89e12021-01-27 22:24:30 +0100799Base test mbedtls_mpi_sub_abs #2 (|B| > |A|)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100800mpi_sub_abs:"-5":"-7":"0":MBEDTLS_ERR_MPI_NEGATIVE_VALUE
Paul Bakker367dae42009-06-28 21:50:27 +0000801
Gilles Peskine43e89e12021-01-27 22:24:30 +0100802Base test mbedtls_mpi_sub_abs #3 (|B| > |A|)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100803mpi_sub_abs:"-5":"7":"0":MBEDTLS_ERR_MPI_NEGATIVE_VALUE
Paul Bakker367dae42009-06-28 21:50:27 +0000804
Gilles Peskine43e89e12021-01-27 22:24:30 +0100805Base test mbedtls_mpi_sub_abs #4 (|B| > |A|)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100806mpi_sub_abs:"5":"-7":"0":MBEDTLS_ERR_MPI_NEGATIVE_VALUE
Paul Bakker367dae42009-06-28 21:50:27 +0000807
Gilles Peskine43e89e12021-01-27 22:24:30 +0100808Base test mbedtls_mpi_sub_abs #1 (|B| >> |A| with more limbs)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100809mpi_sub_abs:"5":"123456789abcdef01":"0":MBEDTLS_ERR_MPI_NEGATIVE_VALUE
Gilles Peskine43e89e12021-01-27 22:24:30 +0100810
811Base test mbedtls_mpi_sub_abs #2 (|B| >> |A| with more limbs)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100812mpi_sub_abs:"-5":"-123456789abcdef01":"0":MBEDTLS_ERR_MPI_NEGATIVE_VALUE
Gilles Peskine43e89e12021-01-27 22:24:30 +0100813
814Base test mbedtls_mpi_sub_abs #3 (|B| >> |A| with more limbs)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100815mpi_sub_abs:"-5":"123456789abcdef01":"0":MBEDTLS_ERR_MPI_NEGATIVE_VALUE
Gilles Peskine43e89e12021-01-27 22:24:30 +0100816
817Base test mbedtls_mpi_sub_abs #4 (|B| >> |A| with more limbs)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100818mpi_sub_abs:"5":"-123456789abcdef01":"0":MBEDTLS_ERR_MPI_NEGATIVE_VALUE
Gilles Peskine43e89e12021-01-27 22:24:30 +0100819
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +0200820Base test mbedtls_mpi_sub_abs #1
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100821mpi_sub_abs:"7":"5":"2":0
Paul Bakker367dae42009-06-28 21:50:27 +0000822
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +0200823Base test mbedtls_mpi_sub_abs #2
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100824mpi_sub_abs:"-7":"-5":"2":0
Paul Bakker367dae42009-06-28 21:50:27 +0000825
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +0200826Base test mbedtls_mpi_sub_abs #3
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100827mpi_sub_abs:"-7":"5":"2":0
Paul Bakker367dae42009-06-28 21:50:27 +0000828
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +0200829Base test mbedtls_mpi_sub_abs #4
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100830mpi_sub_abs:"7":"-5":"2":0
Paul Bakker367dae42009-06-28 21:50:27 +0000831
Gilles Peskine36374882021-06-08 23:01:13 +0200832Test mbedtls_mpi_sub_abs: 0 (null) - 0 (null)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100833mpi_sub_abs:"":"":"":0
Gilles Peskine36374882021-06-08 23:01:13 +0200834
835Test mbedtls_mpi_sub_abs: 0 (null) - 0 (1 limb)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100836mpi_sub_abs:"":"00":"":0
Gilles Peskine36374882021-06-08 23:01:13 +0200837
838Test mbedtls_mpi_sub_abs: 0 (1 limb) - 0 (null)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100839mpi_sub_abs:"00":"":"":0
Gilles Peskine36374882021-06-08 23:01:13 +0200840
841Test mbedtls_mpi_sub_abs: 0 (1 limb) - 0 (1 limb)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100842mpi_sub_abs:"00":"00":"":0
Gilles Peskine36374882021-06-08 23:01:13 +0200843
844Test mbedtls_mpi_sub_abs: 1 - 0 (null)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100845mpi_sub_abs:"01":"":"01":0
Gilles Peskine36374882021-06-08 23:01:13 +0200846
847Test mbedtls_mpi_sub_abs: 0 (null) - 1
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100848mpi_sub_abs:"":"01":"":MBEDTLS_ERR_MPI_NEGATIVE_VALUE
Gilles Peskine36374882021-06-08 23:01:13 +0200849
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +0200850Test mbedtls_mpi_sub_abs #1
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100851mpi_sub_abs:"FFFFFFFFFF":"01":"FFFFFFFFFE":0
Paul Bakkerc847f072010-01-18 21:26:30 +0000852
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +0200853Test mbedtls_mpi_sub_abs #2
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100854mpi_sub_abs:"FFFFFFFFF0":"01":"FFFFFFFFEF":0
Paul Bakkerc847f072010-01-18 21:26:30 +0000855
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +0200856Test mbedtls_mpi_sub_abs #3
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100857mpi_sub_abs:"FF00000000":"0F00000000":"F000000000":0
Paul Bakkerc847f072010-01-18 21:26:30 +0000858
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +0200859Test mbedtls_mpi_sub_abs #4
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100860mpi_sub_abs:"FF00000000":"0F00000001":"EFFFFFFFFF":0
Paul Bakkerc847f072010-01-18 21:26:30 +0000861
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +0200862Base test mbedtls_mpi_sub_mpi #1 (Test with negative result)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100863mpi_sub_mpi:"5":"7":"-2"
Paul Bakker367dae42009-06-28 21:50:27 +0000864
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +0200865Base test mbedtls_mpi_sub_mpi #2 (Test with negative inputs)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100866mpi_sub_mpi:"-5":"-7":"2"
Paul Bakker367dae42009-06-28 21:50:27 +0000867
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +0200868Base test mbedtls_mpi_sub_mpi #3 (Test with negative base)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100869mpi_sub_mpi:"-5":"7":"-c"
Paul Bakker367dae42009-06-28 21:50:27 +0000870
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +0200871Base test mbedtls_mpi_sub_mpi #4 (Test with negative subtraction)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100872mpi_sub_mpi:"5":"-7":"c"
Paul Bakker367dae42009-06-28 21:50:27 +0000873
Gilles Peskine36374882021-06-08 23:01:13 +0200874Test mbedtls_mpi_sub_mpi: 0 (null) - 0 (null)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100875mpi_sub_mpi:"":"":"0"
Gilles Peskine36374882021-06-08 23:01:13 +0200876
877Test mbedtls_mpi_sub_mpi: 0 (null) - 0 (1 limb)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100878mpi_sub_mpi:"":"00":"0"
Gilles Peskine36374882021-06-08 23:01:13 +0200879
880Test mbedtls_mpi_sub_mpi: 0 (null) - 1
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100881mpi_sub_mpi:"":"1":"-1"
Gilles Peskine36374882021-06-08 23:01:13 +0200882
883Test mbedtls_mpi_sub_mpi: 0 (null) - -1
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100884mpi_sub_mpi:"":"-1":"1"
Gilles Peskine36374882021-06-08 23:01:13 +0200885
886Test mbedtls_mpi_sub_mpi: 0 (1 limb) - 0 (null)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100887mpi_sub_mpi:"00":"":"0"
Gilles Peskine36374882021-06-08 23:01:13 +0200888
889Test mbedtls_mpi_sub_mpi: 1 - 0 (null)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100890mpi_sub_mpi:"1":"":"1"
Gilles Peskine36374882021-06-08 23:01:13 +0200891
892Test mbedtls_mpi_sub_mpi: -1 - 0 (null)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100893mpi_sub_mpi:"-1":"":"-1"
Gilles Peskine36374882021-06-08 23:01:13 +0200894
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +0200895Test mbedtls_mpi_sub_mpi #1
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100896mpi_sub_mpi:"cb50e82a8583f44ee0025942e7362991b24e12663a0ddc234a57b0f7b4ff7b025bf5a6707dedc2898e70b739042c95a996283dffdf67558768784553c61e302e8812bc90f0bb0696870cfb910b560cefed8d99bbf7a00b31ccdbd56f3594e5a653cfd127d2167b13119e5c45c3f76b4e3d904a9bc0cbb43c33aa7f23b":"4df72d07b4b71c8dacb6cffa954f8d88254b6277099308baf003fab73227f34029643b5a263f66e0d3c3fa297ef71755efd53b8fb6cb812c6bbf7bcf179298bd9947c4c8b14324140a2c0f5fad7958a69050a987a6096e9f055fb38edf0c5889eca4a0cfa99b45fbdeee4c696b328ddceae4723945901ec025076b12b":"7d59bb22d0ccd7c1334b894851e69c098d02afef307ad3685a53b64082d787c232916b1657ae5ba8baacbd0f85357e53a6530270289bd45afcb8c984ae8b9770eecaf7c83f77e2827ce0ec315ddcb4495d3cf03451969c92c77c21e056888d1c672b3058287b351732b00fdc58c4dd7152abd8627b3b957c0ea314110"
Paul Bakker367dae42009-06-28 21:50:27 +0000897
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +0200898Test mbedtls_mpi_sub_mpi #2 (Test for negative result)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100899mpi_sub_mpi:"1f55332c3a48b910f9942f6c914e58bef37a47ee45cb164a5b6b8d1006bf59a059c21449939ebebfdf517d2e1dbac88010d7b1f141e997bd6801ddaec9d05910f4f2de2b2c4d714e2c14a72fc7f17aa428d59c531627f09":"941379d00fed1491dec0abfc13b52b9049625b3c42c3a972a2549e7a3e1b12c5a304b23e9ed6e251b8af28a4b3124900b23138bfafda925ab3410d57d6f8f0dd8c8c32eb0b4329fbf792e43f9593e766fa0c3c0be077b4e5162616a6428c51b":"-941379d00fed1491bf6b78cfd96c727f4fce2bcfb17550b3aeda568bf84ffc7b4799252e981788b15eed145b1f738a40d2dfbb91921fc9daa2695b66950f5920248a553c4172d0eb02a0061469467618cdf794dc18863a40ed507a532c64612"
Paul Bakker367dae42009-06-28 21:50:27 +0000900
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +0200901Test mbedtls_mpi_sub_int #1
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100902mpi_sub_int:"10cc4ebcb68cbdaa438b80692d9e586b384ae3e1fa33f3db5962d394bec17fd92ad4189":-9871232:"10cc4ebcb68cbdaa438b80692d9e586b384ae3e1fa33f3db5962d394bec17fd9343e109"
Paul Bakker367dae42009-06-28 21:50:27 +0000903
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +0200904Test mbedtls_mpi_sub_int #2
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100905mpi_sub_int:"10cc4ebcb68cbdaa438b80692d9e586b384ae3e1fa33f3db5962d394bec17fd92ad4189":9871232:"10cc4ebcb68cbdaa438b80692d9e586b384ae3e1fa33f3db5962d394bec17fd9216a209"
Paul Bakker367dae42009-06-28 21:50:27 +0000906
Gilles Peskine36374882021-06-08 23:01:13 +0200907Test mbedtls_mpi_sub_int: 0 (null) - 0
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100908mpi_sub_int:"":0:"0"
Gilles Peskine36374882021-06-08 23:01:13 +0200909
910Test mbedtls_mpi_sub_int: 0 (null) - 1
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100911mpi_sub_int:"":1:"-1"
Gilles Peskine36374882021-06-08 23:01:13 +0200912
913Test mbedtls_mpi_sub_int: 0 (null) - -1
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100914mpi_sub_int:"":-1:"1"
Gilles Peskine36374882021-06-08 23:01:13 +0200915
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +0200916Test mbedtls_mpi_shift_l #1
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100917mpi_shift_l:"40":1:"80"
Paul Bakker367dae42009-06-28 21:50:27 +0000918
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +0200919Test mbedtls_mpi_shift_l #2
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100920mpi_shift_l:"1946e2958a85d8863ae21f4904fcc49478412534ed53eaf321f63f2a2227a3c63acbf50b6305595f90cfa8327f6db80d986fe96080bcbb5df1bdbe9b74fb8dedf2bddb3f8215b54dffd66409323bcc473e45a8fe9d08e77a511698b5dad0416305db7fcf":37:"328dc52b150bb10c75c43e9209f98928f0824a69daa7d5e643ec7e54444f478c7597ea16c60ab2bf219f5064fedb701b30dfd2c1017976bbe37b7d36e9f71bdbe57bb67f042b6a9bffacc8126477988e7c8b51fd3a11cef4a22d316bb5a082c60bb6ff9e000000000"
Paul Bakker367dae42009-06-28 21:50:27 +0000921
Gilles Peskine36374882021-06-08 23:01:13 +0200922Test mbedtls_mpi_shift_l: 0 (null) <<= 0
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100923mpi_shift_l:"":0:"0"
Gilles Peskine36374882021-06-08 23:01:13 +0200924
925Test mbedtls_mpi_shift_l: 0 (null) <<= 1
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100926mpi_shift_l:"":1:"0"
Gilles Peskine36374882021-06-08 23:01:13 +0200927
928Test mbedtls_mpi_shift_l: 0 (null) <<= 64
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100929mpi_shift_l:"":64:"0"
Gilles Peskine36374882021-06-08 23:01:13 +0200930
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +0200931Test mbedtls_mpi_shift_r #1
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100932mpi_shift_r:"80":1:"40"
Paul Bakker367dae42009-06-28 21:50:27 +0000933
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +0200934Test mbedtls_mpi_shift_r #2
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100935mpi_shift_r:"4a36ce2a2eba161116629d6196efb17ee4f01ef753cd32b9e952d4d69e4b2401e85e0c3ba0ea761f44e312db10209fb6b38963c9c0302dc67b1b531c32301d8d341968c734387ef8bc2496051e0bb530975839852d8dd15684788f9dca62cb0c372ac51":45:"251b6715175d0b088b314eb0cb77d8bf72780f7ba9e6995cf4a96a6b4f259200f42f061dd0753b0fa271896d88104fdb59c4b1e4e01816e33d8da98e19180ec69a0cb4639a1c3f7c5e124b028f05da984bac1cc296c6e8ab423c47cee531"
Paul Bakker367dae42009-06-28 21:50:27 +0000936
Gilles Peskineefa2ac82019-09-19 21:20:26 +0200937Test mbedtls_mpi_shift_r #4 [#1]
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100938mpi_shift_r:"FFFFFFFFFFFFFFFF":63:"01"
Manuel Pégourié-Gonnarde44ec102012-11-17 12:42:51 +0100939
Gilles Peskineefa2ac82019-09-19 21:20:26 +0200940Test mbedtls_mpi_shift_r #4 [#2]
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100941mpi_shift_r:"FFFFFFFFFFFFFFFF":64:"00"
Manuel Pégourié-Gonnarde44ec102012-11-17 12:42:51 +0100942
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +0200943Test mbedtls_mpi_shift_r #6
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100944mpi_shift_r:"FFFFFFFFFFFFFFFF":65:"00"
Manuel Pégourié-Gonnarde44ec102012-11-17 12:42:51 +0100945
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +0200946Test mbedtls_mpi_shift_r #7
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100947mpi_shift_r:"FFFFFFFFFFFFFFFF":128:"00"
Manuel Pégourié-Gonnarde44ec102012-11-17 12:42:51 +0100948
Gilles Peskine36374882021-06-08 23:01:13 +0200949Test mbedtls_mpi_shift_r: 0 (null) >>= 0
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100950mpi_shift_r:"":0:"0"
Gilles Peskine36374882021-06-08 23:01:13 +0200951
952Test mbedtls_mpi_shift_r: 0 (null) >>= 1
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100953mpi_shift_r:"":1:"0"
Gilles Peskine36374882021-06-08 23:01:13 +0200954
955Test mbedtls_mpi_shift_r: 0 (null) >>= 64
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100956mpi_shift_r:"":64:"0"
Gilles Peskine36374882021-06-08 23:01:13 +0200957
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +0200958Base test mbedtls_mpi_mul_mpi #1
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100959mpi_mul_mpi:"5":"7":"23"
Paul Bakker367dae42009-06-28 21:50:27 +0000960
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +0200961Base test mbedtls_mpi_mul_mpi #2
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100962mpi_mul_mpi:"-5":"7":"-23"
Paul Bakker367dae42009-06-28 21:50:27 +0000963
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +0200964Base test mbedtls_mpi_mul_mpi #3
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100965mpi_mul_mpi:"5":"-7":"-23"
Paul Bakker367dae42009-06-28 21:50:27 +0000966
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +0200967Base test mbedtls_mpi_mul_mpi #4
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100968mpi_mul_mpi:"-5":"-7":"23"
Paul Bakker367dae42009-06-28 21:50:27 +0000969
Gilles Peskine36374882021-06-08 23:01:13 +0200970Test mbedtls_mpi_mul_mpi: 0 (null) * 0 (null)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100971mpi_mul_mpi:"":"":"0"
Gilles Peskine36374882021-06-08 23:01:13 +0200972
973Test mbedtls_mpi_mul_mpi: 0 (null) * 0 (1 limb)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100974mpi_mul_mpi:"":"00":"0"
Gilles Peskine36374882021-06-08 23:01:13 +0200975
976Test mbedtls_mpi_mul_mpi: 0 (null) * 1
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100977mpi_mul_mpi:"":"01":"0"
Gilles Peskine36374882021-06-08 23:01:13 +0200978
979Test mbedtls_mpi_mul_mpi: 0 (null) * -1
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100980mpi_mul_mpi:"":"-01":"0"
Gilles Peskine36374882021-06-08 23:01:13 +0200981
Gilles Peskinef4998b02021-06-10 15:51:54 +0200982Test mbedtls_mpi_mul_mpi: 0 (1 limb) * -1
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100983mpi_mul_mpi:"00":"-01":"0"
Gilles Peskinef4998b02021-06-10 15:51:54 +0200984
Gilles Peskine36374882021-06-08 23:01:13 +0200985Test mbedtls_mpi_mul_mpi: 0 (1 limb) * 0 (null)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100986mpi_mul_mpi:"00":"":"0"
Gilles Peskine36374882021-06-08 23:01:13 +0200987
988Test mbedtls_mpi_mul_mpi: 1 * 0 (null)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100989mpi_mul_mpi:"01":"":"0"
Gilles Peskine36374882021-06-08 23:01:13 +0200990
991Test mbedtls_mpi_mul_mpi: -1 * 0 (null)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100992mpi_mul_mpi:"-01":"":"0"
Gilles Peskine36374882021-06-08 23:01:13 +0200993
Gilles Peskinef4998b02021-06-10 15:51:54 +0200994Test mbedtls_mpi_mul_mpi: -1 * 0 (1 limb)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100995mpi_mul_mpi:"-01":"00":"0"
Gilles Peskinef4998b02021-06-10 15:51:54 +0200996
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +0200997Test mbedtls_mpi_mul_mpi #1
Tom Cosgrove1b2947a2022-09-02 10:24:55 +0100998mpi_mul_mpi:"02f77b94b179d4a51360f04fa56e2c0784ce3b8a742280b016904896a5605fbe9e0f0683f82c439d979ab14e11b34e05ae96232b18fb2e0d1319f4942732d7eadf92ae90cb8c68ec8ece154d334f553564b6f6db185b33b8d3635598c3d128acde8bbb7b13697e48d1a542e5f9168d2d83a8dd05ae1eaf2451":"01b0b14c432710cde936e3fc100515e95dca61e10b8a68d9632bfa0546a9731a1ce6bebc6cb5fe6f5fd7e57b25f737f6a0ce5402e216b8b81c06f0c5ccce447d7f5631d14bff9dfa16f7cc72c56c84b636d00a5f35199d17ee9bf3f8746f44374ffd4ae22cf84089f04a9f7f356d6dc9f8cf8ef208a9b88c89":"0503ae899d35ae5b7706b067aed7cb2952da37a5d4ad58f05f69abe14e8aaae88eab2baed858177cb4595c0edc92e5ac13c2bba2bfa23276dd023e9e52f547d4c9edb138d86aad329d7afb01e15eab7281e181cb249fc91bf09d621d86561301edda156f80e3bbff853a312852fe9e3d0541cb86801390aff1dc3c05bcb592c266f625b70e419b4c7e7e85399bb06c0e50b099b4292f9eaff4d869681faa1f745b5fcb3349ed93c572739a31dcf76b43370cf9f86cc54e982dfac9467bde915c697e60554e0d698be6bb2dd1f8bc64659f6baee7641b51f4b5ed7010c04600fcd382db84a93fe3d4d86e86a459c6cebb59"
Gilles Peskine997be0a2021-06-15 21:44:32 +0200999
1000Test mbedtls_mpi_mul_mpi #1, leading 0 limb in B
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001001mpi_mul_mpi:"02f77b94b179d4a51360f04fa56e2c0784ce3b8a742280b016904896a5605fbe9e0f0683f82c439d979ab14e11b34e05ae96232b18fb2e0d1319f4942732d7eadf92ae90cb8c68ec8ece154d334f553564b6f6db185b33b8d3635598c3d128acde8bbb7b13697e48d1a542e5f9168d2d83a8dd05ae1eaf2451":"000000000000000001b0b14c432710cde936e3fc100515e95dca61e10b8a68d9632bfa0546a9731a1ce6bebc6cb5fe6f5fd7e57b25f737f6a0ce5402e216b8b81c06f0c5ccce447d7f5631d14bff9dfa16f7cc72c56c84b636d00a5f35199d17ee9bf3f8746f44374ffd4ae22cf84089f04a9f7f356d6dc9f8cf8ef208a9b88c89":"0503ae899d35ae5b7706b067aed7cb2952da37a5d4ad58f05f69abe14e8aaae88eab2baed858177cb4595c0edc92e5ac13c2bba2bfa23276dd023e9e52f547d4c9edb138d86aad329d7afb01e15eab7281e181cb249fc91bf09d621d86561301edda156f80e3bbff853a312852fe9e3d0541cb86801390aff1dc3c05bcb592c266f625b70e419b4c7e7e85399bb06c0e50b099b4292f9eaff4d869681faa1f745b5fcb3349ed93c572739a31dcf76b43370cf9f86cc54e982dfac9467bde915c697e60554e0d698be6bb2dd1f8bc64659f6baee7641b51f4b5ed7010c04600fcd382db84a93fe3d4d86e86a459c6cebb59"
Gilles Peskine997be0a2021-06-15 21:44:32 +02001002
1003Test mbedtls_mpi_mul_mpi #1, leading 0 limb in B, A < 0
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001004mpi_mul_mpi:"-02f77b94b179d4a51360f04fa56e2c0784ce3b8a742280b016904896a5605fbe9e0f0683f82c439d979ab14e11b34e05ae96232b18fb2e0d1319f4942732d7eadf92ae90cb8c68ec8ece154d334f553564b6f6db185b33b8d3635598c3d128acde8bbb7b13697e48d1a542e5f9168d2d83a8dd05ae1eaf2451":"000000000000000001b0b14c432710cde936e3fc100515e95dca61e10b8a68d9632bfa0546a9731a1ce6bebc6cb5fe6f5fd7e57b25f737f6a0ce5402e216b8b81c06f0c5ccce447d7f5631d14bff9dfa16f7cc72c56c84b636d00a5f35199d17ee9bf3f8746f44374ffd4ae22cf84089f04a9f7f356d6dc9f8cf8ef208a9b88c89":"-0503ae899d35ae5b7706b067aed7cb2952da37a5d4ad58f05f69abe14e8aaae88eab2baed858177cb4595c0edc92e5ac13c2bba2bfa23276dd023e9e52f547d4c9edb138d86aad329d7afb01e15eab7281e181cb249fc91bf09d621d86561301edda156f80e3bbff853a312852fe9e3d0541cb86801390aff1dc3c05bcb592c266f625b70e419b4c7e7e85399bb06c0e50b099b4292f9eaff4d869681faa1f745b5fcb3349ed93c572739a31dcf76b43370cf9f86cc54e982dfac9467bde915c697e60554e0d698be6bb2dd1f8bc64659f6baee7641b51f4b5ed7010c04600fcd382db84a93fe3d4d86e86a459c6cebb59"
Gilles Peskine997be0a2021-06-15 21:44:32 +02001005
1006Test mbedtls_mpi_mul_mpi #1, leading 0 limb in B, B < 0
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001007mpi_mul_mpi:"02f77b94b179d4a51360f04fa56e2c0784ce3b8a742280b016904896a5605fbe9e0f0683f82c439d979ab14e11b34e05ae96232b18fb2e0d1319f4942732d7eadf92ae90cb8c68ec8ece154d334f553564b6f6db185b33b8d3635598c3d128acde8bbb7b13697e48d1a542e5f9168d2d83a8dd05ae1eaf2451":"-000000000000000001b0b14c432710cde936e3fc100515e95dca61e10b8a68d9632bfa0546a9731a1ce6bebc6cb5fe6f5fd7e57b25f737f6a0ce5402e216b8b81c06f0c5ccce447d7f5631d14bff9dfa16f7cc72c56c84b636d00a5f35199d17ee9bf3f8746f44374ffd4ae22cf84089f04a9f7f356d6dc9f8cf8ef208a9b88c89":"-0503ae899d35ae5b7706b067aed7cb2952da37a5d4ad58f05f69abe14e8aaae88eab2baed858177cb4595c0edc92e5ac13c2bba2bfa23276dd023e9e52f547d4c9edb138d86aad329d7afb01e15eab7281e181cb249fc91bf09d621d86561301edda156f80e3bbff853a312852fe9e3d0541cb86801390aff1dc3c05bcb592c266f625b70e419b4c7e7e85399bb06c0e50b099b4292f9eaff4d869681faa1f745b5fcb3349ed93c572739a31dcf76b43370cf9f86cc54e982dfac9467bde915c697e60554e0d698be6bb2dd1f8bc64659f6baee7641b51f4b5ed7010c04600fcd382db84a93fe3d4d86e86a459c6cebb59"
Gilles Peskine997be0a2021-06-15 21:44:32 +02001008
1009Test mbedtls_mpi_mul_mpi #1, leading 0 limb in B, A < 0, B < 0
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001010mpi_mul_mpi:"-02f77b94b179d4a51360f04fa56e2c0784ce3b8a742280b016904896a5605fbe9e0f0683f82c439d979ab14e11b34e05ae96232b18fb2e0d1319f4942732d7eadf92ae90cb8c68ec8ece154d334f553564b6f6db185b33b8d3635598c3d128acde8bbb7b13697e48d1a542e5f9168d2d83a8dd05ae1eaf2451":"-000000000000000001b0b14c432710cde936e3fc100515e95dca61e10b8a68d9632bfa0546a9731a1ce6bebc6cb5fe6f5fd7e57b25f737f6a0ce5402e216b8b81c06f0c5ccce447d7f5631d14bff9dfa16f7cc72c56c84b636d00a5f35199d17ee9bf3f8746f44374ffd4ae22cf84089f04a9f7f356d6dc9f8cf8ef208a9b88c89":"0503ae899d35ae5b7706b067aed7cb2952da37a5d4ad58f05f69abe14e8aaae88eab2baed858177cb4595c0edc92e5ac13c2bba2bfa23276dd023e9e52f547d4c9edb138d86aad329d7afb01e15eab7281e181cb249fc91bf09d621d86561301edda156f80e3bbff853a312852fe9e3d0541cb86801390aff1dc3c05bcb592c266f625b70e419b4c7e7e85399bb06c0e50b099b4292f9eaff4d869681faa1f745b5fcb3349ed93c572739a31dcf76b43370cf9f86cc54e982dfac9467bde915c697e60554e0d698be6bb2dd1f8bc64659f6baee7641b51f4b5ed7010c04600fcd382db84a93fe3d4d86e86a459c6cebb59"
Gilles Peskine997be0a2021-06-15 21:44:32 +02001011
1012Test mbedtls_mpi_mul_mpi #1, leading 0 limb in A
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001013mpi_mul_mpi:"000000000000000002f77b94b179d4a51360f04fa56e2c0784ce3b8a742280b016904896a5605fbe9e0f0683f82c439d979ab14e11b34e05ae96232b18fb2e0d1319f4942732d7eadf92ae90cb8c68ec8ece154d334f553564b6f6db185b33b8d3635598c3d128acde8bbb7b13697e48d1a542e5f9168d2d83a8dd05ae1eaf2451":"01b0b14c432710cde936e3fc100515e95dca61e10b8a68d9632bfa0546a9731a1ce6bebc6cb5fe6f5fd7e57b25f737f6a0ce5402e216b8b81c06f0c5ccce447d7f5631d14bff9dfa16f7cc72c56c84b636d00a5f35199d17ee9bf3f8746f44374ffd4ae22cf84089f04a9f7f356d6dc9f8cf8ef208a9b88c89":"0503ae899d35ae5b7706b067aed7cb2952da37a5d4ad58f05f69abe14e8aaae88eab2baed858177cb4595c0edc92e5ac13c2bba2bfa23276dd023e9e52f547d4c9edb138d86aad329d7afb01e15eab7281e181cb249fc91bf09d621d86561301edda156f80e3bbff853a312852fe9e3d0541cb86801390aff1dc3c05bcb592c266f625b70e419b4c7e7e85399bb06c0e50b099b4292f9eaff4d869681faa1f745b5fcb3349ed93c572739a31dcf76b43370cf9f86cc54e982dfac9467bde915c697e60554e0d698be6bb2dd1f8bc64659f6baee7641b51f4b5ed7010c04600fcd382db84a93fe3d4d86e86a459c6cebb59"
Gilles Peskine997be0a2021-06-15 21:44:32 +02001014
1015Test mbedtls_mpi_mul_mpi #1, leading 0 limb in A, A < 0
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001016mpi_mul_mpi:"-000000000000000002f77b94b179d4a51360f04fa56e2c0784ce3b8a742280b016904896a5605fbe9e0f0683f82c439d979ab14e11b34e05ae96232b18fb2e0d1319f4942732d7eadf92ae90cb8c68ec8ece154d334f553564b6f6db185b33b8d3635598c3d128acde8bbb7b13697e48d1a542e5f9168d2d83a8dd05ae1eaf2451":"01b0b14c432710cde936e3fc100515e95dca61e10b8a68d9632bfa0546a9731a1ce6bebc6cb5fe6f5fd7e57b25f737f6a0ce5402e216b8b81c06f0c5ccce447d7f5631d14bff9dfa16f7cc72c56c84b636d00a5f35199d17ee9bf3f8746f44374ffd4ae22cf84089f04a9f7f356d6dc9f8cf8ef208a9b88c89":"-0503ae899d35ae5b7706b067aed7cb2952da37a5d4ad58f05f69abe14e8aaae88eab2baed858177cb4595c0edc92e5ac13c2bba2bfa23276dd023e9e52f547d4c9edb138d86aad329d7afb01e15eab7281e181cb249fc91bf09d621d86561301edda156f80e3bbff853a312852fe9e3d0541cb86801390aff1dc3c05bcb592c266f625b70e419b4c7e7e85399bb06c0e50b099b4292f9eaff4d869681faa1f745b5fcb3349ed93c572739a31dcf76b43370cf9f86cc54e982dfac9467bde915c697e60554e0d698be6bb2dd1f8bc64659f6baee7641b51f4b5ed7010c04600fcd382db84a93fe3d4d86e86a459c6cebb59"
Gilles Peskine997be0a2021-06-15 21:44:32 +02001017
1018Test mbedtls_mpi_mul_mpi #1, leading 0 limb in A, B < 0
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001019mpi_mul_mpi:"000000000000000002f77b94b179d4a51360f04fa56e2c0784ce3b8a742280b016904896a5605fbe9e0f0683f82c439d979ab14e11b34e05ae96232b18fb2e0d1319f4942732d7eadf92ae90cb8c68ec8ece154d334f553564b6f6db185b33b8d3635598c3d128acde8bbb7b13697e48d1a542e5f9168d2d83a8dd05ae1eaf2451":"-01b0b14c432710cde936e3fc100515e95dca61e10b8a68d9632bfa0546a9731a1ce6bebc6cb5fe6f5fd7e57b25f737f6a0ce5402e216b8b81c06f0c5ccce447d7f5631d14bff9dfa16f7cc72c56c84b636d00a5f35199d17ee9bf3f8746f44374ffd4ae22cf84089f04a9f7f356d6dc9f8cf8ef208a9b88c89":"-0503ae899d35ae5b7706b067aed7cb2952da37a5d4ad58f05f69abe14e8aaae88eab2baed858177cb4595c0edc92e5ac13c2bba2bfa23276dd023e9e52f547d4c9edb138d86aad329d7afb01e15eab7281e181cb249fc91bf09d621d86561301edda156f80e3bbff853a312852fe9e3d0541cb86801390aff1dc3c05bcb592c266f625b70e419b4c7e7e85399bb06c0e50b099b4292f9eaff4d869681faa1f745b5fcb3349ed93c572739a31dcf76b43370cf9f86cc54e982dfac9467bde915c697e60554e0d698be6bb2dd1f8bc64659f6baee7641b51f4b5ed7010c04600fcd382db84a93fe3d4d86e86a459c6cebb59"
Gilles Peskine997be0a2021-06-15 21:44:32 +02001020
1021Test mbedtls_mpi_mul_mpi #1, leading 0 limb in A, A < 0, B < 0
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001022mpi_mul_mpi:"-000000000000000002f77b94b179d4a51360f04fa56e2c0784ce3b8a742280b016904896a5605fbe9e0f0683f82c439d979ab14e11b34e05ae96232b18fb2e0d1319f4942732d7eadf92ae90cb8c68ec8ece154d334f553564b6f6db185b33b8d3635598c3d128acde8bbb7b13697e48d1a542e5f9168d2d83a8dd05ae1eaf2451":"-01b0b14c432710cde936e3fc100515e95dca61e10b8a68d9632bfa0546a9731a1ce6bebc6cb5fe6f5fd7e57b25f737f6a0ce5402e216b8b81c06f0c5ccce447d7f5631d14bff9dfa16f7cc72c56c84b636d00a5f35199d17ee9bf3f8746f44374ffd4ae22cf84089f04a9f7f356d6dc9f8cf8ef208a9b88c89":"0503ae899d35ae5b7706b067aed7cb2952da37a5d4ad58f05f69abe14e8aaae88eab2baed858177cb4595c0edc92e5ac13c2bba2bfa23276dd023e9e52f547d4c9edb138d86aad329d7afb01e15eab7281e181cb249fc91bf09d621d86561301edda156f80e3bbff853a312852fe9e3d0541cb86801390aff1dc3c05bcb592c266f625b70e419b4c7e7e85399bb06c0e50b099b4292f9eaff4d869681faa1f745b5fcb3349ed93c572739a31dcf76b43370cf9f86cc54e982dfac9467bde915c697e60554e0d698be6bb2dd1f8bc64659f6baee7641b51f4b5ed7010c04600fcd382db84a93fe3d4d86e86a459c6cebb59"
Gilles Peskine997be0a2021-06-15 21:44:32 +02001023
1024Test mbedtls_mpi_mul_mpi #1, leading 0 limb in A and B
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001025mpi_mul_mpi:"000000000000000002f77b94b179d4a51360f04fa56e2c0784ce3b8a742280b016904896a5605fbe9e0f0683f82c439d979ab14e11b34e05ae96232b18fb2e0d1319f4942732d7eadf92ae90cb8c68ec8ece154d334f553564b6f6db185b33b8d3635598c3d128acde8bbb7b13697e48d1a542e5f9168d2d83a8dd05ae1eaf2451":"000000000000000001b0b14c432710cde936e3fc100515e95dca61e10b8a68d9632bfa0546a9731a1ce6bebc6cb5fe6f5fd7e57b25f737f6a0ce5402e216b8b81c06f0c5ccce447d7f5631d14bff9dfa16f7cc72c56c84b636d00a5f35199d17ee9bf3f8746f44374ffd4ae22cf84089f04a9f7f356d6dc9f8cf8ef208a9b88c89":"0503ae899d35ae5b7706b067aed7cb2952da37a5d4ad58f05f69abe14e8aaae88eab2baed858177cb4595c0edc92e5ac13c2bba2bfa23276dd023e9e52f547d4c9edb138d86aad329d7afb01e15eab7281e181cb249fc91bf09d621d86561301edda156f80e3bbff853a312852fe9e3d0541cb86801390aff1dc3c05bcb592c266f625b70e419b4c7e7e85399bb06c0e50b099b4292f9eaff4d869681faa1f745b5fcb3349ed93c572739a31dcf76b43370cf9f86cc54e982dfac9467bde915c697e60554e0d698be6bb2dd1f8bc64659f6baee7641b51f4b5ed7010c04600fcd382db84a93fe3d4d86e86a459c6cebb59"
Gilles Peskine997be0a2021-06-15 21:44:32 +02001026
1027Test mbedtls_mpi_mul_mpi #1, leading 0 limb in A and B, A < 0
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001028mpi_mul_mpi:"-000000000000000002f77b94b179d4a51360f04fa56e2c0784ce3b8a742280b016904896a5605fbe9e0f0683f82c439d979ab14e11b34e05ae96232b18fb2e0d1319f4942732d7eadf92ae90cb8c68ec8ece154d334f553564b6f6db185b33b8d3635598c3d128acde8bbb7b13697e48d1a542e5f9168d2d83a8dd05ae1eaf2451":"000000000000000001b0b14c432710cde936e3fc100515e95dca61e10b8a68d9632bfa0546a9731a1ce6bebc6cb5fe6f5fd7e57b25f737f6a0ce5402e216b8b81c06f0c5ccce447d7f5631d14bff9dfa16f7cc72c56c84b636d00a5f35199d17ee9bf3f8746f44374ffd4ae22cf84089f04a9f7f356d6dc9f8cf8ef208a9b88c89":"-0503ae899d35ae5b7706b067aed7cb2952da37a5d4ad58f05f69abe14e8aaae88eab2baed858177cb4595c0edc92e5ac13c2bba2bfa23276dd023e9e52f547d4c9edb138d86aad329d7afb01e15eab7281e181cb249fc91bf09d621d86561301edda156f80e3bbff853a312852fe9e3d0541cb86801390aff1dc3c05bcb592c266f625b70e419b4c7e7e85399bb06c0e50b099b4292f9eaff4d869681faa1f745b5fcb3349ed93c572739a31dcf76b43370cf9f86cc54e982dfac9467bde915c697e60554e0d698be6bb2dd1f8bc64659f6baee7641b51f4b5ed7010c04600fcd382db84a93fe3d4d86e86a459c6cebb59"
Gilles Peskine997be0a2021-06-15 21:44:32 +02001029
1030Test mbedtls_mpi_mul_mpi #1, leading 0 limb in A and B, B < 0
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001031mpi_mul_mpi:"000000000000000002f77b94b179d4a51360f04fa56e2c0784ce3b8a742280b016904896a5605fbe9e0f0683f82c439d979ab14e11b34e05ae96232b18fb2e0d1319f4942732d7eadf92ae90cb8c68ec8ece154d334f553564b6f6db185b33b8d3635598c3d128acde8bbb7b13697e48d1a542e5f9168d2d83a8dd05ae1eaf2451":"-000000000000000001b0b14c432710cde936e3fc100515e95dca61e10b8a68d9632bfa0546a9731a1ce6bebc6cb5fe6f5fd7e57b25f737f6a0ce5402e216b8b81c06f0c5ccce447d7f5631d14bff9dfa16f7cc72c56c84b636d00a5f35199d17ee9bf3f8746f44374ffd4ae22cf84089f04a9f7f356d6dc9f8cf8ef208a9b88c89":"-0503ae899d35ae5b7706b067aed7cb2952da37a5d4ad58f05f69abe14e8aaae88eab2baed858177cb4595c0edc92e5ac13c2bba2bfa23276dd023e9e52f547d4c9edb138d86aad329d7afb01e15eab7281e181cb249fc91bf09d621d86561301edda156f80e3bbff853a312852fe9e3d0541cb86801390aff1dc3c05bcb592c266f625b70e419b4c7e7e85399bb06c0e50b099b4292f9eaff4d869681faa1f745b5fcb3349ed93c572739a31dcf76b43370cf9f86cc54e982dfac9467bde915c697e60554e0d698be6bb2dd1f8bc64659f6baee7641b51f4b5ed7010c04600fcd382db84a93fe3d4d86e86a459c6cebb59"
Gilles Peskine997be0a2021-06-15 21:44:32 +02001032
1033Test mbedtls_mpi_mul_mpi #1, leading 0 limb in A and B, A < 0, B < 0
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001034mpi_mul_mpi:"-000000000000000002f77b94b179d4a51360f04fa56e2c0784ce3b8a742280b016904896a5605fbe9e0f0683f82c439d979ab14e11b34e05ae96232b18fb2e0d1319f4942732d7eadf92ae90cb8c68ec8ece154d334f553564b6f6db185b33b8d3635598c3d128acde8bbb7b13697e48d1a542e5f9168d2d83a8dd05ae1eaf2451":"-000000000000000001b0b14c432710cde936e3fc100515e95dca61e10b8a68d9632bfa0546a9731a1ce6bebc6cb5fe6f5fd7e57b25f737f6a0ce5402e216b8b81c06f0c5ccce447d7f5631d14bff9dfa16f7cc72c56c84b636d00a5f35199d17ee9bf3f8746f44374ffd4ae22cf84089f04a9f7f356d6dc9f8cf8ef208a9b88c89":"0503ae899d35ae5b7706b067aed7cb2952da37a5d4ad58f05f69abe14e8aaae88eab2baed858177cb4595c0edc92e5ac13c2bba2bfa23276dd023e9e52f547d4c9edb138d86aad329d7afb01e15eab7281e181cb249fc91bf09d621d86561301edda156f80e3bbff853a312852fe9e3d0541cb86801390aff1dc3c05bcb592c266f625b70e419b4c7e7e85399bb06c0e50b099b4292f9eaff4d869681faa1f745b5fcb3349ed93c572739a31dcf76b43370cf9f86cc54e982dfac9467bde915c697e60554e0d698be6bb2dd1f8bc64659f6baee7641b51f4b5ed7010c04600fcd382db84a93fe3d4d86e86a459c6cebb59"
Gilles Peskine997be0a2021-06-15 21:44:32 +02001035
1036Test mbedtls_mpi_mul_mpi #2, trailing 0 limb in A
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001037mpi_mul_mpi:"02f77b94b179d4a51360f04fa56e2c0784ce3b8a742280b016904896a5605fbe9e0f0683f82c439d979ab14e11b34e05ae96232b18fb2e0d1319f4942732d7eadf92ae90cb8c68ec8ece154d334f553564b6f6db185b33b8d3635598c3d128acde8bbb7b13697e48d1a542e5f9168d2d83a8dd05ae1eaf24510000000000000000":"01b0b14c432710cde936e3fc100515e95dca61e10b8a68d9632bfa0546a9731a1ce6bebc6cb5fe6f5fd7e57b25f737f6a0ce5402e216b8b81c06f0c5ccce447d7f5631d14bff9dfa16f7cc72c56c84b636d00a5f35199d17ee9bf3f8746f44374ffd4ae22cf84089f04a9f7f356d6dc9f8cf8ef208a9b88c89":"0503ae899d35ae5b7706b067aed7cb2952da37a5d4ad58f05f69abe14e8aaae88eab2baed858177cb4595c0edc92e5ac13c2bba2bfa23276dd023e9e52f547d4c9edb138d86aad329d7afb01e15eab7281e181cb249fc91bf09d621d86561301edda156f80e3bbff853a312852fe9e3d0541cb86801390aff1dc3c05bcb592c266f625b70e419b4c7e7e85399bb06c0e50b099b4292f9eaff4d869681faa1f745b5fcb3349ed93c572739a31dcf76b43370cf9f86cc54e982dfac9467bde915c697e60554e0d698be6bb2dd1f8bc64659f6baee7641b51f4b5ed7010c04600fcd382db84a93fe3d4d86e86a459c6cebb590000000000000000"
Gilles Peskine997be0a2021-06-15 21:44:32 +02001038
1039Test mbedtls_mpi_mul_mpi #2, trailing 0 limb in A, A < 0
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001040mpi_mul_mpi:"-02f77b94b179d4a51360f04fa56e2c0784ce3b8a742280b016904896a5605fbe9e0f0683f82c439d979ab14e11b34e05ae96232b18fb2e0d1319f4942732d7eadf92ae90cb8c68ec8ece154d334f553564b6f6db185b33b8d3635598c3d128acde8bbb7b13697e48d1a542e5f9168d2d83a8dd05ae1eaf24510000000000000000":"01b0b14c432710cde936e3fc100515e95dca61e10b8a68d9632bfa0546a9731a1ce6bebc6cb5fe6f5fd7e57b25f737f6a0ce5402e216b8b81c06f0c5ccce447d7f5631d14bff9dfa16f7cc72c56c84b636d00a5f35199d17ee9bf3f8746f44374ffd4ae22cf84089f04a9f7f356d6dc9f8cf8ef208a9b88c89":"-0503ae899d35ae5b7706b067aed7cb2952da37a5d4ad58f05f69abe14e8aaae88eab2baed858177cb4595c0edc92e5ac13c2bba2bfa23276dd023e9e52f547d4c9edb138d86aad329d7afb01e15eab7281e181cb249fc91bf09d621d86561301edda156f80e3bbff853a312852fe9e3d0541cb86801390aff1dc3c05bcb592c266f625b70e419b4c7e7e85399bb06c0e50b099b4292f9eaff4d869681faa1f745b5fcb3349ed93c572739a31dcf76b43370cf9f86cc54e982dfac9467bde915c697e60554e0d698be6bb2dd1f8bc64659f6baee7641b51f4b5ed7010c04600fcd382db84a93fe3d4d86e86a459c6cebb590000000000000000"
Gilles Peskine997be0a2021-06-15 21:44:32 +02001041
1042Test mbedtls_mpi_mul_mpi #2, trailing 0 limb in A, B < 0
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001043mpi_mul_mpi:"02f77b94b179d4a51360f04fa56e2c0784ce3b8a742280b016904896a5605fbe9e0f0683f82c439d979ab14e11b34e05ae96232b18fb2e0d1319f4942732d7eadf92ae90cb8c68ec8ece154d334f553564b6f6db185b33b8d3635598c3d128acde8bbb7b13697e48d1a542e5f9168d2d83a8dd05ae1eaf24510000000000000000":"-01b0b14c432710cde936e3fc100515e95dca61e10b8a68d9632bfa0546a9731a1ce6bebc6cb5fe6f5fd7e57b25f737f6a0ce5402e216b8b81c06f0c5ccce447d7f5631d14bff9dfa16f7cc72c56c84b636d00a5f35199d17ee9bf3f8746f44374ffd4ae22cf84089f04a9f7f356d6dc9f8cf8ef208a9b88c89":"-0503ae899d35ae5b7706b067aed7cb2952da37a5d4ad58f05f69abe14e8aaae88eab2baed858177cb4595c0edc92e5ac13c2bba2bfa23276dd023e9e52f547d4c9edb138d86aad329d7afb01e15eab7281e181cb249fc91bf09d621d86561301edda156f80e3bbff853a312852fe9e3d0541cb86801390aff1dc3c05bcb592c266f625b70e419b4c7e7e85399bb06c0e50b099b4292f9eaff4d869681faa1f745b5fcb3349ed93c572739a31dcf76b43370cf9f86cc54e982dfac9467bde915c697e60554e0d698be6bb2dd1f8bc64659f6baee7641b51f4b5ed7010c04600fcd382db84a93fe3d4d86e86a459c6cebb590000000000000000"
Gilles Peskine997be0a2021-06-15 21:44:32 +02001044
1045Test mbedtls_mpi_mul_mpi #2, trailing 0 limb in A, A < 0, B < 0
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001046mpi_mul_mpi:"-02f77b94b179d4a51360f04fa56e2c0784ce3b8a742280b016904896a5605fbe9e0f0683f82c439d979ab14e11b34e05ae96232b18fb2e0d1319f4942732d7eadf92ae90cb8c68ec8ece154d334f553564b6f6db185b33b8d3635598c3d128acde8bbb7b13697e48d1a542e5f9168d2d83a8dd05ae1eaf24510000000000000000":"-01b0b14c432710cde936e3fc100515e95dca61e10b8a68d9632bfa0546a9731a1ce6bebc6cb5fe6f5fd7e57b25f737f6a0ce5402e216b8b81c06f0c5ccce447d7f5631d14bff9dfa16f7cc72c56c84b636d00a5f35199d17ee9bf3f8746f44374ffd4ae22cf84089f04a9f7f356d6dc9f8cf8ef208a9b88c89":"0503ae899d35ae5b7706b067aed7cb2952da37a5d4ad58f05f69abe14e8aaae88eab2baed858177cb4595c0edc92e5ac13c2bba2bfa23276dd023e9e52f547d4c9edb138d86aad329d7afb01e15eab7281e181cb249fc91bf09d621d86561301edda156f80e3bbff853a312852fe9e3d0541cb86801390aff1dc3c05bcb592c266f625b70e419b4c7e7e85399bb06c0e50b099b4292f9eaff4d869681faa1f745b5fcb3349ed93c572739a31dcf76b43370cf9f86cc54e982dfac9467bde915c697e60554e0d698be6bb2dd1f8bc64659f6baee7641b51f4b5ed7010c04600fcd382db84a93fe3d4d86e86a459c6cebb590000000000000000"
Gilles Peskine997be0a2021-06-15 21:44:32 +02001047
1048Test mbedtls_mpi_mul_mpi #2, trailing 0 limb in B
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001049mpi_mul_mpi:"02f77b94b179d4a51360f04fa56e2c0784ce3b8a742280b016904896a5605fbe9e0f0683f82c439d979ab14e11b34e05ae96232b18fb2e0d1319f4942732d7eadf92ae90cb8c68ec8ece154d334f553564b6f6db185b33b8d3635598c3d128acde8bbb7b13697e48d1a542e5f9168d2d83a8dd05ae1eaf2451":"01b0b14c432710cde936e3fc100515e95dca61e10b8a68d9632bfa0546a9731a1ce6bebc6cb5fe6f5fd7e57b25f737f6a0ce5402e216b8b81c06f0c5ccce447d7f5631d14bff9dfa16f7cc72c56c84b636d00a5f35199d17ee9bf3f8746f44374ffd4ae22cf84089f04a9f7f356d6dc9f8cf8ef208a9b88c890000000000000000":"0503ae899d35ae5b7706b067aed7cb2952da37a5d4ad58f05f69abe14e8aaae88eab2baed858177cb4595c0edc92e5ac13c2bba2bfa23276dd023e9e52f547d4c9edb138d86aad329d7afb01e15eab7281e181cb249fc91bf09d621d86561301edda156f80e3bbff853a312852fe9e3d0541cb86801390aff1dc3c05bcb592c266f625b70e419b4c7e7e85399bb06c0e50b099b4292f9eaff4d869681faa1f745b5fcb3349ed93c572739a31dcf76b43370cf9f86cc54e982dfac9467bde915c697e60554e0d698be6bb2dd1f8bc64659f6baee7641b51f4b5ed7010c04600fcd382db84a93fe3d4d86e86a459c6cebb590000000000000000"
Gilles Peskine997be0a2021-06-15 21:44:32 +02001050
1051Test mbedtls_mpi_mul_mpi #2, trailing 0 limb in B, A < 0
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001052mpi_mul_mpi:"-02f77b94b179d4a51360f04fa56e2c0784ce3b8a742280b016904896a5605fbe9e0f0683f82c439d979ab14e11b34e05ae96232b18fb2e0d1319f4942732d7eadf92ae90cb8c68ec8ece154d334f553564b6f6db185b33b8d3635598c3d128acde8bbb7b13697e48d1a542e5f9168d2d83a8dd05ae1eaf2451":"01b0b14c432710cde936e3fc100515e95dca61e10b8a68d9632bfa0546a9731a1ce6bebc6cb5fe6f5fd7e57b25f737f6a0ce5402e216b8b81c06f0c5ccce447d7f5631d14bff9dfa16f7cc72c56c84b636d00a5f35199d17ee9bf3f8746f44374ffd4ae22cf84089f04a9f7f356d6dc9f8cf8ef208a9b88c890000000000000000":"-0503ae899d35ae5b7706b067aed7cb2952da37a5d4ad58f05f69abe14e8aaae88eab2baed858177cb4595c0edc92e5ac13c2bba2bfa23276dd023e9e52f547d4c9edb138d86aad329d7afb01e15eab7281e181cb249fc91bf09d621d86561301edda156f80e3bbff853a312852fe9e3d0541cb86801390aff1dc3c05bcb592c266f625b70e419b4c7e7e85399bb06c0e50b099b4292f9eaff4d869681faa1f745b5fcb3349ed93c572739a31dcf76b43370cf9f86cc54e982dfac9467bde915c697e60554e0d698be6bb2dd1f8bc64659f6baee7641b51f4b5ed7010c04600fcd382db84a93fe3d4d86e86a459c6cebb590000000000000000"
Gilles Peskine997be0a2021-06-15 21:44:32 +02001053
1054Test mbedtls_mpi_mul_mpi #2, trailing 0 limb in B, B < 0
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001055mpi_mul_mpi:"02f77b94b179d4a51360f04fa56e2c0784ce3b8a742280b016904896a5605fbe9e0f0683f82c439d979ab14e11b34e05ae96232b18fb2e0d1319f4942732d7eadf92ae90cb8c68ec8ece154d334f553564b6f6db185b33b8d3635598c3d128acde8bbb7b13697e48d1a542e5f9168d2d83a8dd05ae1eaf2451":"-01b0b14c432710cde936e3fc100515e95dca61e10b8a68d9632bfa0546a9731a1ce6bebc6cb5fe6f5fd7e57b25f737f6a0ce5402e216b8b81c06f0c5ccce447d7f5631d14bff9dfa16f7cc72c56c84b636d00a5f35199d17ee9bf3f8746f44374ffd4ae22cf84089f04a9f7f356d6dc9f8cf8ef208a9b88c890000000000000000":"-0503ae899d35ae5b7706b067aed7cb2952da37a5d4ad58f05f69abe14e8aaae88eab2baed858177cb4595c0edc92e5ac13c2bba2bfa23276dd023e9e52f547d4c9edb138d86aad329d7afb01e15eab7281e181cb249fc91bf09d621d86561301edda156f80e3bbff853a312852fe9e3d0541cb86801390aff1dc3c05bcb592c266f625b70e419b4c7e7e85399bb06c0e50b099b4292f9eaff4d869681faa1f745b5fcb3349ed93c572739a31dcf76b43370cf9f86cc54e982dfac9467bde915c697e60554e0d698be6bb2dd1f8bc64659f6baee7641b51f4b5ed7010c04600fcd382db84a93fe3d4d86e86a459c6cebb590000000000000000"
Gilles Peskine997be0a2021-06-15 21:44:32 +02001056
1057Test mbedtls_mpi_mul_mpi #2, trailing 0 limb in B, A < 0, B < 0
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001058mpi_mul_mpi:"-02f77b94b179d4a51360f04fa56e2c0784ce3b8a742280b016904896a5605fbe9e0f0683f82c439d979ab14e11b34e05ae96232b18fb2e0d1319f4942732d7eadf92ae90cb8c68ec8ece154d334f553564b6f6db185b33b8d3635598c3d128acde8bbb7b13697e48d1a542e5f9168d2d83a8dd05ae1eaf2451":"-01b0b14c432710cde936e3fc100515e95dca61e10b8a68d9632bfa0546a9731a1ce6bebc6cb5fe6f5fd7e57b25f737f6a0ce5402e216b8b81c06f0c5ccce447d7f5631d14bff9dfa16f7cc72c56c84b636d00a5f35199d17ee9bf3f8746f44374ffd4ae22cf84089f04a9f7f356d6dc9f8cf8ef208a9b88c890000000000000000":"0503ae899d35ae5b7706b067aed7cb2952da37a5d4ad58f05f69abe14e8aaae88eab2baed858177cb4595c0edc92e5ac13c2bba2bfa23276dd023e9e52f547d4c9edb138d86aad329d7afb01e15eab7281e181cb249fc91bf09d621d86561301edda156f80e3bbff853a312852fe9e3d0541cb86801390aff1dc3c05bcb592c266f625b70e419b4c7e7e85399bb06c0e50b099b4292f9eaff4d869681faa1f745b5fcb3349ed93c572739a31dcf76b43370cf9f86cc54e982dfac9467bde915c697e60554e0d698be6bb2dd1f8bc64659f6baee7641b51f4b5ed7010c04600fcd382db84a93fe3d4d86e86a459c6cebb590000000000000000"
Gilles Peskine997be0a2021-06-15 21:44:32 +02001059
1060Test mbedtls_mpi_mul_mpi #2, trailing 0 limb in A and B
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001061mpi_mul_mpi:"02f77b94b179d4a51360f04fa56e2c0784ce3b8a742280b016904896a5605fbe9e0f0683f82c439d979ab14e11b34e05ae96232b18fb2e0d1319f4942732d7eadf92ae90cb8c68ec8ece154d334f553564b6f6db185b33b8d3635598c3d128acde8bbb7b13697e48d1a542e5f9168d2d83a8dd05ae1eaf24510000000000000000":"01b0b14c432710cde936e3fc100515e95dca61e10b8a68d9632bfa0546a9731a1ce6bebc6cb5fe6f5fd7e57b25f737f6a0ce5402e216b8b81c06f0c5ccce447d7f5631d14bff9dfa16f7cc72c56c84b636d00a5f35199d17ee9bf3f8746f44374ffd4ae22cf84089f04a9f7f356d6dc9f8cf8ef208a9b88c890000000000000000":"0503ae899d35ae5b7706b067aed7cb2952da37a5d4ad58f05f69abe14e8aaae88eab2baed858177cb4595c0edc92e5ac13c2bba2bfa23276dd023e9e52f547d4c9edb138d86aad329d7afb01e15eab7281e181cb249fc91bf09d621d86561301edda156f80e3bbff853a312852fe9e3d0541cb86801390aff1dc3c05bcb592c266f625b70e419b4c7e7e85399bb06c0e50b099b4292f9eaff4d869681faa1f745b5fcb3349ed93c572739a31dcf76b43370cf9f86cc54e982dfac9467bde915c697e60554e0d698be6bb2dd1f8bc64659f6baee7641b51f4b5ed7010c04600fcd382db84a93fe3d4d86e86a459c6cebb5900000000000000000000000000000000"
Gilles Peskine997be0a2021-06-15 21:44:32 +02001062
1063Test mbedtls_mpi_mul_mpi #2, trailing 0 limb in A and B, A < 0
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001064mpi_mul_mpi:"-02f77b94b179d4a51360f04fa56e2c0784ce3b8a742280b016904896a5605fbe9e0f0683f82c439d979ab14e11b34e05ae96232b18fb2e0d1319f4942732d7eadf92ae90cb8c68ec8ece154d334f553564b6f6db185b33b8d3635598c3d128acde8bbb7b13697e48d1a542e5f9168d2d83a8dd05ae1eaf24510000000000000000":"01b0b14c432710cde936e3fc100515e95dca61e10b8a68d9632bfa0546a9731a1ce6bebc6cb5fe6f5fd7e57b25f737f6a0ce5402e216b8b81c06f0c5ccce447d7f5631d14bff9dfa16f7cc72c56c84b636d00a5f35199d17ee9bf3f8746f44374ffd4ae22cf84089f04a9f7f356d6dc9f8cf8ef208a9b88c890000000000000000":"-0503ae899d35ae5b7706b067aed7cb2952da37a5d4ad58f05f69abe14e8aaae88eab2baed858177cb4595c0edc92e5ac13c2bba2bfa23276dd023e9e52f547d4c9edb138d86aad329d7afb01e15eab7281e181cb249fc91bf09d621d86561301edda156f80e3bbff853a312852fe9e3d0541cb86801390aff1dc3c05bcb592c266f625b70e419b4c7e7e85399bb06c0e50b099b4292f9eaff4d869681faa1f745b5fcb3349ed93c572739a31dcf76b43370cf9f86cc54e982dfac9467bde915c697e60554e0d698be6bb2dd1f8bc64659f6baee7641b51f4b5ed7010c04600fcd382db84a93fe3d4d86e86a459c6cebb5900000000000000000000000000000000"
Gilles Peskine997be0a2021-06-15 21:44:32 +02001065
1066Test mbedtls_mpi_mul_mpi #2, trailing 0 limb in A and B, B < 0
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001067mpi_mul_mpi:"02f77b94b179d4a51360f04fa56e2c0784ce3b8a742280b016904896a5605fbe9e0f0683f82c439d979ab14e11b34e05ae96232b18fb2e0d1319f4942732d7eadf92ae90cb8c68ec8ece154d334f553564b6f6db185b33b8d3635598c3d128acde8bbb7b13697e48d1a542e5f9168d2d83a8dd05ae1eaf24510000000000000000":"-01b0b14c432710cde936e3fc100515e95dca61e10b8a68d9632bfa0546a9731a1ce6bebc6cb5fe6f5fd7e57b25f737f6a0ce5402e216b8b81c06f0c5ccce447d7f5631d14bff9dfa16f7cc72c56c84b636d00a5f35199d17ee9bf3f8746f44374ffd4ae22cf84089f04a9f7f356d6dc9f8cf8ef208a9b88c890000000000000000":"-0503ae899d35ae5b7706b067aed7cb2952da37a5d4ad58f05f69abe14e8aaae88eab2baed858177cb4595c0edc92e5ac13c2bba2bfa23276dd023e9e52f547d4c9edb138d86aad329d7afb01e15eab7281e181cb249fc91bf09d621d86561301edda156f80e3bbff853a312852fe9e3d0541cb86801390aff1dc3c05bcb592c266f625b70e419b4c7e7e85399bb06c0e50b099b4292f9eaff4d869681faa1f745b5fcb3349ed93c572739a31dcf76b43370cf9f86cc54e982dfac9467bde915c697e60554e0d698be6bb2dd1f8bc64659f6baee7641b51f4b5ed7010c04600fcd382db84a93fe3d4d86e86a459c6cebb5900000000000000000000000000000000"
Gilles Peskine997be0a2021-06-15 21:44:32 +02001068
1069Test mbedtls_mpi_mul_mpi #2, trailing 0 limb in A and B, A < 0, B < 0
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001070mpi_mul_mpi:"-02f77b94b179d4a51360f04fa56e2c0784ce3b8a742280b016904896a5605fbe9e0f0683f82c439d979ab14e11b34e05ae96232b18fb2e0d1319f4942732d7eadf92ae90cb8c68ec8ece154d334f553564b6f6db185b33b8d3635598c3d128acde8bbb7b13697e48d1a542e5f9168d2d83a8dd05ae1eaf24510000000000000000":"-01b0b14c432710cde936e3fc100515e95dca61e10b8a68d9632bfa0546a9731a1ce6bebc6cb5fe6f5fd7e57b25f737f6a0ce5402e216b8b81c06f0c5ccce447d7f5631d14bff9dfa16f7cc72c56c84b636d00a5f35199d17ee9bf3f8746f44374ffd4ae22cf84089f04a9f7f356d6dc9f8cf8ef208a9b88c890000000000000000":"0503ae899d35ae5b7706b067aed7cb2952da37a5d4ad58f05f69abe14e8aaae88eab2baed858177cb4595c0edc92e5ac13c2bba2bfa23276dd023e9e52f547d4c9edb138d86aad329d7afb01e15eab7281e181cb249fc91bf09d621d86561301edda156f80e3bbff853a312852fe9e3d0541cb86801390aff1dc3c05bcb592c266f625b70e419b4c7e7e85399bb06c0e50b099b4292f9eaff4d869681faa1f745b5fcb3349ed93c572739a31dcf76b43370cf9f86cc54e982dfac9467bde915c697e60554e0d698be6bb2dd1f8bc64659f6baee7641b51f4b5ed7010c04600fcd382db84a93fe3d4d86e86a459c6cebb5900000000000000000000000000000000"
Gilles Peskine997be0a2021-06-15 21:44:32 +02001071
1072Test mbedtls_mpi_mul_mpi #3, trailing 0 limbs in A
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001073mpi_mul_mpi:"02f77b94b179d4a51360f04fa56e2c0784ce3b8a742280b016904896a5605fbe9e0f0683f82c439d979ab14e11b34e05ae96232b18fb2e0d1319f4942732d7eadf92ae90cb8c68ec8ece154d334f553564b6f6db185b33b8d3635598c3d128acde8bbb7b13697e48d1a542e5f9168d2d83a8dd05ae1eaf245100000000000000000000000000000000":"01b0b14c432710cde936e3fc100515e95dca61e10b8a68d9632bfa0546a9731a1ce6bebc6cb5fe6f5fd7e57b25f737f6a0ce5402e216b8b81c06f0c5ccce447d7f5631d14bff9dfa16f7cc72c56c84b636d00a5f35199d17ee9bf3f8746f44374ffd4ae22cf84089f04a9f7f356d6dc9f8cf8ef208a9b88c89":"0503ae899d35ae5b7706b067aed7cb2952da37a5d4ad58f05f69abe14e8aaae88eab2baed858177cb4595c0edc92e5ac13c2bba2bfa23276dd023e9e52f547d4c9edb138d86aad329d7afb01e15eab7281e181cb249fc91bf09d621d86561301edda156f80e3bbff853a312852fe9e3d0541cb86801390aff1dc3c05bcb592c266f625b70e419b4c7e7e85399bb06c0e50b099b4292f9eaff4d869681faa1f745b5fcb3349ed93c572739a31dcf76b43370cf9f86cc54e982dfac9467bde915c697e60554e0d698be6bb2dd1f8bc64659f6baee7641b51f4b5ed7010c04600fcd382db84a93fe3d4d86e86a459c6cebb5900000000000000000000000000000000"
Gilles Peskine997be0a2021-06-15 21:44:32 +02001074
1075Test mbedtls_mpi_mul_mpi #3, trailing 0 limbs in A, A < 0
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001076mpi_mul_mpi:"-02f77b94b179d4a51360f04fa56e2c0784ce3b8a742280b016904896a5605fbe9e0f0683f82c439d979ab14e11b34e05ae96232b18fb2e0d1319f4942732d7eadf92ae90cb8c68ec8ece154d334f553564b6f6db185b33b8d3635598c3d128acde8bbb7b13697e48d1a542e5f9168d2d83a8dd05ae1eaf245100000000000000000000000000000000":"01b0b14c432710cde936e3fc100515e95dca61e10b8a68d9632bfa0546a9731a1ce6bebc6cb5fe6f5fd7e57b25f737f6a0ce5402e216b8b81c06f0c5ccce447d7f5631d14bff9dfa16f7cc72c56c84b636d00a5f35199d17ee9bf3f8746f44374ffd4ae22cf84089f04a9f7f356d6dc9f8cf8ef208a9b88c89":"-0503ae899d35ae5b7706b067aed7cb2952da37a5d4ad58f05f69abe14e8aaae88eab2baed858177cb4595c0edc92e5ac13c2bba2bfa23276dd023e9e52f547d4c9edb138d86aad329d7afb01e15eab7281e181cb249fc91bf09d621d86561301edda156f80e3bbff853a312852fe9e3d0541cb86801390aff1dc3c05bcb592c266f625b70e419b4c7e7e85399bb06c0e50b099b4292f9eaff4d869681faa1f745b5fcb3349ed93c572739a31dcf76b43370cf9f86cc54e982dfac9467bde915c697e60554e0d698be6bb2dd1f8bc64659f6baee7641b51f4b5ed7010c04600fcd382db84a93fe3d4d86e86a459c6cebb5900000000000000000000000000000000"
Gilles Peskine997be0a2021-06-15 21:44:32 +02001077
1078Test mbedtls_mpi_mul_mpi #3, trailing 0 limbs in A, B < 0
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001079mpi_mul_mpi:"02f77b94b179d4a51360f04fa56e2c0784ce3b8a742280b016904896a5605fbe9e0f0683f82c439d979ab14e11b34e05ae96232b18fb2e0d1319f4942732d7eadf92ae90cb8c68ec8ece154d334f553564b6f6db185b33b8d3635598c3d128acde8bbb7b13697e48d1a542e5f9168d2d83a8dd05ae1eaf245100000000000000000000000000000000":"-01b0b14c432710cde936e3fc100515e95dca61e10b8a68d9632bfa0546a9731a1ce6bebc6cb5fe6f5fd7e57b25f737f6a0ce5402e216b8b81c06f0c5ccce447d7f5631d14bff9dfa16f7cc72c56c84b636d00a5f35199d17ee9bf3f8746f44374ffd4ae22cf84089f04a9f7f356d6dc9f8cf8ef208a9b88c89":"-0503ae899d35ae5b7706b067aed7cb2952da37a5d4ad58f05f69abe14e8aaae88eab2baed858177cb4595c0edc92e5ac13c2bba2bfa23276dd023e9e52f547d4c9edb138d86aad329d7afb01e15eab7281e181cb249fc91bf09d621d86561301edda156f80e3bbff853a312852fe9e3d0541cb86801390aff1dc3c05bcb592c266f625b70e419b4c7e7e85399bb06c0e50b099b4292f9eaff4d869681faa1f745b5fcb3349ed93c572739a31dcf76b43370cf9f86cc54e982dfac9467bde915c697e60554e0d698be6bb2dd1f8bc64659f6baee7641b51f4b5ed7010c04600fcd382db84a93fe3d4d86e86a459c6cebb5900000000000000000000000000000000"
Gilles Peskine997be0a2021-06-15 21:44:32 +02001080
1081Test mbedtls_mpi_mul_mpi #3, trailing 0 limbs in A, A < 0, B < 0
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001082mpi_mul_mpi:"-02f77b94b179d4a51360f04fa56e2c0784ce3b8a742280b016904896a5605fbe9e0f0683f82c439d979ab14e11b34e05ae96232b18fb2e0d1319f4942732d7eadf92ae90cb8c68ec8ece154d334f553564b6f6db185b33b8d3635598c3d128acde8bbb7b13697e48d1a542e5f9168d2d83a8dd05ae1eaf245100000000000000000000000000000000":"-01b0b14c432710cde936e3fc100515e95dca61e10b8a68d9632bfa0546a9731a1ce6bebc6cb5fe6f5fd7e57b25f737f6a0ce5402e216b8b81c06f0c5ccce447d7f5631d14bff9dfa16f7cc72c56c84b636d00a5f35199d17ee9bf3f8746f44374ffd4ae22cf84089f04a9f7f356d6dc9f8cf8ef208a9b88c89":"0503ae899d35ae5b7706b067aed7cb2952da37a5d4ad58f05f69abe14e8aaae88eab2baed858177cb4595c0edc92e5ac13c2bba2bfa23276dd023e9e52f547d4c9edb138d86aad329d7afb01e15eab7281e181cb249fc91bf09d621d86561301edda156f80e3bbff853a312852fe9e3d0541cb86801390aff1dc3c05bcb592c266f625b70e419b4c7e7e85399bb06c0e50b099b4292f9eaff4d869681faa1f745b5fcb3349ed93c572739a31dcf76b43370cf9f86cc54e982dfac9467bde915c697e60554e0d698be6bb2dd1f8bc64659f6baee7641b51f4b5ed7010c04600fcd382db84a93fe3d4d86e86a459c6cebb5900000000000000000000000000000000"
Gilles Peskine997be0a2021-06-15 21:44:32 +02001083
1084Test mbedtls_mpi_mul_mpi #3, trailing 0 limbs in B
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001085mpi_mul_mpi:"02f77b94b179d4a51360f04fa56e2c0784ce3b8a742280b016904896a5605fbe9e0f0683f82c439d979ab14e11b34e05ae96232b18fb2e0d1319f4942732d7eadf92ae90cb8c68ec8ece154d334f553564b6f6db185b33b8d3635598c3d128acde8bbb7b13697e48d1a542e5f9168d2d83a8dd05ae1eaf2451":"01b0b14c432710cde936e3fc100515e95dca61e10b8a68d9632bfa0546a9731a1ce6bebc6cb5fe6f5fd7e57b25f737f6a0ce5402e216b8b81c06f0c5ccce447d7f5631d14bff9dfa16f7cc72c56c84b636d00a5f35199d17ee9bf3f8746f44374ffd4ae22cf84089f04a9f7f356d6dc9f8cf8ef208a9b88c8900000000000000000000000000000000":"0503ae899d35ae5b7706b067aed7cb2952da37a5d4ad58f05f69abe14e8aaae88eab2baed858177cb4595c0edc92e5ac13c2bba2bfa23276dd023e9e52f547d4c9edb138d86aad329d7afb01e15eab7281e181cb249fc91bf09d621d86561301edda156f80e3bbff853a312852fe9e3d0541cb86801390aff1dc3c05bcb592c266f625b70e419b4c7e7e85399bb06c0e50b099b4292f9eaff4d869681faa1f745b5fcb3349ed93c572739a31dcf76b43370cf9f86cc54e982dfac9467bde915c697e60554e0d698be6bb2dd1f8bc64659f6baee7641b51f4b5ed7010c04600fcd382db84a93fe3d4d86e86a459c6cebb5900000000000000000000000000000000"
Gilles Peskine997be0a2021-06-15 21:44:32 +02001086
1087Test mbedtls_mpi_mul_mpi #3, trailing 0 limbs in B, A < 0
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001088mpi_mul_mpi:"-02f77b94b179d4a51360f04fa56e2c0784ce3b8a742280b016904896a5605fbe9e0f0683f82c439d979ab14e11b34e05ae96232b18fb2e0d1319f4942732d7eadf92ae90cb8c68ec8ece154d334f553564b6f6db185b33b8d3635598c3d128acde8bbb7b13697e48d1a542e5f9168d2d83a8dd05ae1eaf2451":"01b0b14c432710cde936e3fc100515e95dca61e10b8a68d9632bfa0546a9731a1ce6bebc6cb5fe6f5fd7e57b25f737f6a0ce5402e216b8b81c06f0c5ccce447d7f5631d14bff9dfa16f7cc72c56c84b636d00a5f35199d17ee9bf3f8746f44374ffd4ae22cf84089f04a9f7f356d6dc9f8cf8ef208a9b88c8900000000000000000000000000000000":"-0503ae899d35ae5b7706b067aed7cb2952da37a5d4ad58f05f69abe14e8aaae88eab2baed858177cb4595c0edc92e5ac13c2bba2bfa23276dd023e9e52f547d4c9edb138d86aad329d7afb01e15eab7281e181cb249fc91bf09d621d86561301edda156f80e3bbff853a312852fe9e3d0541cb86801390aff1dc3c05bcb592c266f625b70e419b4c7e7e85399bb06c0e50b099b4292f9eaff4d869681faa1f745b5fcb3349ed93c572739a31dcf76b43370cf9f86cc54e982dfac9467bde915c697e60554e0d698be6bb2dd1f8bc64659f6baee7641b51f4b5ed7010c04600fcd382db84a93fe3d4d86e86a459c6cebb5900000000000000000000000000000000"
Gilles Peskine997be0a2021-06-15 21:44:32 +02001089
1090Test mbedtls_mpi_mul_mpi #3, trailing 0 limbs in B, B < 0
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001091mpi_mul_mpi:"02f77b94b179d4a51360f04fa56e2c0784ce3b8a742280b016904896a5605fbe9e0f0683f82c439d979ab14e11b34e05ae96232b18fb2e0d1319f4942732d7eadf92ae90cb8c68ec8ece154d334f553564b6f6db185b33b8d3635598c3d128acde8bbb7b13697e48d1a542e5f9168d2d83a8dd05ae1eaf2451":"-01b0b14c432710cde936e3fc100515e95dca61e10b8a68d9632bfa0546a9731a1ce6bebc6cb5fe6f5fd7e57b25f737f6a0ce5402e216b8b81c06f0c5ccce447d7f5631d14bff9dfa16f7cc72c56c84b636d00a5f35199d17ee9bf3f8746f44374ffd4ae22cf84089f04a9f7f356d6dc9f8cf8ef208a9b88c8900000000000000000000000000000000":"-0503ae899d35ae5b7706b067aed7cb2952da37a5d4ad58f05f69abe14e8aaae88eab2baed858177cb4595c0edc92e5ac13c2bba2bfa23276dd023e9e52f547d4c9edb138d86aad329d7afb01e15eab7281e181cb249fc91bf09d621d86561301edda156f80e3bbff853a312852fe9e3d0541cb86801390aff1dc3c05bcb592c266f625b70e419b4c7e7e85399bb06c0e50b099b4292f9eaff4d869681faa1f745b5fcb3349ed93c572739a31dcf76b43370cf9f86cc54e982dfac9467bde915c697e60554e0d698be6bb2dd1f8bc64659f6baee7641b51f4b5ed7010c04600fcd382db84a93fe3d4d86e86a459c6cebb5900000000000000000000000000000000"
Gilles Peskine997be0a2021-06-15 21:44:32 +02001092
1093Test mbedtls_mpi_mul_mpi #3, trailing 0 limbs in B, A < 0, B < 0
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001094mpi_mul_mpi:"-02f77b94b179d4a51360f04fa56e2c0784ce3b8a742280b016904896a5605fbe9e0f0683f82c439d979ab14e11b34e05ae96232b18fb2e0d1319f4942732d7eadf92ae90cb8c68ec8ece154d334f553564b6f6db185b33b8d3635598c3d128acde8bbb7b13697e48d1a542e5f9168d2d83a8dd05ae1eaf2451":"-01b0b14c432710cde936e3fc100515e95dca61e10b8a68d9632bfa0546a9731a1ce6bebc6cb5fe6f5fd7e57b25f737f6a0ce5402e216b8b81c06f0c5ccce447d7f5631d14bff9dfa16f7cc72c56c84b636d00a5f35199d17ee9bf3f8746f44374ffd4ae22cf84089f04a9f7f356d6dc9f8cf8ef208a9b88c8900000000000000000000000000000000":"0503ae899d35ae5b7706b067aed7cb2952da37a5d4ad58f05f69abe14e8aaae88eab2baed858177cb4595c0edc92e5ac13c2bba2bfa23276dd023e9e52f547d4c9edb138d86aad329d7afb01e15eab7281e181cb249fc91bf09d621d86561301edda156f80e3bbff853a312852fe9e3d0541cb86801390aff1dc3c05bcb592c266f625b70e419b4c7e7e85399bb06c0e50b099b4292f9eaff4d869681faa1f745b5fcb3349ed93c572739a31dcf76b43370cf9f86cc54e982dfac9467bde915c697e60554e0d698be6bb2dd1f8bc64659f6baee7641b51f4b5ed7010c04600fcd382db84a93fe3d4d86e86a459c6cebb5900000000000000000000000000000000"
Paul Bakker367dae42009-06-28 21:50:27 +00001095
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +02001096Test mbedtls_mpi_mul_int #1
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001097mpi_mul_int:"10cc4ebcb68cbdaa438b80692d9e586b384ae3e1fa33f3db5962d394bec17fd92ad4189":9871232:"9e22d6da18a33d1ef28d2a82242b3f6e9c9742f63e5d440f58a190bfaf23a7866e67589adb80":"=="
Paul Bakker367dae42009-06-28 21:50:27 +00001098
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +02001099Test mbedtls_mpi_mul_int #2 (Unsigned, thus failure)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001100mpi_mul_int:"10cc4ebcb68cbdaa438b80692d9e586b384ae3e1fa33f3db5962d394bec17fd92ad4189":-9871232:"-9e22d6da18a33d1ef28d2a82242b3f6e9c9742f63e5d440f58a190bfaf23a7866e67589adb80":"!="
Paul Bakker367dae42009-06-28 21:50:27 +00001101
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +02001102Test mbedtls_mpi_mul_int #3
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001103mpi_mul_int:"-10cc4ebcb68cbdaa438b80692d9e586b384ae3e1fa33f3db5962d394bec17fd92ad4189":9871232:"-9e22d6da18a33d1ef28d2a82242b3f6e9c9742f63e5d440f58a190bfaf23a7866e67589adb80":"=="
Paul Bakker367dae42009-06-28 21:50:27 +00001104
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +02001105Test mbedtls_mpi_mul_int #4 (Unsigned, thus failure)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001106mpi_mul_int:"-10cc4ebcb68cbdaa438b80692d9e586b384ae3e1fa33f3db5962d394bec17fd92ad4189":-9871232:"9e22d6da18a33d1ef28d2a82242b3f6e9c9742f63e5d440f58a190bfaf23a7866e67589adb80":"!="
Paul Bakker367dae42009-06-28 21:50:27 +00001107
Gilles Peskine36374882021-06-08 23:01:13 +02001108Test mbedtls_mpi_mul_int: 0 (null) * 0
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001109mpi_mul_int:"":0:"":"=="
Gilles Peskine36374882021-06-08 23:01:13 +02001110
1111Test mbedtls_mpi_mul_int: 0 (null) * 1
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001112mpi_mul_int:"":1:"":"=="
Gilles Peskine36374882021-06-08 23:01:13 +02001113
1114Test mbedtls_mpi_mul_int: 0 (null) * 0x1234
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001115mpi_mul_int:"":0x1234:"":"=="
Gilles Peskine36374882021-06-08 23:01:13 +02001116
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +02001117Base test mbedtls_mpi_div_mpi #1
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001118mpi_div_mpi:"3e8":"d":"4c":"c":0
Paul Bakker367dae42009-06-28 21:50:27 +00001119
Gilles Peskine5fb6f702021-06-08 23:00:17 +02001120Base test mbedtls_mpi_div_mpi #2 (Divide by zero (1 limb))
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001121mpi_div_mpi:"3e8":"0":"1":"1":MBEDTLS_ERR_MPI_DIVISION_BY_ZERO
Paul Bakker367dae42009-06-28 21:50:27 +00001122
Gilles Peskine36374882021-06-08 23:01:13 +02001123Base test mbedtls_mpi_div_mpi #2 (Divide by zero (null))
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001124mpi_div_mpi:"3e8":"":"1":"1":MBEDTLS_ERR_MPI_DIVISION_BY_ZERO
Gilles Peskine36374882021-06-08 23:01:13 +02001125
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +02001126Base test mbedtls_mpi_div_mpi #3
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001127mpi_div_mpi:"3e8":"-d":"-4c":"c":0
Paul Bakker367dae42009-06-28 21:50:27 +00001128
Gilles Peskine36374882021-06-08 23:01:13 +02001129Test mbedtls_mpi_div_mpi: 0 (null) / 0 (null)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001130mpi_div_mpi:"":"":"":"":MBEDTLS_ERR_MPI_DIVISION_BY_ZERO
Gilles Peskine36374882021-06-08 23:01:13 +02001131
1132Test mbedtls_mpi_div_mpi: 0 (null) / 0 (1 limb)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001133mpi_div_mpi:"":"0":"":"":MBEDTLS_ERR_MPI_DIVISION_BY_ZERO
Gilles Peskine36374882021-06-08 23:01:13 +02001134
1135Test mbedtls_mpi_div_mpi: 0 (1 limb) / 0 (null)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001136mpi_div_mpi:"0":"":"":"":MBEDTLS_ERR_MPI_DIVISION_BY_ZERO
Gilles Peskine36374882021-06-08 23:01:13 +02001137
1138Test mbedtls_mpi_div_mpi: 0 (1 limb) / 0 (1 limb)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001139mpi_div_mpi:"0":"0":"":"":MBEDTLS_ERR_MPI_DIVISION_BY_ZERO
Gilles Peskine36374882021-06-08 23:01:13 +02001140
1141Test mbedtls_mpi_div_mpi: 0 (null) / 1
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001142mpi_div_mpi:"":"1":"":"":0
Gilles Peskine36374882021-06-08 23:01:13 +02001143
1144Test mbedtls_mpi_div_mpi: 0 (null) / -1
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001145mpi_div_mpi:"":"-1":"":"":0
Gilles Peskine36374882021-06-08 23:01:13 +02001146
Gilles Peskineca6e8aa2022-11-09 21:08:44 +01001147Test mbedtls_mpi_div_mpi: -0 (null) / 1
1148mpi_div_mpi:"-":"1":"":"":0
1149
1150Test mbedtls_mpi_div_mpi: -0 (null) / -1
1151mpi_div_mpi:"-":"-1":"":"":0
1152
1153Test mbedtls_mpi_div_mpi: -0 (null) / 42
1154mpi_div_mpi:"-":"2a":"":"":0
1155
1156Test mbedtls_mpi_div_mpi: -0 (null) / -42
1157mpi_div_mpi:"-":"-2a":"":"":0
1158
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +02001159Test mbedtls_mpi_div_mpi #1
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001160mpi_div_mpi:"9e22d6da18a33d1ef28d2a82242b3f6e9c9742f63e5d440f58a190bfaf23a7866e67589adb80":"22":"4a6abf75b13dc268ea9cc8b5b6aaf0ac85ecd437a4e0987fb13cf8d2acc57c0306c738c1583":"1a":0
Paul Bakker367dae42009-06-28 21:50:27 +00001161
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +02001162Test mbedtls_mpi_div_mpi #2
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001163mpi_div_mpi:"503ae899d35ae5b7706b067aed7cb2952da37a5d4ad58f05f69abe14e8aaae88eab2baed858177cb4595c0edc92e5ac13c2bba2bfa23276dd023e9e52f547d4c9edb138d86aad329d7afb01e15eab7281e181cb249fc91bf09d621d86561301edda156f80e3bbff853a312852fe9e3d0541cb86801390aff1dc3c05bcb592c266f625b70e419b4c7e7e85399bb06c0e50b099b4292f9eaff4d869681faa1f745b5fcb3349ed93c572739a31dcf76b43370cf9f86cc54e982dfac9467bde915c697e60554e0d698be6bb2dd1f8bc64659f6baee7641b51f4b5ed7010c04600fcd382db84a93fe3d4d86e86a459c6cebb5a":"2f77b94b179d4a51360f04fa56e2c0784ce3b8a742280b016904896a5605fbe9e0f0683f82c439d979ab14e11b34e05ae96232b18fb2e0d1319f4942732d7eadf92ae90cb8c68ec8ece154d334f553564b6f6db185b33b8d3635598c3d128acde8bbb7b13697e48d1a542e5f9168d2d83a8dd05ae1eaf2451":"1b0b14c432710cde936e3fc100515e95dca61e10b8a68d9632bfa0546a9731a1ce6bebc6cb5fe6f5fd7e57b25f737f6a0ce5402e216b8b81c06f0c5ccce447d7f5631d14bff9dfa16f7cc72c56c84b636d00a5f35199d17ee9bf3f8746f44374ffd4ae22cf84089f04a9f7f356d6dc9f8cf8ef208a9b88c89":"1":0
Paul Bakker367dae42009-06-28 21:50:27 +00001164
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +02001165Test mbedtls_mpi_div_mpi #3
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001166mpi_div_mpi:"3e8":"7":"8e":"6":0
Paul Bakkerba48cb22009-07-12 11:01:32 +00001167
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +02001168Test mbedtls_mpi_div_mpi #4
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001169mpi_div_mpi:"309":"7":"6f":"0":0
Paul Bakkerba48cb22009-07-12 11:01:32 +00001170
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +02001171Base test mbedtls_mpi_div_int #1
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001172mpi_div_int:"3e8":13:"4c":"c":0
Paul Bakker367dae42009-06-28 21:50:27 +00001173
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +02001174Base test mbedtls_mpi_div_int #2 (Divide by zero)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001175mpi_div_int:"3e8":0:"1":"1":MBEDTLS_ERR_MPI_DIVISION_BY_ZERO
Paul Bakker367dae42009-06-28 21:50:27 +00001176
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +02001177Base test mbedtls_mpi_div_int #3
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001178mpi_div_int:"3e8":-13:"-4c":"c":0
Paul Bakker367dae42009-06-28 21:50:27 +00001179
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +02001180Test mbedtls_mpi_div_int #1
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001181mpi_div_int:"9e22d6da18a33d1ef28d2a82242b3f6e9c9742f63e5d440f58a190bfaf23a7866e67589adb80":34:"4a6abf75b13dc268ea9cc8b5b6aaf0ac85ecd437a4e0987fb13cf8d2acc57c0306c738c1583":"1a":0
Paul Bakker367dae42009-06-28 21:50:27 +00001182
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +02001183Test mbedtls_mpi_div_int #2
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001184mpi_div_int:"9e22d6da18a33d1ef28d2a82242b3f6e9c9742f63e5d440f58a190bfaf23a7866e67589adb80":-34:"-4a6abf75b13dc268ea9cc8b5b6aaf0ac85ecd437a4e0987fb13cf8d2acc57c0306c738c1583":"1a":0
Paul Bakker367dae42009-06-28 21:50:27 +00001185
Gilles Peskine36374882021-06-08 23:01:13 +02001186Test mbedtls_mpi_div_int: 0 (null) / 0
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001187mpi_div_int:"":0:"":"":MBEDTLS_ERR_MPI_DIVISION_BY_ZERO
Gilles Peskine36374882021-06-08 23:01:13 +02001188
1189Test mbedtls_mpi_div_int: 0 (1 limb) / 0
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001190mpi_div_int:"00":0:"":"":MBEDTLS_ERR_MPI_DIVISION_BY_ZERO
Gilles Peskine36374882021-06-08 23:01:13 +02001191
1192Test mbedtls_mpi_div_int: 0 (null) / 1
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001193mpi_div_int:"":1:"":"":0
Gilles Peskine36374882021-06-08 23:01:13 +02001194
Werner Lewis6baf12b2022-10-19 12:46:35 +01001195Base test mbedtls_mpi_mod_mpi #1
1196mpi_mod_mpi:"3e8":"d":"c":0
1197
1198Base test mbedtls_mpi_mod_mpi #2 (Divide by zero (null))
1199mpi_mod_mpi:"3e8":"":"0":MBEDTLS_ERR_MPI_DIVISION_BY_ZERO
1200
1201Base test mbedtls_mpi_mod_mpi #2 (Divide by zero (1 limb))
1202mpi_mod_mpi:"3e8":"0":"0":MBEDTLS_ERR_MPI_DIVISION_BY_ZERO
1203
1204Base test mbedtls_mpi_mod_mpi #3
1205mpi_mod_mpi:"-3e8":"d":"1":0
1206
1207Base test mbedtls_mpi_mod_mpi #4 (Negative modulo)
1208mpi_mod_mpi:"3e8":"-d":"-1":MBEDTLS_ERR_MPI_NEGATIVE_VALUE
1209
1210Base test mbedtls_mpi_mod_mpi #5 (Negative modulo)
1211mpi_mod_mpi:"-3e8":"-d":"-c":MBEDTLS_ERR_MPI_NEGATIVE_VALUE
1212
1213Test mbedtls_mpi_mod_mpi: 0 (null) % 1
1214mpi_mod_mpi:"":"1":"":0
1215
1216Test mbedtls_mpi_mod_mpi: 0 (null) % -1
1217mpi_mod_mpi:"":"-1":"":MBEDTLS_ERR_MPI_NEGATIVE_VALUE
1218
Gilles Peskineca6e8aa2022-11-09 21:08:44 +01001219Test mbedtls_mpi_mod_mpi: -0 (null) % 1
1220mpi_mod_mpi:"-":"1":"":0
1221
1222Test mbedtls_mpi_mod_mpi: -0 (null) % -1
1223mpi_mod_mpi:"-":"-1":"":MBEDTLS_ERR_MPI_NEGATIVE_VALUE
1224
1225Test mbedtls_mpi_mod_mpi: -0 (null) % 42
1226mpi_mod_mpi:"-":"2a":"":0
1227
1228Test mbedtls_mpi_mod_mpi: -0 (null) % -42
1229mpi_mod_mpi:"-":"-2a":"":MBEDTLS_ERR_MPI_NEGATIVE_VALUE
1230
Werner Lewis6baf12b2022-10-19 12:46:35 +01001231Base test mbedtls_mpi_mod_int #1
Tom Cosgrove91e35e32022-11-09 11:45:29 +00001232mpi_mod_int:"3e8":"d":"c":0
Werner Lewis6baf12b2022-10-19 12:46:35 +01001233
1234Base test mbedtls_mpi_mod_int #2 (Divide by zero)
Tom Cosgrove91e35e32022-11-09 11:45:29 +00001235mpi_mod_int:"3e8":"0":"0":MBEDTLS_ERR_MPI_DIVISION_BY_ZERO
Werner Lewis6baf12b2022-10-19 12:46:35 +01001236
1237Base test mbedtls_mpi_mod_int #3
Tom Cosgrove91e35e32022-11-09 11:45:29 +00001238mpi_mod_int:"-3e8":"d":"1":0
Werner Lewis6baf12b2022-10-19 12:46:35 +01001239
1240Base test mbedtls_mpi_mod_int #4 (Negative modulo)
Tom Cosgrove91e35e32022-11-09 11:45:29 +00001241mpi_mod_int:"3e8":"-d":"0":MBEDTLS_ERR_MPI_NEGATIVE_VALUE
Werner Lewis6baf12b2022-10-19 12:46:35 +01001242
1243Base test mbedtls_mpi_mod_int #5 (Negative modulo)
Tom Cosgrove91e35e32022-11-09 11:45:29 +00001244mpi_mod_int:"-3e8":"-d":"0":MBEDTLS_ERR_MPI_NEGATIVE_VALUE
Werner Lewis6baf12b2022-10-19 12:46:35 +01001245
1246Base test mbedtls_mpi_mod_int #6 (By 1)
Tom Cosgrove91e35e32022-11-09 11:45:29 +00001247mpi_mod_int:"3e8":"1":"0":0
Werner Lewis6baf12b2022-10-19 12:46:35 +01001248
1249Base test mbedtls_mpi_mod_int #7 (By 2)
Tom Cosgrove91e35e32022-11-09 11:45:29 +00001250mpi_mod_int:"3e9":"2":"1":0
Werner Lewis6baf12b2022-10-19 12:46:35 +01001251
1252Base test mbedtls_mpi_mod_int #8 (By 2)
Tom Cosgrove91e35e32022-11-09 11:45:29 +00001253mpi_mod_int:"3e8":"2":"0":0
Werner Lewis6baf12b2022-10-19 12:46:35 +01001254
1255Test mbedtls_mpi_mod_int: 0 (null) % 1
Tom Cosgrove91e35e32022-11-09 11:45:29 +00001256mpi_mod_int:"":"1":"0":0
Werner Lewis6baf12b2022-10-19 12:46:35 +01001257
1258Test mbedtls_mpi_mod_int: 0 (null) % 2
Tom Cosgrove91e35e32022-11-09 11:45:29 +00001259mpi_mod_int:"":"2":"0":0
Werner Lewis6baf12b2022-10-19 12:46:35 +01001260
1261Test mbedtls_mpi_mod_int: 0 (null) % -1
Tom Cosgrove91e35e32022-11-09 11:45:29 +00001262mpi_mod_int:"":"-1":"0":MBEDTLS_ERR_MPI_NEGATIVE_VALUE
Werner Lewis6baf12b2022-10-19 12:46:35 +01001263
1264Test mbedtls_mpi_mod_int: 0 (null) % -2
Tom Cosgrove91e35e32022-11-09 11:45:29 +00001265mpi_mod_int:"":"-2":"0":MBEDTLS_ERR_MPI_NEGATIVE_VALUE
1266
Tom Cosgrove163d8952022-11-10 12:17:36 +00001267# CURRENTLY FAILS - SEE GITHUB ISSUE #6540
Tom Cosgrove91e35e32022-11-09 11:45:29 +00001268#Test mbedtls_mpi_mod_int: 230772460340063000000100500000300000010 % 5178236083361335880 -> 3386266129388798810
1269#depends_on:MBEDTLS_HAVE_INT64
1270#mpi_mod_int:"AD9D28BF6C4E98FDF156BF0980CEE30A":"47DCCA4847DCCA48":"2EFE6F1A7D28035A":0
1271
1272Test mbedtls_mpi_mod_mpi: 230772460340063000000100500000300000010 % 5178236083361335880 -> 3386266129388798810
1273mpi_mod_mpi:"AD9D28BF6C4E98FDF156BF0980CEE30A":"47DCCA4847DCCA48":"2EFE6F1A7D28035A":0
1274
Tom Cosgrove163d8952022-11-10 12:17:36 +00001275# CURRENTLY FAILS - SEE GITHUB ISSUE #6540
1276#Test mbedtls_mpi_mod_int: 230772460340062999996714233870911201200 % 5178236083361335880 -> 0
1277#depends_on:MBEDTLS_HAVE_INT64
1278#mpi_mod_int:"AD9D28BF6C4E98FDC2584FEF03A6DFB0":"47DCCA4847DCCA48":"0":0
1279
1280Test mbedtls_mpi_mod_mpi: 230772460340062999996714233870911201200 % 5178236083361335880 -> 0
1281mpi_mod_mpi:"AD9D28BF6C4E98FDC2584FEF03A6DFB0":"47DCCA4847DCCA48":"0":0
1282
1283# CURRENTLY FAILS WHEN MPIS ARE 32-BIT (ISSUE #6450): WHEN FIXED, REMOVE "depends_on" LINE
Tom Cosgrove91e35e32022-11-09 11:45:29 +00001284Test mbedtls_mpi_mod_int: 230772460340063000000100500000300000010 % 1205652040 -> 3644370
1285depends_on:MBEDTLS_HAVE_INT64
1286mpi_mod_int:"AD9D28BF6C4E98FDF156BF0980CEE30A":"47DCCA48":"379BD2":0
1287
1288Test mbedtls_mpi_mod_mpi: 230772460340063000000100500000300000010 % 1205652040 -> 3644370
1289mpi_mod_mpi:"AD9D28BF6C4E98FDF156BF0980CEE30A":"47DCCA48":"379BD2":0
Werner Lewis6baf12b2022-10-19 12:46:35 +01001290
Tom Cosgrove163d8952022-11-10 12:17:36 +00001291# CURRENTLY FAILS WHEN MPIS ARE 32-BIT (ISSUE #6450): WHEN FIXED, REMOVE "depends_on" LINE
1292Test mbedtls_mpi_mod_int: 230772460340063000000100500000296355640 % 1205652040 -> 0
1293depends_on:MBEDTLS_HAVE_INT64
1294mpi_mod_int:"AD9D28BF6C4E98FDF156BF0980974738":"47DCCA48":"0":0
1295
1296Test mbedtls_mpi_mod_mpi: 230772460340063000000100500000296355640 % 1205652040 -> 0
1297mpi_mod_mpi:"AD9D28BF6C4E98FDF156BF0980974738":"47DCCA48":"0":0
1298
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +02001299Base test mbedtls_mpi_exp_mod #1
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001300mpi_exp_mod:"17":"d":"1d":"18":0
Paul Bakker367dae42009-06-28 21:50:27 +00001301
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +02001302Base test mbedtls_mpi_exp_mod #2 (Even N)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001303mpi_exp_mod:"17":"d":"1e":"0":MBEDTLS_ERR_MPI_BAD_INPUT_DATA
Paul Bakker367dae42009-06-28 21:50:27 +00001304
Gilles Peskine36374882021-06-08 23:01:13 +02001305Base test mbedtls_mpi_exp_mod #2 (N = 0 (null))
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001306mpi_exp_mod:"17":"d":"":"0":MBEDTLS_ERR_MPI_BAD_INPUT_DATA
Gilles Peskine36374882021-06-08 23:01:13 +02001307
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +02001308Base test mbedtls_mpi_exp_mod #3 (Negative N)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001309mpi_exp_mod:"17":"d":"-1d":"0":MBEDTLS_ERR_MPI_BAD_INPUT_DATA
Paul Bakkerf6198c12012-05-16 08:02:29 +00001310
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +02001311Base test mbedtls_mpi_exp_mod #4 (Negative base)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001312mpi_exp_mod:"-17":"d":"1d":"5":0
Paul Bakkerf6198c12012-05-16 08:02:29 +00001313
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +02001314Base test mbedtls_mpi_exp_mod #5 (Negative exponent)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001315mpi_exp_mod:"17":"-d":"1d":"0":MBEDTLS_ERR_MPI_BAD_INPUT_DATA
Paul Bakkerf6198c12012-05-16 08:02:29 +00001316
Chris Jones0c5875f2020-11-26 11:21:53 +00001317Base test mbedtls_mpi_exp_mod #6 (Negative base + exponent)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001318mpi_exp_mod:"-17":"-d":"1d":"0":MBEDTLS_ERR_MPI_BAD_INPUT_DATA
Paul Bakker367dae42009-06-28 21:50:27 +00001319
Gilles Peskine36374882021-06-08 23:01:13 +02001320Test mbedtls_mpi_exp_mod: 0 (null) ^ 0 (null) mod 9
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001321mpi_exp_mod:"":"":"09":"1":0
Gilles Peskine36374882021-06-08 23:01:13 +02001322
1323Test mbedtls_mpi_exp_mod: 0 (null) ^ 0 (1 limb) mod 9
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001324mpi_exp_mod:"":"00":"09":"1":0
Gilles Peskine36374882021-06-08 23:01:13 +02001325
1326Test mbedtls_mpi_exp_mod: 0 (null) ^ 1 mod 9
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001327mpi_exp_mod:"":"01":"09":"":0
Gilles Peskine36374882021-06-08 23:01:13 +02001328
1329Test mbedtls_mpi_exp_mod: 0 (null) ^ 2 mod 9
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001330mpi_exp_mod:"":"02":"09":"":0
Gilles Peskine36374882021-06-08 23:01:13 +02001331
1332Test mbedtls_mpi_exp_mod: 0 (1 limb) ^ 0 (null) mod 9
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001333mpi_exp_mod:"00":"":"09":"1":0
Gilles Peskine36374882021-06-08 23:01:13 +02001334
1335Test mbedtls_mpi_exp_mod: 0 (1 limb) ^ 0 (1 limb) mod 9
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001336mpi_exp_mod:"00":"00":"09":"1":0
Gilles Peskine36374882021-06-08 23:01:13 +02001337
1338Test mbedtls_mpi_exp_mod: 0 (1 limb) ^ 1 mod 9
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001339mpi_exp_mod:"00":"01":"09":"":0
Gilles Peskine36374882021-06-08 23:01:13 +02001340
1341Test mbedtls_mpi_exp_mod: 0 (1 limb) ^ 2 mod 9
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001342mpi_exp_mod:"00":"02":"09":"":0
Gilles Peskine36374882021-06-08 23:01:13 +02001343
1344Test mbedtls_mpi_exp_mod: 1 ^ 0 (null) mod 9
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001345mpi_exp_mod:"01":"":"09":"1":0
Gilles Peskine36374882021-06-08 23:01:13 +02001346
1347Test mbedtls_mpi_exp_mod: 4 ^ 0 (null) mod 9
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001348mpi_exp_mod:"04":"":"09":"1":0
Gilles Peskine36374882021-06-08 23:01:13 +02001349
1350Test mbedtls_mpi_exp_mod: 10 ^ 0 (null) mod 9
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001351mpi_exp_mod:"0a":"":"09":"1":0
Gilles Peskine36374882021-06-08 23:01:13 +02001352
1353Test mbedtls_mpi_exp_mod: 1 ^ 0 (1 limb) mod 9
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001354mpi_exp_mod:"01":"00":"09":"1":0
Gilles Peskine36374882021-06-08 23:01:13 +02001355
1356Test mbedtls_mpi_exp_mod: 4 ^ 0 (1 limb) mod 9
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001357mpi_exp_mod:"04":"00":"09":"1":0
Gilles Peskine36374882021-06-08 23:01:13 +02001358
1359Test mbedtls_mpi_exp_mod: 10 ^ 0 (1 limb) mod 9
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001360mpi_exp_mod:"0a":"00":"09":"1":0
Gilles Peskine36374882021-06-08 23:01:13 +02001361
Chris Jonesaa850cd2020-12-03 11:35:41 +00001362Test mbedtls_mpi_exp_mod: MAX_SIZE exponent
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001363mpi_exp_mod_size:2:MBEDTLS_MPI_MAX_SIZE:10:"":0
Chris Jonesd10b3312020-12-02 10:41:50 +00001364
Chris Jonesaa850cd2020-12-03 11:35:41 +00001365Test mbedtls_mpi_exp_mod: MAX_SIZE + 1 exponent
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001366mpi_exp_mod_size:2:MBEDTLS_MPI_MAX_SIZE + 1:10:"":MBEDTLS_ERR_MPI_BAD_INPUT_DATA
Chris Jonesd10b3312020-12-02 10:41:50 +00001367
Chris Jonesaa850cd2020-12-03 11:35:41 +00001368Test mbedtls_mpi_exp_mod: MAX_SIZE modulus
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001369mpi_exp_mod_size:2:2:MBEDTLS_MPI_MAX_SIZE:"":0
Chris Jonesd10b3312020-12-02 10:41:50 +00001370
Chris Jonesaa850cd2020-12-03 11:35:41 +00001371Test mbedtls_mpi_exp_mod: MAX_SIZE + 1 modulus
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001372mpi_exp_mod_size:2:2:MBEDTLS_MPI_MAX_SIZE + 1:"":MBEDTLS_ERR_MPI_BAD_INPUT_DATA
Chris Jones0c5875f2020-11-26 11:21:53 +00001373
Chris Jonesaa850cd2020-12-03 11:35:41 +00001374Test mbedtls_mpi_exp_mod: MAX_SIZE exponent and modulus
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001375mpi_exp_mod_size:2:MBEDTLS_MPI_MAX_SIZE:MBEDTLS_MPI_MAX_SIZE:"":0
Chris Jonesa03f56f2020-12-02 16:27:42 +00001376
Chris Jonesaa850cd2020-12-03 11:35:41 +00001377Test mbedtls_mpi_exp_mod: MAX_SIZE + 1 exponent and modulus
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001378mpi_exp_mod_size:2:MBEDTLS_MPI_MAX_SIZE + 1:MBEDTLS_MPI_MAX_SIZE + 1:"":MBEDTLS_ERR_MPI_BAD_INPUT_DATA
Chris Jonesa03f56f2020-12-02 16:27:42 +00001379
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +02001380Test mbedtls_mpi_exp_mod #1
Chris Jonese64a46f2020-12-03 17:44:03 +00001381depends_on:MPI_MAX_BITS_LARGER_THAN_792
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001382mpi_exp_mod:"109fe45714866e56fdd4ad9b6b686df27224afb7868cf4f0cbb794526932853cbf0beea61594166654d13cd9fe0d9da594a97ee20230f12fb5434de73fb4f8102725a01622b31b1ea42e3a265019039ac1df31869bd97930d792fb72cdaa971d8a8015af":"33ae3764fd06a00cdc3cba5c45dc79a9edb4e67e4d057cc74139d531c25190d111775fc4a0f4439b8b1930bbd766e7b46f170601f316c8a18ff8d5cb5ca5581f168345d101edb462b7d93b7c520ccb8fb276b447a63d869203cc11f67a1122dc4da034218de85e39":"11a9351d2d32ccd568e75bf8b4ebbb2a36be691b55832edac662ff79803df8af525fba453068be16ac3920bcc1b468f8f7fe786e0fa4ecbabcad31e5e3b05def802eb8600deaf11ef452487db878df20a80606e4bb6a163b83895d034cc8b53dbcd005be42ffdd2ce99bed06089a0b79d":"37880b547b41bda303bddda307eefe24b4aedf076c9b814b903aaf328a10825c7e259a20afc6b70b487bb21a6d32d0ee98a0b9f42ff812c901e2f79237fe3e00856992dd69d93ebc0664c75863829621751b0ac35a8ae8a0965841607d3099b8e0ed24442749ba09acbcb165598dcd40":0
Paul Bakker367dae42009-06-28 21:50:27 +00001383
Gilles Peskineefa2ac82019-09-19 21:20:26 +02001384Test mbedtls_mpi_exp_mod (Negative base) [#1]
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001385mpi_exp_mod:"-2540be400":"2540be400":"1869f":"1":0
Paul Bakkerf6198c12012-05-16 08:02:29 +00001386
Gilles Peskineefa2ac82019-09-19 21:20:26 +02001387Test mbedtls_mpi_exp_mod (Negative base) [#2]
Chris Jonese64a46f2020-12-03 17:44:03 +00001388depends_on:MPI_MAX_BITS_LARGER_THAN_792
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001389mpi_exp_mod:"-9f13012cd92aa72fb86ac8879d2fde4f7fd661aaae43a00971f081cc60ca277059d5c37e89652e2af2585d281d66ef6a9d38a117e9608e9e7574cd142dc55278838a2161dd56db9470d4c1da2d5df15a908ee2eb886aaa890f23be16de59386663a12f1afbb325431a3e835e3fd89b98b96a6f77382f458ef9a37e1f84a03045c8676ab55291a94c2228ea15448ee96b626b998":"40a54d1b9e86789f06d9607fb158672d64867665c73ee9abb545fc7a785634b354c7bae5b962ce8040cf45f2c1f3d3659b2ee5ede17534c8fc2ec85c815e8df1fe7048d12c90ee31b88a68a081f17f0d8ce5f4030521e9400083bcea73a429031d4ca7949c2000d597088e0c39a6014d8bf962b73bb2e8083bd0390a4e00b9b3":"eeaf0ab9adb38dd69c33f80afa8fc5e86072618775ff3c0b9ea2314c9c256576d674df7496ea81d3383b4813d692c6e0e0d5d8e250b98be48e495c1d6089dad15dc7d7b46154d6b6ce8ef4ad69b15d4982559b297bcf1885c529f566660e57ec68edbc3c05726cc02fd4cbf4976eaa9afd5138fe8376435b9fc61d2fc0eb06e3":"21acc7199e1b90f9b4844ffe12c19f00ec548c5d32b21c647d48b6015d8eb9ec9db05b4f3d44db4227a2b5659c1a7cceb9d5fa8fa60376047953ce7397d90aaeb7465e14e820734f84aa52ad0fc66701bcbb991d57715806a11531268e1e83dd48288c72b424a6287e9ce4e5cc4db0dd67614aecc23b0124a5776d36e5c89483":0
Paul Bakkerf6198c12012-05-16 08:02:29 +00001390
Paul Bakker367dae42009-06-28 21:50:27 +00001391Base test GCD #1
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001392mpi_gcd:"2b5":"261":"15"
Paul Bakker367dae42009-06-28 21:50:27 +00001393
1394Base test GCD #2
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001395mpi_gcd:"6e4":"364":"1c"
Paul Bakker367dae42009-06-28 21:50:27 +00001396
1397Base test GCD #3
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001398mpi_gcd:"2dcdb10b":"2050d306":"1"
Paul Bakker367dae42009-06-28 21:50:27 +00001399
Gilles Peskine36374882021-06-08 23:01:13 +02001400Test GCD: 0 (null), 0 (null)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001401mpi_gcd:"":"":"0"
Gilles Peskine36374882021-06-08 23:01:13 +02001402
1403Test GCD: 0 (null), 0 (1 limb)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001404mpi_gcd:"":"00":"0"
Gilles Peskine36374882021-06-08 23:01:13 +02001405
1406Test GCD: 0 (null), 3
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001407mpi_gcd:"":"03":"3"
Gilles Peskine36374882021-06-08 23:01:13 +02001408
1409Test GCD: 0 (null), 6
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001410mpi_gcd:"":"06":"6"
Gilles Peskine36374882021-06-08 23:01:13 +02001411
1412Test GCD: 0 (1 limb), 0 (null)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001413mpi_gcd:"00":"":"0"
Gilles Peskine36374882021-06-08 23:01:13 +02001414
1415Test GCD: 0 (1 limb), 3
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001416mpi_gcd:"00":"03":"3"
Gilles Peskine36374882021-06-08 23:01:13 +02001417
1418Test GCD: 0 (1 limb), 6
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001419mpi_gcd:"00":"06":"6"
Gilles Peskine36374882021-06-08 23:01:13 +02001420
1421Test GCD: 3, 0 (null)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001422mpi_gcd:"03":"":"3"
Gilles Peskine36374882021-06-08 23:01:13 +02001423
1424Test GCD: 3, 0 (1 limb)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001425mpi_gcd:"03":"00":"3"
Gilles Peskine36374882021-06-08 23:01:13 +02001426
1427Test GCD: 6, 0 (null)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001428mpi_gcd:"06":"":"6"
Gilles Peskine36374882021-06-08 23:01:13 +02001429
1430Test GCD: 6, 0 (1 limb)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001431mpi_gcd:"06":"00":"6"
Gilles Peskine36374882021-06-08 23:01:13 +02001432
Gilles Peskine9466d812021-06-15 21:10:16 +02001433Test GCD: gcd=1, 0 < A < B
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001434mpi_gcd:"109fe45714866e56fdd4ad9b6b686df27224afb7868cf4f0cbb794526932853cbf0beea61594166654d13cd9fe0d9da594a97ee20230f12fb5434de73fb4f8102725a01622b31b1ea42e3a265019039ac1df31869bd97930d792fb72cdaa971d8a8015af":"33ae3764fd06a00cdc3cba5c45dc79a9edb4e67e4d057cc74139d531c25190d111775fc4a0f4439b8b1930bbd766e7b46f170601f316c8a18ff8d5cb5ca5581f168345d101edb462b7d93b7c520ccb8fb276b447a63d869203cc11f67a1122dc4da034218de85e39":"1"
Paul Bakker367dae42009-06-28 21:50:27 +00001435
Gilles Peskine9466d812021-06-15 21:10:16 +02001436Test GCD: gcd=1, 0 < B < A
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001437mpi_gcd:"33ae3764fd06a00cdc3cba5c45dc79a9edb4e67e4d057cc74139d531c25190d111775fc4a0f4439b8b1930bbd766e7b46f170601f316c8a18ff8d5cb5ca5581f168345d101edb462b7d93b7c520ccb8fb276b447a63d869203cc11f67a1122dc4da034218de85e39":"109fe45714866e56fdd4ad9b6b686df27224afb7868cf4f0cbb794526932853cbf0beea61594166654d13cd9fe0d9da594a97ee20230f12fb5434de73fb4f8102725a01622b31b1ea42e3a265019039ac1df31869bd97930d792fb72cdaa971d8a8015af":"1"
Gilles Peskine9e9314f2021-06-09 10:52:12 +02001438
Gilles Peskine9466d812021-06-15 21:10:16 +02001439Test GCD: gcd=1, A > 0, B < 0
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001440mpi_gcd:"109fe45714866e56fdd4ad9b6b686df27224afb7868cf4f0cbb794526932853cbf0beea61594166654d13cd9fe0d9da594a97ee20230f12fb5434de73fb4f8102725a01622b31b1ea42e3a265019039ac1df31869bd97930d792fb72cdaa971d8a8015af":"-33ae3764fd06a00cdc3cba5c45dc79a9edb4e67e4d057cc74139d531c25190d111775fc4a0f4439b8b1930bbd766e7b46f170601f316c8a18ff8d5cb5ca5581f168345d101edb462b7d93b7c520ccb8fb276b447a63d869203cc11f67a1122dc4da034218de85e39":"1"
Gilles Peskine9e9314f2021-06-09 10:52:12 +02001441
Gilles Peskine9466d812021-06-15 21:10:16 +02001442Test GCD: gcd=1, A < 0 < B, |A| < |B|
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001443mpi_gcd:"-109fe45714866e56fdd4ad9b6b686df27224afb7868cf4f0cbb794526932853cbf0beea61594166654d13cd9fe0d9da594a97ee20230f12fb5434de73fb4f8102725a01622b31b1ea42e3a265019039ac1df31869bd97930d792fb72cdaa971d8a8015af":"33ae3764fd06a00cdc3cba5c45dc79a9edb4e67e4d057cc74139d531c25190d111775fc4a0f4439b8b1930bbd766e7b46f170601f316c8a18ff8d5cb5ca5581f168345d101edb462b7d93b7c520ccb8fb276b447a63d869203cc11f67a1122dc4da034218de85e39":"1"
Gilles Peskine9e9314f2021-06-09 10:52:12 +02001444
Gilles Peskine9466d812021-06-15 21:10:16 +02001445Test GCD: gcd=1, B < A < 0
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001446mpi_gcd:"-109fe45714866e56fdd4ad9b6b686df27224afb7868cf4f0cbb794526932853cbf0beea61594166654d13cd9fe0d9da594a97ee20230f12fb5434de73fb4f8102725a01622b31b1ea42e3a265019039ac1df31869bd97930d792fb72cdaa971d8a8015af":"-33ae3764fd06a00cdc3cba5c45dc79a9edb4e67e4d057cc74139d531c25190d111775fc4a0f4439b8b1930bbd766e7b46f170601f316c8a18ff8d5cb5ca5581f168345d101edb462b7d93b7c520ccb8fb276b447a63d869203cc11f67a1122dc4da034218de85e39":"1"
Gilles Peskine9e9314f2021-06-09 10:52:12 +02001447
Gilles Peskine9466d812021-06-15 21:10:16 +02001448Test GCD: gcd=2, 0 < A < B
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001449mpi_gcd:"213fc8ae290cdcadfba95b36d6d0dbe4e4495f6f0d19e9e1976f28a4d2650a797e17dd4c2b282ccca9a279b3fc1b3b4b2952fdc40461e25f6a869bce7f69f0204e4b402c4566363d485c744ca032073583be630d37b2f261af25f6e59b552e3b15002b5e":"675c6ec9fa0d4019b87974b88bb8f353db69ccfc9a0af98e8273aa6384a321a222eebf8941e8873716326177aecdcf68de2e0c03e62d91431ff1ab96b94ab03e2d068ba203db68c56fb276f8a419971f64ed688f4c7b0d24079823ecf42245b89b4068431bd0bc72":"2"
Gilles Peskine9e9314f2021-06-09 10:52:12 +02001450
Gilles Peskine9466d812021-06-15 21:10:16 +02001451Test GCD: gcd=2, 0 < B < A
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001452mpi_gcd:"675c6ec9fa0d4019b87974b88bb8f353db69ccfc9a0af98e8273aa6384a321a222eebf8941e8873716326177aecdcf68de2e0c03e62d91431ff1ab96b94ab03e2d068ba203db68c56fb276f8a419971f64ed688f4c7b0d24079823ecf42245b89b4068431bd0bc72":"213fc8ae290cdcadfba95b36d6d0dbe4e4495f6f0d19e9e1976f28a4d2650a797e17dd4c2b282ccca9a279b3fc1b3b4b2952fdc40461e25f6a869bce7f69f0204e4b402c4566363d485c744ca032073583be630d37b2f261af25f6e59b552e3b15002b5e":"2"
Gilles Peskine9e9314f2021-06-09 10:52:12 +02001453
Gilles Peskine9466d812021-06-15 21:10:16 +02001454Test GCD: gcd=3, 0 < A < B
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001455mpi_gcd:"31dfad053d934b04f97e08d2423949d7566e0f2693a6ded26326bcf73b978fb63d23cbf240bc4332fe73b68dfa28d8f0bdfc7ca60692d38f1fc9e9b5bf1ee8307570e0426819515bec8aae72f04b0ad0459d9493d38c6b9286b8f25868ffc5589f80410d":"9b0aa62ef713e02694b62f14d1956cfdc91eb37ae7107655c3ad7f9546f4b27334661f4de2dccad2a14b92338634b71d4d451205d94459e4afea816215f0085d4389d17305c91d28278bb274f62662af17641cd6f2b893b60b6435e36e336894e8e09c64a9b91aab":"3"
Gilles Peskine9e9314f2021-06-09 10:52:12 +02001456
Gilles Peskine9466d812021-06-15 21:10:16 +02001457Test GCD: gcd=3, 0 < B < A
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001458mpi_gcd:"9b0aa62ef713e02694b62f14d1956cfdc91eb37ae7107655c3ad7f9546f4b27334661f4de2dccad2a14b92338634b71d4d451205d94459e4afea816215f0085d4389d17305c91d28278bb274f62662af17641cd6f2b893b60b6435e36e336894e8e09c64a9b91aab":"31dfad053d934b04f97e08d2423949d7566e0f2693a6ded26326bcf73b978fb63d23cbf240bc4332fe73b68dfa28d8f0bdfc7ca60692d38f1fc9e9b5bf1ee8307570e0426819515bec8aae72f04b0ad0459d9493d38c6b9286b8f25868ffc5589f80410d":"3"
Gilles Peskine9e9314f2021-06-09 10:52:12 +02001459
Gilles Peskine9466d812021-06-15 21:10:16 +02001460Test GCD: gcd=4, 0 < A < B
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001461mpi_gcd:"427f915c5219b95bf752b66dada1b7c9c892bede1a33d3c32ede5149a4ca14f2fc2fba98565059995344f367f836769652a5fb8808c3c4bed50d379cfed3e0409c9680588acc6c7a90b8e89940640e6b077cc61a6f65e4c35e4bedcb36aa5c762a0056bc":"ceb8dd93f41a803370f2e9711771e6a7b6d399f93415f31d04e754c70946434445dd7f1283d10e6e2c64c2ef5d9b9ed1bc5c1807cc5b22863fe3572d7295607c5a0d174407b6d18adf64edf148332e3ec9dad11e98f61a480f3047d9e8448b713680d08637a178e4":"4"
Gilles Peskine9e9314f2021-06-09 10:52:12 +02001462
Gilles Peskine9466d812021-06-15 21:10:16 +02001463Test GCD: gcd=4, 0 < B < A
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001464mpi_gcd:"ceb8dd93f41a803370f2e9711771e6a7b6d399f93415f31d04e754c70946434445dd7f1283d10e6e2c64c2ef5d9b9ed1bc5c1807cc5b22863fe3572d7295607c5a0d174407b6d18adf64edf148332e3ec9dad11e98f61a480f3047d9e8448b713680d08637a178e4":"427f915c5219b95bf752b66dada1b7c9c892bede1a33d3c32ede5149a4ca14f2fc2fba98565059995344f367f836769652a5fb8808c3c4bed50d379cfed3e0409c9680588acc6c7a90b8e89940640e6b077cc61a6f65e4c35e4bedcb36aa5c762a0056bc":"4"
Gilles Peskine9e9314f2021-06-09 10:52:12 +02001465
Gilles Peskine9466d812021-06-15 21:10:16 +02001466Test GCD: gcd=6, 0 < A < B
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001467mpi_gcd:"63bf5a0a7b269609f2fc11a4847293aeacdc1e4d274dbda4c64d79ee772f1f6c7a4797e481788665fce76d1bf451b1e17bf8f94c0d25a71e3f93d36b7e3dd060eae1c084d032a2b7d9155ce5e09615a08b3b2927a718d7250d71e4b0d1ff8ab13f00821a":"136154c5dee27c04d296c5e29a32ad9fb923d66f5ce20ecab875aff2a8de964e668cc3e9bc5b995a5429724670c696e3a9a8a240bb288b3c95fd502c42be010ba8713a2e60b923a504f1764e9ec4cc55e2ec839ade571276c16c86bc6dc66d129d1c138c953723556":"6"
Gilles Peskine9e9314f2021-06-09 10:52:12 +02001468
Gilles Peskine9466d812021-06-15 21:10:16 +02001469Test GCD: gcd=6, 0 < B < A
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001470mpi_gcd:"136154c5dee27c04d296c5e29a32ad9fb923d66f5ce20ecab875aff2a8de964e668cc3e9bc5b995a5429724670c696e3a9a8a240bb288b3c95fd502c42be010ba8713a2e60b923a504f1764e9ec4cc55e2ec839ade571276c16c86bc6dc66d129d1c138c953723556":"63bf5a0a7b269609f2fc11a4847293aeacdc1e4d274dbda4c64d79ee772f1f6c7a4797e481788665fce76d1bf451b1e17bf8f94c0d25a71e3f93d36b7e3dd060eae1c084d032a2b7d9155ce5e09615a08b3b2927a718d7250d71e4b0d1ff8ab13f00821a":"6"
Gilles Peskine9e9314f2021-06-09 10:52:12 +02001471
Gilles Peskine3f1c3c92021-06-15 21:10:50 +02001472Test GCD: 0 < A = B
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001473mpi_gcd:"109fe45714866e56fdd4ad9b6b686df27224afb7868cf4f0cbb794526932853cbf0beea61594166654d13cd9fe0d9da594a97ee20230f12fb5434de73fb4f8102725a01622b31b1ea42e3a265019039ac1df31869bd97930d792fb72cdaa971d8a8015af":"109fe45714866e56fdd4ad9b6b686df27224afb7868cf4f0cbb794526932853cbf0beea61594166654d13cd9fe0d9da594a97ee20230f12fb5434de73fb4f8102725a01622b31b1ea42e3a265019039ac1df31869bd97930d792fb72cdaa971d8a8015af":"109fe45714866e56fdd4ad9b6b686df27224afb7868cf4f0cbb794526932853cbf0beea61594166654d13cd9fe0d9da594a97ee20230f12fb5434de73fb4f8102725a01622b31b1ea42e3a265019039ac1df31869bd97930d792fb72cdaa971d8a8015af"
Gilles Peskine3f1c3c92021-06-15 21:10:50 +02001474
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +02001475Base test mbedtls_mpi_inv_mod #1
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001476mpi_inv_mod:"3":"b":"4":0
Paul Bakker367dae42009-06-28 21:50:27 +00001477
Gilles Peskine36374882021-06-08 23:01:13 +02001478Test mbedtls_mpi_inv_mod: mod 0 (null)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001479mpi_inv_mod:"3":"":"0":MBEDTLS_ERR_MPI_BAD_INPUT_DATA
Gilles Peskine36374882021-06-08 23:01:13 +02001480
Gilles Peskine5fb6f702021-06-08 23:00:17 +02001481Test mbedtls_mpi_inv_mod: mod 0 (1 limb)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001482mpi_inv_mod:"3":"0":"0":MBEDTLS_ERR_MPI_BAD_INPUT_DATA
Paul Bakker367dae42009-06-28 21:50:27 +00001483
Gilles Peskine5fb6f702021-06-08 23:00:17 +02001484Test mbedtls_mpi_inv_mod: mod negative
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001485mpi_inv_mod:"3":"-b":"4":MBEDTLS_ERR_MPI_BAD_INPUT_DATA
Paul Bakker367dae42009-06-28 21:50:27 +00001486
Gilles Peskine5fb6f702021-06-08 23:00:17 +02001487Test mbedtls_mpi_inv_mod: 2^-1 mod 4
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001488mpi_inv_mod:"2":"4":"0":MBEDTLS_ERR_MPI_NOT_ACCEPTABLE
Paul Bakker367dae42009-06-28 21:50:27 +00001489
Gilles Peskine5fb6f702021-06-08 23:00:17 +02001490Test mbedtls_mpi_inv_mod: mod 1
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001491mpi_inv_mod:"3":"1":"0":MBEDTLS_ERR_MPI_BAD_INPUT_DATA
Hanno Becker4bcb4912017-04-18 15:49:39 +01001492
Gilles Peskine36374882021-06-08 23:01:13 +02001493Test mbedtls_mpi_inv_mod: 0 (null) ^-1
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001494mpi_inv_mod:"":"11":"":MBEDTLS_ERR_MPI_NOT_ACCEPTABLE
Gilles Peskine36374882021-06-08 23:01:13 +02001495
1496Test mbedtls_mpi_inv_mod: 0 (1 limb) ^-1
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001497mpi_inv_mod:"00":"11":"":MBEDTLS_ERR_MPI_NOT_ACCEPTABLE
Gilles Peskine36374882021-06-08 23:01:13 +02001498
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +02001499Test mbedtls_mpi_inv_mod #1
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001500mpi_inv_mod:"aa4df5cb14b4c31237f98bd1faf527c283c2d0f3eec89718664ba33f9762907c":"fffbbd660b94412ae61ead9c2906a344116e316a256fd387874c6c675b1d587d":"8d6a5c1d7adeae3e94b9bcd2c47e0d46e778bc8804a2cc25c02d775dc3d05b0c":0
Paul Bakker367dae42009-06-28 21:50:27 +00001501
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +02001502Base test mbedtls_mpi_is_prime #1
1503depends_on:MBEDTLS_GENPRIME
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001504mpi_is_prime:"0":MBEDTLS_ERR_MPI_NOT_ACCEPTABLE
Paul Bakker367dae42009-06-28 21:50:27 +00001505
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +02001506Base test mbedtls_mpi_is_prime #2
1507depends_on:MBEDTLS_GENPRIME
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001508mpi_is_prime:"1":MBEDTLS_ERR_MPI_NOT_ACCEPTABLE
Paul Bakker367dae42009-06-28 21:50:27 +00001509
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +02001510Base test mbedtls_mpi_is_prime #3
1511depends_on:MBEDTLS_GENPRIME
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001512mpi_is_prime:"2":0
Paul Bakker367dae42009-06-28 21:50:27 +00001513
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +02001514Base test mbedtls_mpi_is_prime #4
1515depends_on:MBEDTLS_GENPRIME
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001516mpi_is_prime:"3":0
Paul Bakker367dae42009-06-28 21:50:27 +00001517
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +02001518Base test mbedtls_mpi_is_prime #5
1519depends_on:MBEDTLS_GENPRIME
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001520mpi_is_prime:"4":MBEDTLS_ERR_MPI_NOT_ACCEPTABLE
Paul Bakker367dae42009-06-28 21:50:27 +00001521
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +02001522Base test mbedtls_mpi_is_prime #6
1523depends_on:MBEDTLS_GENPRIME
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001524mpi_is_prime:"5":0
Paul Bakker367dae42009-06-28 21:50:27 +00001525
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +02001526Base test mbedtls_mpi_is_prime #7
1527depends_on:MBEDTLS_GENPRIME
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001528mpi_is_prime:"1b":MBEDTLS_ERR_MPI_NOT_ACCEPTABLE
Paul Bakker367dae42009-06-28 21:50:27 +00001529
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +02001530Base test mbedtls_mpi_is_prime #8
1531depends_on:MBEDTLS_GENPRIME
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001532mpi_is_prime:"2f":0
Paul Bakker367dae42009-06-28 21:50:27 +00001533
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +02001534Test mbedtls_mpi_is_prime #1a
1535depends_on:MBEDTLS_GENPRIME
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001536mpi_is_prime:"b91ba63180c726fbd57786f27f1ede97a3b40c59a7fcfb5898f076e9af57028d":MBEDTLS_ERR_MPI_NOT_ACCEPTABLE
Manuel Pégourié-Gonnard378fb4b2013-11-22 18:39:18 +01001537
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +02001538Test mbedtls_mpi_is_prime #1b
1539depends_on:MBEDTLS_GENPRIME
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001540mpi_is_prime:"b3a119602ee213cde28581ecd892e0f592a338655dce4ca88054b3d124d0e561":MBEDTLS_ERR_MPI_NOT_ACCEPTABLE
Manuel Pégourié-Gonnard378fb4b2013-11-22 18:39:18 +01001541
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +02001542Test mbedtls_mpi_is_prime #2a
1543depends_on:MBEDTLS_GENPRIME
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001544mpi_is_prime:"284139ea19c139ebe09a8111926aaa39a2c2be12ed487a809d3cb5bc55854725b4cdcb5734c58f90b2f60d99cc1950cdbc8d651793e93c9c6f0ead752500a32c56c62082912b66132b2a6aa42ada923e1ad22ceb7ba0123":0
Paul Bakker367dae42009-06-28 21:50:27 +00001545
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +02001546Test mbedtls_mpi_is_prime #2b
1547depends_on:MBEDTLS_GENPRIME
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001548mpi_is_prime:"284139ea19c139ebe09a8111926aaa39a2c2be12ed487a809d3cb5bc55854725b4cdcb5734c58f90b2f60d99cc1950cdbc8d651793e93c9c6f0ead752500a32c56c62082912b66132b2a6aa42ada923e1ad22ceb7ba00c1":MBEDTLS_ERR_MPI_NOT_ACCEPTABLE
Paul Bakkere896fea2009-07-06 06:40:23 +00001549
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +02001550Test mbedtls_mpi_is_prime #3
1551depends_on:MBEDTLS_GENPRIME
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001552mpi_is_prime:"257ffffffffffffffffff":0
Paul Bakkerba48cb22009-07-12 11:01:32 +00001553
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +02001554Test mbedtls_mpi_is_prime #4
1555depends_on:MBEDTLS_GENPRIME
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001556mpi_is_prime:"a1ffffffffffffffffffff":0
Paul Bakkerba48cb22009-07-12 11:01:32 +00001557
Gilles Peskineefa2ac82019-09-19 21:20:26 +02001558Test mbedtls_mpi_is_prime #5 [#1]
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +02001559depends_on:MBEDTLS_GENPRIME
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001560mpi_is_prime:"397ffffffffffffffffffffffffffff":0
Paul Bakkerba48cb22009-07-12 11:01:32 +00001561
Gilles Peskineefa2ac82019-09-19 21:20:26 +02001562Test mbedtls_mpi_is_prime #5 [#2]
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +02001563depends_on:MBEDTLS_GENPRIME
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001564mpi_is_prime:"aaaaaaaaaaaaaab":0
Paul Bakkerba48cb22009-07-12 11:01:32 +00001565
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +02001566Test mbedtls_mpi_is_prime #6
1567depends_on:MBEDTLS_GENPRIME
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001568mpi_is_prime:"2aaaaaaaaaaaaaaaaaab":0
Paul Bakkerba48cb22009-07-12 11:01:32 +00001569
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +02001570Test mbedtls_mpi_is_prime #7
1571depends_on:MBEDTLS_GENPRIME
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001572mpi_is_prime:"aaaaaaaaaaaaaaaaaaaaaaaab":0
Paul Bakkerba48cb22009-07-12 11:01:32 +00001573
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +02001574Test mbedtls_mpi_is_prime #8
1575depends_on:MBEDTLS_GENPRIME
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001576mpi_is_prime:"2aaaaaaaaaaaaaaaaaaaaaaaaaaaaaab":0
Paul Bakkerba48cb22009-07-12 11:01:32 +00001577
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +02001578Test mbedtls_mpi_is_prime #9
1579depends_on:MBEDTLS_GENPRIME
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001580mpi_is_prime:"4df72d07b4b71c8dacb6cffa954f8d88254b6277099308baf003fab73227f34029643b5a263f66e0d3c3fa297ef71755efd53b8fb6cb812c6bbf7bcf179298bd9947c4c8b14324140a2c0f5fad7958a69050a987a6096e9f055fb38edf0c5889eca4a0cfa99b45fbdeee4c696b328ddceae4723945901ec025076b12b":0
Paul Bakkerba48cb22009-07-12 11:01:32 +00001581
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +02001582Test mbedtls_mpi_is_prime #10
1583depends_on:MBEDTLS_GENPRIME
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001584mpi_is_prime:"cb50e82a8583f44ee0025942e7362991b24e12663a0ddc234a57b0f7b4ff7b025bf5a6707dedc2898e70b739042c95a996283dffdf67558768784553c61e302e8812bc90f0bb0696870cfb910b560cefed8d99bbf7a00b31ccdbd56f3594e5a653cfd127d2167b13119e5c45c3f76b4e3d904a9bc0cbb43c33aa7f23b":0
Paul Bakkerba48cb22009-07-12 11:01:32 +00001585
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +02001586Test mbedtls_mpi_is_prime #11
1587depends_on:MBEDTLS_GENPRIME
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001588mpi_is_prime:"7a364ab3de755f924642bd5273524234f78395da1ed9098f39af4fe248288b0cb7f1c27214588969479d7dc9f0d327b5544dd4c095aa1fa271df421fe9ee460855cc8423d223e2c85dc793f6babdca7fc804ea1f408f867db053bfd98c45085ea5d805c78d2863bacdfcaf4c6147ebb74a9056045074785714c0b84ed":0
Paul Bakkerba48cb22009-07-12 11:01:32 +00001589
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +02001590Test mbedtls_mpi_is_prime #12
1591depends_on:MBEDTLS_GENPRIME
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001592mpi_is_prime:"9c3525e8404f89b7d30b3ccfdb0fab17f81adebbac1b6c6bf558a796014fe3b6cd2c4445c0826d7ef5f5d3aff5ac108185675d2159cd275c64812f24da66dbb0147efc6a3d2f8060e8304f48844abc9d33686087ccc11f":0
Paul Bakkerba48cb22009-07-12 11:01:32 +00001593
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +02001594Test mbedtls_mpi_is_prime #13
1595depends_on:MBEDTLS_GENPRIME
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001596mpi_is_prime:"284139ea19c139ebe09a8111926aaa39a2c2be12ed487a809d3cb5bc55854725b4cdcb5734c58f90b2f60d99cc1950cdbc8d651793e93c9c6f0ead752500a32c56c62082912b66132b2a6aa42ada923e1ad22ceb7ba0123":0
Paul Bakkerba48cb22009-07-12 11:01:32 +00001597
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +02001598Test mbedtls_mpi_is_prime #14
1599depends_on:MBEDTLS_GENPRIME
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001600mpi_is_prime:"2eede25f74336afd1f51cbc4e809f8bb746ffac49335d129d1ff322ee3498b2b8144f0b136de076db169da4f4436de1f0c715b3d255272b4d77523174081a2fb703f82409185e0ef73e5a8bdf94e5b789fb7bf9be8eec9f":0
Paul Bakkerba48cb22009-07-12 11:01:32 +00001601
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +02001602Test mbedtls_mpi_is_prime #15
1603depends_on:MBEDTLS_GENPRIME
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001604mpi_is_prime:"7fffffffffffffffffffffffffffffff":0
Paul Bakkerba48cb22009-07-12 11:01:32 +00001605
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +02001606Test mbedtls_mpi_is_prime #16
1607depends_on:MBEDTLS_GENPRIME
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001608mpi_is_prime:"7fffffff":0
Paul Bakkerba48cb22009-07-12 11:01:32 +00001609
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +02001610Test mbedtls_mpi_is_prime #17
1611depends_on:MBEDTLS_GENPRIME
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001612mpi_is_prime:"39531fcd":0
Paul Bakkerba48cb22009-07-12 11:01:32 +00001613
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +02001614Test mbedtls_mpi_is_prime #18
1615depends_on:MBEDTLS_GENPRIME
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001616mpi_is_prime:"ab1cdb3":0
Paul Bakkerba48cb22009-07-12 11:01:32 +00001617
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +02001618Test mbedtls_mpi_is_prime #19
1619depends_on:MBEDTLS_GENPRIME
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001620mpi_is_prime:"1ef3103":0
Paul Bakkerba48cb22009-07-12 11:01:32 +00001621
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +02001622Test mbedtls_mpi_is_prime #20
1623depends_on:MBEDTLS_GENPRIME
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001624mpi_is_prime:"2faa127":0
Paul Bakkerba48cb22009-07-12 11:01:32 +00001625
Janos Follath64eca052018-09-05 17:04:49 +01001626Test mbedtls_mpi_is_prime_det (4 non-witnesses)
1627depends_on:MBEDTLS_GENPRIME
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001628mpi_is_prime_det:"043BD64BA10B11DA83FBD296B04BCA9E0552FAF6E09CAC74E2D7E735ED0DB09FC47ED76145644203EE0C826013BC602F560BCDAAED557D04683859A65D659FF828A245A2C5B1AC41E01E4669A525A45E23AF":"040EA852F7935ACCECC0E87B845281F047D10DC9AAFEF990AF9D3D66770DA30B0C5B5E03EEA8C0CB79B936FE0BB8EE5389EC1D34EB16C58AA3F2E11AF084160CDF6400BE1CC179867AB074866952D9F34EE7042D27F960E715A97FCB93F3182247D0A6AE51BD21CC2F6B0651F9E572C5FB86F3137053FA85FD7A51816D69B3A53A5A438C17754836D04E98CA240B901F828332F2D72D88C497DA45F533F99A6E53EDEA6B0424EC8951B048FA9A80134B37D0A67014597934E3CFC52C5A4DD4751ADF8D66FC79E84E2A3148C4B15C17E12CB659390FD275F39A331FFC80EC699BC3F6FAB868E30E9B14575FCDAB6FAED01E00112DD28704177E09C335AD43A696FEA761E8DF3B0663277A5C3637F9060CB5E5654F72E9A6B0F369E660AD4CF7ABF4195493545B367BD55271CD4BB7D9C15D3F508FE8F7409C2126FC8E73B43A67CD4EFB21E9F15DBF040A2A8D5F5ED75CEAC12B595C0051F3EC9D5A58ACE82A9506E64F780E9836728260FFE1BFD73E8A9869E3D46A35A856D3028F7FEAB9F4F1A04449AEDC80017EE1014080D87F0B50C8EF255324CD89F7D039":82:5
Janos Follath64eca052018-09-05 17:04:49 +01001629
1630Test mbedtls_mpi_is_prime_det (39 non-witnesses)
1631depends_on:MBEDTLS_GENPRIME
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001632mpi_is_prime_det:"155102B67930FBE8858DF6C0642D77D419A7B7968E622CC7500F3E3F2C5168368C50E0083187":"119B3E2C721834D83416239B04447AA18AE0163E61DCAE97054563D79E094A6FA4485BD6A0501445BF57FE9C058926CDB862E04CC1A95D79D61D9AB3466857A53E04F8D7470C9C86649B226A13DDC534E18DFD5C22FAEA317CA4D4960F18457FD6D2FFB5F3273F74C89980DC774590D8D30D1159CA81999ED94A042D67DA68C82616AD46C2C88288A8EBD0B37AC7C152D9522CA4544642AD1210F6B642FEBF43563FA872B0DEFAFC69D0B6570E8FEA9570D0AADCFA9B06CC8BFD62CEDC221541210EEEF9762448C6D49F26AA767A4D66CB168589E0201923015314E6CD4A480E5936E7CF145F73A564C5B782635B3AFC3028E2632C5D3458224A7C9E8BA1876E8F690463C878292D3DC011E9640331E7F7621F2B5E0F6713DD8C9D6767521C4BA880DA8D11C67753C8493D2C4C4F1443147550D0B25B7FAD04EAFA9F8AA60974C1365C8A794CFEECEB4279B1150909A97E5A7A10B5D91186CA5B25A612036631FE73529C8CFAE51E76FB704A772DE5320EFC1212E7A399B1FEBF57D014AF9129DFF5D2C5DFBBEEAC55F360CF6D22FA90B8E2E9AD0C71AB6495A9452A58D653B8CC26128C66B43EFBA6E39AEC5717A1A3C2AE1449FCABAFE1180B159DA55190CD81A3D9E8D798647E11B827F0A057D6DA5AAD78AB5112EE65E10E8B8B369BA24E1B8AD2CD8548C497016C07A143DE1232F8059BE303572456FA92E76A0F23D1340629228B7D27C02D3833A72745B91A3DBEB5E081117A9F19597F00E4277B414FAEA8C8CEB895C37F956A5A22F8D7A10ADA50B22BAB312504904511AA0EFDD4D3BF20ECB17E8A684564FFB5BBD5E22C429F9A75A4FB4AE468FE7612ED53C7A11212E7EF3435CC9CA6E7DB167B8CCE2BECF35F89013F8F876223C77FA81570970858663C6E32B91080AA47F9C90177F51E6FD7747B910C9489C7B6ACB070996198AD9A40A69711274159210A9A12DBAAA4FB4632446066AB70D735DC95F7C2BCE517E88C064D728DE82B1B043DF4AEE0EFF5131120A4E5B9B4180EB6F6B8A0D1491ABDA069058A9966B1A517D8E7B4997DC52A1E698FD79E271153DF1913FE6787A5D99DE69F39C3F22D26DC731CFBB33FF5C267D85D7A3DAE8E1C87E1DB2F1236212EF1942EA756967FB3D07D629E59EA4034D9A9B5E270DD4A31C8A3DFDA99C1094B5537132C196DA2AEAF5253A019B9AF25B5DCB0D4DD75C7C9C353DA9DAABFB23959A5455312E7E1C21268C1BC14E83DCFDF50C27FD3E8B4EDC04C5F3CB5FCFFF2B57151E1B1EE1A6456DC006BC43E1158674AA4CF7D146DE4A57103BE43ED130C8007294ED2418C7A2B769A7D20EBB5A8367A77B313F81BB119B9954305FF160FF83EED7F808EE6D340A5CCC000CF81AA497D315D350CCE4E86A31456B8AA85B677491FC662933DFA55EB5BFF64B8D85430D676A85D1CAFAFF383E68C4E6C22A51063739EC03FC58C36C07C44E54828BE2152B2E9AFB0F179B157D09B64C147B524BB5424BB1914419424D9100D06EDCFC718F4DF3D562E9E16C446663F35273CA7BC5426B868A80C8D415C9A12A1619CDB7CDB5BEBC70313150BDF8C3AB26B809FE62D28E798EF1EF98C410A2DA0A9071F82154AC569078B0E647E2C085D1D907E634453442803D0492D3D0C78CACB762020C0E589C8B0981321EA2771305FD0413F3B2963FCE9A232F6641DB7E12ADC009A032063C41756E5E19E5711DE12711F07AFE7545B4D83F3EFD7BFD0435297C89DF3D4AF96EBE2CE8D64B93E36EA5D7E5A0492151D0CAEE7449A7D35E1A3C83E22C3B35162C073CC3B1CF76FBDEE84270721FC042EAAEB7325110181415E2031CFB7462F15111291CDAC0560FF9F4C7341F2FA261B97CEF348D074AA2EB4DB153FE6B1410519DA4213B611999868F3B867A2B6D758D333C4989DE80782683CA26ECDE373C71524F01B76349CE8A07A5EBECBB42259CF970DDA756EC996B189FEA045FEE45F23D476960913106ECA2510B8517AA75D56FA4152B2BDDC212014E5D07FD964D6EE532F0616DF74E104659955132331FABF2D2AD265E71C93C648A956FA0A3DB21FF103D516527F2DA0E870340B61EE8A8ED913B60605EB5A67B834D0FC90564386012585609870FEF6530B3E3C037B55506F0B5694F6B0FC":38:40
Janos Follath64eca052018-09-05 17:04:49 +01001633
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +02001634Test mbedtls_mpi_gen_prime (Too small)
1635depends_on:MBEDTLS_GENPRIME
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001636mpi_gen_prime:2:0:MBEDTLS_ERR_MPI_BAD_INPUT_DATA
Manuel Pégourié-Gonnard15f58a82014-06-16 17:12:40 +02001637
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +02001638Test mbedtls_mpi_gen_prime (OK, minimum size)
1639depends_on:MBEDTLS_GENPRIME
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001640mpi_gen_prime:3:0:0
Manuel Pégourié-Gonnard15f58a82014-06-16 17:12:40 +02001641
Jethro Beekman66689272018-02-14 19:24:10 -08001642Test mbedtls_mpi_gen_prime (corner case limb size -1 bits)
1643depends_on:MBEDTLS_GENPRIME
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001644mpi_gen_prime:63:0:0
Jethro Beekman66689272018-02-14 19:24:10 -08001645
1646Test mbedtls_mpi_gen_prime (corner case limb size)
1647depends_on:MBEDTLS_GENPRIME
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001648mpi_gen_prime:64:0:0
Jethro Beekman66689272018-02-14 19:24:10 -08001649
1650Test mbedtls_mpi_gen_prime (corner case limb size +1 bits)
1651depends_on:MBEDTLS_GENPRIME
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001652mpi_gen_prime:65:0:0
Jethro Beekman66689272018-02-14 19:24:10 -08001653
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +02001654Test mbedtls_mpi_gen_prime (Larger)
1655depends_on:MBEDTLS_GENPRIME
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001656mpi_gen_prime:128:0:0
Manuel Pégourié-Gonnard15f58a82014-06-16 17:12:40 +02001657
Manuel Pégourié-Gonnard2cf5a7c2015-04-08 12:49:31 +02001658Test mbedtls_mpi_gen_prime (Safe)
1659depends_on:MBEDTLS_GENPRIME
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001660mpi_gen_prime:128:MBEDTLS_MPI_GEN_PRIME_FLAG_DH:0
Manuel Pégourié-Gonnard15f58a82014-06-16 17:12:40 +02001661
Janos Follatha3cb7eb2018-08-14 15:31:54 +01001662Test mbedtls_mpi_gen_prime (Safe with lower error rate)
1663depends_on:MBEDTLS_GENPRIME
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001664mpi_gen_prime:128:MBEDTLS_MPI_GEN_PRIME_FLAG_DH | MBEDTLS_MPI_GEN_PRIME_FLAG_LOW_ERR:0
Janos Follatha3cb7eb2018-08-14 15:31:54 +01001665
1666Test mbedtls_mpi_gen_prime standard RSA #1 (lower error rate)
1667depends_on:MBEDTLS_GENPRIME
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001668mpi_gen_prime:1024:MBEDTLS_MPI_GEN_PRIME_FLAG_LOW_ERR:0
Janos Follatha3cb7eb2018-08-14 15:31:54 +01001669
1670Test mbedtls_mpi_gen_prime standard RSA #2 (lower error rate)
1671depends_on:MBEDTLS_GENPRIME
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001672mpi_gen_prime:1536:MBEDTLS_MPI_GEN_PRIME_FLAG_LOW_ERR:0
Janos Follatha3cb7eb2018-08-14 15:31:54 +01001673
Paul Bakker2f5947e2011-05-18 15:47:11 +00001674Test bit getting (Value bit 25)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001675mpi_get_bit:"2faa127":25:1
Paul Bakker2f5947e2011-05-18 15:47:11 +00001676
1677Test bit getting (Larger but same limb)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001678mpi_get_bit:"2faa127":26:0
Paul Bakker2f5947e2011-05-18 15:47:11 +00001679
1680Test bit getting (Larger and non-existing limb)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001681mpi_get_bit:"2faa127":500:0
Paul Bakker2f5947e2011-05-18 15:47:11 +00001682
Gilles Peskine36374882021-06-08 23:01:13 +02001683Test bit getting in 0 (null)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001684mpi_get_bit:"":500:0
Gilles Peskine36374882021-06-08 23:01:13 +02001685
Paul Bakker2f5947e2011-05-18 15:47:11 +00001686Test bit getting (Value bit 24)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001687mpi_get_bit:"2faa127":24:0
Paul Bakker2f5947e2011-05-18 15:47:11 +00001688
1689Test bit getting (Value bit 23)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001690mpi_get_bit:"2faa127":23:1
Paul Bakker2f5947e2011-05-18 15:47:11 +00001691
1692Test bit set (Change existing value with a 1)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001693mpi_set_bit:"2faa127":24:1:"3faa127":0
Paul Bakker2f5947e2011-05-18 15:47:11 +00001694
1695Test bit set (Change existing value with a 0)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001696mpi_set_bit:"2faa127":25:0:"faa127":0
Paul Bakker2f5947e2011-05-18 15:47:11 +00001697
1698Test bit set (Add above existing limbs with a 0)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001699mpi_set_bit:"2faa127":80:0:"2faa127":0
Paul Bakker2f5947e2011-05-18 15:47:11 +00001700
1701Test bit set (Add above existing limbs with a 1)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001702mpi_set_bit:"2faa127":80:1:"100000000000002faa127":0
Paul Bakker2f5947e2011-05-18 15:47:11 +00001703
Gilles Peskine36374882021-06-08 23:01:13 +02001704Test bit set (Add to 0 (null) with a 0)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001705mpi_set_bit:"":65:0:"":0
Gilles Peskine36374882021-06-08 23:01:13 +02001706
1707Test bit set (Add to 0 (null) with a 1)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001708mpi_set_bit:"":65:1:"020000000000000000":0
Gilles Peskine36374882021-06-08 23:01:13 +02001709
Manuel Pégourié-Gonnard9a4a5ac2013-12-04 18:05:29 +01001710Test bit set (Bit index larger than 31 with a 0)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001711mpi_set_bit:"FFFFFFFFFFFFFFFF":32:0:"FFFFFFFEFFFFFFFF":0
Manuel Pégourié-Gonnard9a4a5ac2013-12-04 18:05:29 +01001712
1713Test bit set (Bit index larger than 31 with a 1)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001714mpi_set_bit:"00":32:1:"0100000000":0
Paul Bakkerec5ceb62016-07-14 12:47:07 +01001715
1716Test bit set (Invalid bit value)
Tom Cosgrove1b2947a2022-09-02 10:24:55 +01001717mpi_set_bit:"00":5:2:"00":MBEDTLS_ERR_MPI_BAD_INPUT_DATA
Manuel Pégourié-Gonnard9a4a5ac2013-12-04 18:05:29 +01001718
Gilles Peskine3cb1e292020-11-25 15:37:20 +01001719Fill random: 0 bytes
Gilles Peskine422e8672021-04-02 00:02:27 +02001720mpi_fill_random:0:0:0:0
Gilles Peskine3cb1e292020-11-25 15:37:20 +01001721
1722Fill random: 1 byte, good
Gilles Peskine422e8672021-04-02 00:02:27 +02001723mpi_fill_random:1:1:0:0
Gilles Peskine3cb1e292020-11-25 15:37:20 +01001724
1725Fill random: 2 bytes, good, no leading zero
Gilles Peskine422e8672021-04-02 00:02:27 +02001726mpi_fill_random:2:2:0:0
Gilles Peskine3cb1e292020-11-25 15:37:20 +01001727
1728Fill random: 2 bytes, good, 1 leading zero
Gilles Peskine422e8672021-04-02 00:02:27 +02001729mpi_fill_random:2:256:0:0
Gilles Peskine3cb1e292020-11-25 15:37:20 +01001730
1731Fill random: MAX_SIZE - 7, good
Gilles Peskine422e8672021-04-02 00:02:27 +02001732mpi_fill_random:MBEDTLS_MPI_MAX_SIZE - 7:MBEDTLS_MPI_MAX_SIZE - 7:0:0
Gilles Peskine3cb1e292020-11-25 15:37:20 +01001733
1734Fill random: MAX_SIZE, good
Gilles Peskine422e8672021-04-02 00:02:27 +02001735mpi_fill_random:MBEDTLS_MPI_MAX_SIZE:MBEDTLS_MPI_MAX_SIZE:0:0
1736
1737Fill random: 0 bytes, previously small >0
1738mpi_fill_random:0:0:1:0
1739
1740Fill random: 0 bytes, previously small <0
1741mpi_fill_random:0:0:-1:0
1742
1743Fill random: 0 bytes, previously large >0
1744mpi_fill_random:0:0:65:0
1745
1746Fill random: 0 bytes, previously large <0
1747mpi_fill_random:0:0:-65:0
1748
1749Fill random: 1 byte, previously small >0
1750mpi_fill_random:1:1:1:0
1751
1752Fill random: 1 byte, previously small <0
1753mpi_fill_random:1:1:-1:0
1754
1755Fill random: 1 byte, previously large >0
1756mpi_fill_random:1:1:65:0
1757
1758Fill random: 1 byte, previously large <0
1759mpi_fill_random:1:1:-65:0
1760
1761Fill random: 9 bytes, previously small >0
1762mpi_fill_random:1:1:1:0
1763
1764Fill random: 9 bytes, previously small <0
1765mpi_fill_random:1:1:-1:0
Gilles Peskine3cb1e292020-11-25 15:37:20 +01001766
1767Fill random: 1 byte, RNG failure
Gilles Peskine422e8672021-04-02 00:02:27 +02001768mpi_fill_random:1:0:0:MBEDTLS_ERR_ENTROPY_SOURCE_FAILED
Gilles Peskine3cb1e292020-11-25 15:37:20 +01001769
1770Fill random: 2 bytes, RNG failure after 1 byte
Gilles Peskine422e8672021-04-02 00:02:27 +02001771mpi_fill_random:2:1:0:MBEDTLS_ERR_ENTROPY_SOURCE_FAILED
Gilles Peskine3cb1e292020-11-25 15:37:20 +01001772
1773Fill random: 4 bytes, RNG failure after 3 bytes
Gilles Peskine422e8672021-04-02 00:02:27 +02001774mpi_fill_random:4:3:0:MBEDTLS_ERR_ENTROPY_SOURCE_FAILED
Gilles Peskine3cb1e292020-11-25 15:37:20 +01001775
1776Fill random: 8 bytes, RNG failure after 7 bytes
Gilles Peskine422e8672021-04-02 00:02:27 +02001777mpi_fill_random:8:7:0:MBEDTLS_ERR_ENTROPY_SOURCE_FAILED
Gilles Peskine3cb1e292020-11-25 15:37:20 +01001778
1779Fill random: 16 bytes, RNG failure after 1 bytes
Gilles Peskine422e8672021-04-02 00:02:27 +02001780mpi_fill_random:16:1:0:MBEDTLS_ERR_ENTROPY_SOURCE_FAILED
Gilles Peskine3cb1e292020-11-25 15:37:20 +01001781
1782Fill random: 16 bytes, RNG failure after 8 bytes
Gilles Peskine422e8672021-04-02 00:02:27 +02001783mpi_fill_random:16:8:0:MBEDTLS_ERR_ENTROPY_SOURCE_FAILED
Gilles Peskine3cb1e292020-11-25 15:37:20 +01001784
1785Fill random: 16 bytes, RNG failure after 15 bytes
Gilles Peskine422e8672021-04-02 00:02:27 +02001786mpi_fill_random:16:15:0:MBEDTLS_ERR_ENTROPY_SOURCE_FAILED
Gilles Peskine3cb1e292020-11-25 15:37:20 +01001787
1788Fill random: MAX_SIZE bytes, RNG failure after MAX_SIZE-1 bytes
Gilles Peskine422e8672021-04-02 00:02:27 +02001789mpi_fill_random:MBEDTLS_MPI_MAX_SIZE:MBEDTLS_MPI_MAX_SIZE-1:0:MBEDTLS_ERR_ENTROPY_SOURCE_FAILED
Gilles Peskine3cb1e292020-11-25 15:37:20 +01001790
Gilles Peskine951b5692021-04-13 20:44:04 +02001791MPI random in range: 1..2
1792mpi_random_many:1:"02":1000
1793
1794MPI random in range: 1..3
1795mpi_random_many:1:"03":1000
1796
Gilles Peskine02ac93a2021-03-29 22:02:55 +02001797MPI random in range: 1..4
1798mpi_random_many:1:"04":1000
1799
1800MPI random in range: 1..5
1801mpi_random_many:1:"05":1000
1802
1803MPI random in range: 1..6
1804mpi_random_many:1:"06":1000
1805
1806MPI random in range: 1..7
1807mpi_random_many:1:"07":1000
1808
1809MPI random in range: 1..8
1810mpi_random_many:1:"08":1000
1811
1812MPI random in range: 1..9
1813mpi_random_many:1:"09":1000
1814
1815MPI random in range: 1..10
1816mpi_random_many:1:"0a":1000
1817
1818MPI random in range: 1..11
1819mpi_random_many:1:"0b":1000
1820
1821MPI random in range: 1..12
1822mpi_random_many:1:"0c":1000
1823
1824MPI random in range: 1..255
Gilles Peskinedd543242022-09-20 23:07:23 +02001825mpi_random_many:1:"ff":200
Gilles Peskine02ac93a2021-03-29 22:02:55 +02001826
1827MPI random in range: 1..256
Gilles Peskinedd543242022-09-20 23:07:23 +02001828mpi_random_many:1:"0100":200
Gilles Peskine02ac93a2021-03-29 22:02:55 +02001829
1830MPI random in range: 1..257
Gilles Peskinedd543242022-09-20 23:07:23 +02001831mpi_random_many:1:"0101":200
Gilles Peskine02ac93a2021-03-29 22:02:55 +02001832
1833MPI random in range: 1..272
Gilles Peskinedd543242022-09-20 23:07:23 +02001834mpi_random_many:1:"0110":200
Gilles Peskine02ac93a2021-03-29 22:02:55 +02001835
1836MPI random in range: 1..2^64-1
1837mpi_random_many:1:"ffffffffffffffff":100
1838
1839MPI random in range: 1..2^64
1840mpi_random_many:1:"010000000000000000":100
1841
1842MPI random in range: 1..2^64+1
1843mpi_random_many:1:"010000000000000001":100
1844
1845MPI random in range: 1..2^64+2^63
1846mpi_random_many:1:"018000000000000000":100
1847
1848MPI random in range: 1..2^65-1
1849mpi_random_many:1:"01ffffffffffffffff":100
1850
1851MPI random in range: 1..2^65
1852mpi_random_many:1:"020000000000000000":100
1853
1854MPI random in range: 1..2^65+1
1855mpi_random_many:1:"020000000000000001":100
1856
1857MPI random in range: 1..2^65+2^64
1858mpi_random_many:1:"030000000000000000":100
1859
1860MPI random in range: 1..2^66+2^65
1861mpi_random_many:1:"060000000000000000":100
1862
1863MPI random in range: 1..2^71-1
1864mpi_random_many:1:"7fffffffffffffffff":100
1865
1866MPI random in range: 1..2^71
1867mpi_random_many:1:"800000000000000000":100
1868
1869MPI random in range: 1..2^71+1
1870mpi_random_many:1:"800000000000000001":100
1871
Gilles Peskine9077e432021-06-02 21:22:25 +02001872MPI random in range: 1..2^71+2^70
Gilles Peskine02ac93a2021-03-29 22:02:55 +02001873mpi_random_many:1:"c00000000000000000":100
1874
1875MPI random in range: 1..2^72-1
1876mpi_random_many:1:"ffffffffffffffffff":100
1877
1878MPI random in range: 1..2^72
1879mpi_random_many:1:"01000000000000000000":100
1880
1881MPI random in range: 1..2^72+1
1882mpi_random_many:1:"01000000000000000001":100
1883
Gilles Peskine9077e432021-06-02 21:22:25 +02001884MPI random in range: 1..2^72+2^71
Gilles Peskine02ac93a2021-03-29 22:02:55 +02001885mpi_random_many:1:"01800000000000000000":100
1886
Gilles Peskine951b5692021-04-13 20:44:04 +02001887MPI random in range: 0..1
1888mpi_random_many:0:"04":10000
1889
Gilles Peskine02ac93a2021-03-29 22:02:55 +02001890MPI random in range: 0..4
Gilles Peskine951b5692021-04-13 20:44:04 +02001891mpi_random_many:0:"04":10000
Gilles Peskine02ac93a2021-03-29 22:02:55 +02001892
1893MPI random in range: 2..4
Gilles Peskine951b5692021-04-13 20:44:04 +02001894mpi_random_many:2:"04":10000
Gilles Peskine02ac93a2021-03-29 22:02:55 +02001895
1896MPI random in range: 3..4
Gilles Peskine951b5692021-04-13 20:44:04 +02001897mpi_random_many:3:"04":10000
Gilles Peskine02ac93a2021-03-29 22:02:55 +02001898
Gilles Peskine1a7df4e2021-04-01 15:57:18 +02001899MPI random in range: smaller result
Gilles Peskine422e8672021-04-02 00:02:27 +02001900mpi_random_sizes:1:"aaaaaaaaaaaaaaaabbbbbbbbbbbbbbbb":1:0
Gilles Peskine1a7df4e2021-04-01 15:57:18 +02001901
1902MPI random in range: same size result (32-bit limbs)
Gilles Peskine422e8672021-04-02 00:02:27 +02001903mpi_random_sizes:1:"aaaaaaaaaaaaaaaa":2:0
Gilles Peskine1a7df4e2021-04-01 15:57:18 +02001904
1905MPI random in range: same size result (64-bit limbs)
Gilles Peskine422e8672021-04-02 00:02:27 +02001906mpi_random_sizes:1:"aaaaaaaaaaaaaaaa":1:0
Gilles Peskine1a7df4e2021-04-01 15:57:18 +02001907
1908MPI random in range: larger result
Gilles Peskine422e8672021-04-02 00:02:27 +02001909mpi_random_sizes:1:"aaaaaaaaaaaaaaaa":3:0
Gilles Peskine1a7df4e2021-04-01 15:57:18 +02001910
Gilles Peskine0cb493d2021-04-13 21:32:24 +02001911## The "0 limb in upper bound" tests rely on the fact that
1912## mbedtls_mpi_read_binary() bases the size of the MPI on the size of
1913## the input, without first checking for leading zeros. If this was
1914## not the case, the tests would still pass, but would not exercise
1915## the advertised behavior.
Gilles Peskine1a7df4e2021-04-01 15:57:18 +02001916MPI random in range: leading 0 limb in upper bound #0
Gilles Peskine422e8672021-04-02 00:02:27 +02001917mpi_random_sizes:1:"00aaaaaaaaaaaaaaaa":0:0
Gilles Peskine1a7df4e2021-04-01 15:57:18 +02001918
1919MPI random in range: leading 0 limb in upper bound #1
Gilles Peskine422e8672021-04-02 00:02:27 +02001920mpi_random_sizes:1:"00aaaaaaaaaaaaaaaa":1:0
Gilles Peskine1a7df4e2021-04-01 15:57:18 +02001921
1922MPI random in range: leading 0 limb in upper bound #2
Gilles Peskine422e8672021-04-02 00:02:27 +02001923mpi_random_sizes:1:"00aaaaaaaaaaaaaaaa":2:0
Gilles Peskine1a7df4e2021-04-01 15:57:18 +02001924
1925MPI random in range: leading 0 limb in upper bound #3
Gilles Peskine422e8672021-04-02 00:02:27 +02001926mpi_random_sizes:1:"00aaaaaaaaaaaaaaaa":3:0
Gilles Peskine1a7df4e2021-04-01 15:57:18 +02001927
1928MPI random in range: leading 0 limb in upper bound #4
Gilles Peskine422e8672021-04-02 00:02:27 +02001929mpi_random_sizes:1:"00aaaaaaaaaaaaaaaa":4:0
1930
1931MPI random in range: previously small >0
1932mpi_random_sizes:1:"1234567890":4:1
1933
1934MPI random in range: previously small <0
1935mpi_random_sizes:1:"1234567890":4:-1
1936
1937MPI random in range: previously large >0
1938mpi_random_sizes:1:"1234":4:65
1939
1940MPI random in range: previously large <0
1941mpi_random_sizes:1:"1234":4:-65
Gilles Peskine1a7df4e2021-04-01 15:57:18 +02001942
Gilles Peskine1e918f42021-03-29 22:14:51 +02001943MPI random bad arguments: min < 0
1944mpi_random_fail:-1:"04":MBEDTLS_ERR_MPI_BAD_INPUT_DATA
1945
1946MPI random bad arguments: min = N = 0
1947mpi_random_fail:0:"00":MBEDTLS_ERR_MPI_BAD_INPUT_DATA
1948
1949MPI random bad arguments: min = N = 1
1950mpi_random_fail:1:"01":MBEDTLS_ERR_MPI_BAD_INPUT_DATA
1951
Gilles Peskine0ad640a2021-04-13 20:47:07 +02001952MPI random bad arguments: min > N = 0
1953mpi_random_fail:1:"00":MBEDTLS_ERR_MPI_BAD_INPUT_DATA
1954
1955MPI random bad arguments: min > N = 1
1956mpi_random_fail:2:"01":MBEDTLS_ERR_MPI_BAD_INPUT_DATA
1957
Gilles Peskine0cb493d2021-04-13 21:32:24 +02001958MPI random bad arguments: min > N = 1, 0 limb in upper bound
Gilles Peskine0ad640a2021-04-13 20:47:07 +02001959mpi_random_fail:2:"000000000000000001":MBEDTLS_ERR_MPI_BAD_INPUT_DATA
Paul Bakker367dae42009-06-28 21:50:27 +00001960
Paul Bakker367dae42009-06-28 21:50:27 +00001961MPI Selftest
1962depends_on:MBEDTLS_SELF_TEST
1963mpi_selftest: