quickjs-tart

quickjs-based runtime for wallet-core logic
Log | Files | Refs | README | LICENSE

test_suite_constant_time.data (23252B)


      1 # these are the numbers we'd get with an empty plaintext and truncated HMAC
      2 Constant-flow memcpy from offset: small
      3 mbedtls_ct_memcpy_offset:0:5:10
      4 
      5 # we could get this with 255-bytes plaintext and untruncated SHA-256
      6 Constant-flow memcpy from offset: medium
      7 mbedtls_ct_memcpy_offset:0:255:32
      8 
      9 # we could get this with 255-bytes plaintext and untruncated SHA-384
     10 Constant-flow memcpy from offset: large
     11 mbedtls_ct_memcpy_offset:100:339:48
     12 
     13 mbedtls_ct_memcmp NULL
     14 mbedtls_ct_memcmp_null
     15 
     16 mbedtls_ct_memcmp len 1
     17 mbedtls_ct_memcmp:-1:1:0
     18 
     19 mbedtls_ct_memcmp len 3
     20 mbedtls_ct_memcmp:-1:3:0
     21 
     22 mbedtls_ct_memcmp len 4
     23 mbedtls_ct_memcmp:-1:4:0
     24 
     25 mbedtls_ct_memcmp len 5
     26 mbedtls_ct_memcmp:-1:5:0
     27 
     28 mbedtls_ct_memcmp len 15
     29 mbedtls_ct_memcmp:-1:15:0
     30 
     31 mbedtls_ct_memcmp len 16
     32 mbedtls_ct_memcmp:-1:16:0
     33 
     34 mbedtls_ct_memcmp len 17
     35 mbedtls_ct_memcmp:-1:17:0
     36 
     37 mbedtls_ct_memcmp len 1 different
     38 mbedtls_ct_memcmp:0:1:0
     39 
     40 mbedtls_ct_memcmp len 17 different
     41 mbedtls_ct_memcmp:0:17:0
     42 
     43 mbedtls_ct_memcmp len 17 different 1
     44 mbedtls_ct_memcmp:1:17:0
     45 
     46 mbedtls_ct_memcmp len 17 different 4
     47 mbedtls_ct_memcmp:4:17:0
     48 
     49 mbedtls_ct_memcmp len 17 different 10
     50 mbedtls_ct_memcmp:10:17:0
     51 
     52 mbedtls_ct_memcmp len 17 different 16
     53 mbedtls_ct_memcmp:16:17:0
     54 
     55 mbedtls_ct_memcmp len 1 offset 1 different
     56 mbedtls_ct_memcmp:0:1:1
     57 
     58 mbedtls_ct_memcmp len 17 offset 1 different
     59 mbedtls_ct_memcmp:0:17:1
     60 
     61 mbedtls_ct_memcmp len 17 offset 1 different 1
     62 mbedtls_ct_memcmp:1:17:1
     63 
     64 mbedtls_ct_memcmp len 17 offset 1 different 5
     65 mbedtls_ct_memcmp:5:17:1
     66 
     67 mbedtls_ct_memcmp len 1 offset 1
     68 mbedtls_ct_memcmp:-1:1:1
     69 
     70 mbedtls_ct_memcmp len 1 offset 2
     71 mbedtls_ct_memcmp:-1:1:2
     72 
     73 mbedtls_ct_memcmp len 1 offset 3
     74 mbedtls_ct_memcmp:-1:1:3
     75 
     76 mbedtls_ct_memcmp len 5 offset 1
     77 mbedtls_ct_memcmp:-1:5:1
     78 
     79 mbedtls_ct_memcmp len 5 offset 2
     80 mbedtls_ct_memcmp:-1:5:2
     81 
     82 mbedtls_ct_memcmp len 5 offset 3
     83 mbedtls_ct_memcmp:-1:5:3
     84 
     85 mbedtls_ct_memcmp len 17 offset 1
     86 mbedtls_ct_memcmp:-1:17:1
     87 
     88 mbedtls_ct_memcmp len 17 offset 2
     89 mbedtls_ct_memcmp:-1:17:2
     90 
     91 mbedtls_ct_memcmp len 17 offset 3
     92 mbedtls_ct_memcmp:-1:17:3
     93 
     94 mbedtls_ct_memcmp_single_bit_diff
     95 mbedtls_ct_memcmp_single_bit_diff:
     96 
     97 mbedtls_ct_memcpy_if len 1 offset 0
     98 mbedtls_ct_memcpy_if:1:1:0
     99 
    100 mbedtls_ct_memcpy_if len 1 offset 1
    101 mbedtls_ct_memcpy_if:1:1:1
    102 
    103 mbedtls_ct_memcpy_if len 4 offset 0
    104 mbedtls_ct_memcpy_if:1:1:0
    105 
    106 mbedtls_ct_memcpy_if len 4 offset 1
    107 mbedtls_ct_memcpy_if:1:1:1
    108 
    109 mbedtls_ct_memcpy_if len 4 offset 2
    110 mbedtls_ct_memcpy_if:1:1:2
    111 
    112 mbedtls_ct_memcpy_if len 4 offset 3
    113 mbedtls_ct_memcpy_if:1:1:3
    114 
    115 mbedtls_ct_memcpy_if len 15 offset 0
    116 mbedtls_ct_memcpy_if:1:15:0
    117 
    118 mbedtls_ct_memcpy_if len 15 offset 1
    119 mbedtls_ct_memcpy_if:1:15:1
    120 
    121 mbedtls_ct_memcpy_if len 16 offset 0
    122 mbedtls_ct_memcpy_if:1:16:0
    123 
    124 mbedtls_ct_memcpy_if len 16 offset 1
    125 mbedtls_ct_memcpy_if:1:16:1
    126 
    127 mbedtls_ct_memcpy_if len 17 offset 0
    128 mbedtls_ct_memcpy_if:1:17:0
    129 
    130 mbedtls_ct_memcpy_if len 17 offset 1
    131 mbedtls_ct_memcpy_if:1:17:1
    132 
    133 mbedtls_ct_memcpy_if len 0 not eq
    134 mbedtls_ct_memcpy_if:0:17:0
    135 
    136 mbedtls_ct_memcpy_if len 5 offset 1 not eq
    137 mbedtls_ct_memcpy_if:0:5:1
    138 
    139 mbedtls_ct_memcpy_if len 17 offset 3 not eq
    140 mbedtls_ct_memcpy_if:0:17:3
    141 
    142 mbedtls_ct_bool 0
    143 mbedtls_ct_bool:"0x0"
    144 
    145 mbedtls_ct_bool 1
    146 mbedtls_ct_bool:"0x1"
    147 
    148 mbedtls_ct_bool 4
    149 mbedtls_ct_bool:"0x4"
    150 
    151 mbedtls_ct_bool 0xfffffff
    152 mbedtls_ct_bool:"0xfffffff"
    153 
    154 mbedtls_ct_bool 0x7fffffff
    155 mbedtls_ct_bool:"0x7fffffff"
    156 
    157 mbedtls_ct_bool 0xfffffffe
    158 mbedtls_ct_bool:"0xfffffffe"
    159 
    160 mbedtls_ct_bool 0xffffffff
    161 mbedtls_ct_bool:"0xffffffff"
    162 
    163 mbedtls_ct_bool 0x0fffffffffffffff
    164 mbedtls_ct_bool:"0x0fffffffffffffff"
    165 
    166 mbedtls_ct_bool 0x7fffffffffffffff
    167 mbedtls_ct_bool:"0x7fffffffffffffff"
    168 
    169 mbedtls_ct_bool 0xffffffffffffffff
    170 mbedtls_ct_bool:"0xffffffffffffffff"
    171 
    172 mbedtls_ct_bool_xxx 0x0 0x0
    173 mbedtls_ct_bool_xxx:"0x0":"0x0"
    174 
    175 mbedtls_ct_bool_xxx 0x0 0x1
    176 mbedtls_ct_bool_xxx:"0x0":"0x1"
    177 
    178 mbedtls_ct_bool_xxx 0x0 0x7fffffff
    179 mbedtls_ct_bool_xxx:"0x0":"0x7fffffff"
    180 
    181 mbedtls_ct_bool_xxx 0x0 0xffffffff
    182 mbedtls_ct_bool_xxx:"0x0":"0xffffffff"
    183 
    184 mbedtls_ct_bool_xxx 0x0 0x7fffffffffffffff
    185 mbedtls_ct_bool_xxx:"0x0":"0x7fffffffffffffff"
    186 
    187 mbedtls_ct_bool_xxx 0x0 0xffffffffffffffff
    188 mbedtls_ct_bool_xxx:"0x0":"0xffffffffffffffff"
    189 
    190 mbedtls_ct_bool_xxx 0x1 0x0
    191 mbedtls_ct_bool_xxx:"0x1":"0x0"
    192 
    193 mbedtls_ct_bool_xxx 0x1 0x1
    194 mbedtls_ct_bool_xxx:"0x1":"0x1"
    195 
    196 mbedtls_ct_bool_xxx 0x1 0x7fffffff
    197 mbedtls_ct_bool_xxx:"0x1":"0x7fffffff"
    198 
    199 mbedtls_ct_bool_xxx 0x1 0xffffffff
    200 mbedtls_ct_bool_xxx:"0x1":"0xffffffff"
    201 
    202 mbedtls_ct_bool_xxx 0x1 0x7fffffffffffffff
    203 mbedtls_ct_bool_xxx:"0x1":"0x7fffffffffffffff"
    204 
    205 mbedtls_ct_bool_xxx 0x1 0xffffffffffffffff
    206 mbedtls_ct_bool_xxx:"0x1":"0xffffffffffffffff"
    207 
    208 mbedtls_ct_bool_xxx 0x7fffffff 0x0
    209 mbedtls_ct_bool_xxx:"0x7fffffff":"0x0"
    210 
    211 mbedtls_ct_bool_xxx 0x7fffffff 0x1
    212 mbedtls_ct_bool_xxx:"0x7fffffff":"0x1"
    213 
    214 mbedtls_ct_bool_xxx 0x7fffffff 0x7fffffff
    215 mbedtls_ct_bool_xxx:"0x7fffffff":"0x7fffffff"
    216 
    217 mbedtls_ct_bool_xxx 0x7fffffff 0xffffffff
    218 mbedtls_ct_bool_xxx:"0x7fffffff":"0xffffffff"
    219 
    220 mbedtls_ct_bool_xxx 0x7fffffff 0x7fffffffffffffff
    221 mbedtls_ct_bool_xxx:"0x7fffffff":"0x7fffffffffffffff"
    222 
    223 mbedtls_ct_bool_xxx 0x7fffffff 0xffffffffffffffff
    224 mbedtls_ct_bool_xxx:"0x7fffffff":"0xffffffffffffffff"
    225 
    226 mbedtls_ct_bool_xxx 0xffffffff 0x0
    227 mbedtls_ct_bool_xxx:"0xffffffff":"0x0"
    228 
    229 mbedtls_ct_bool_xxx 0xffffffff 0x1
    230 mbedtls_ct_bool_xxx:"0xffffffff":"0x1"
    231 
    232 mbedtls_ct_bool_xxx 0xffffffff 0x7fffffff
    233 mbedtls_ct_bool_xxx:"0xffffffff":"0x7fffffff"
    234 
    235 mbedtls_ct_bool_xxx 0xffffffff 0xffffffff
    236 mbedtls_ct_bool_xxx:"0xffffffff":"0xffffffff"
    237 
    238 mbedtls_ct_bool_xxx 0xffffffff 0x7fffffffffffffff
    239 mbedtls_ct_bool_xxx:"0xffffffff":"0x7fffffffffffffff"
    240 
    241 mbedtls_ct_bool_xxx 0xffffffff 0xffffffffffffffff
    242 mbedtls_ct_bool_xxx:"0xffffffff":"0xffffffffffffffff"
    243 
    244 mbedtls_ct_bool_xxx 0x7fffffffffffffff 0x0
    245 mbedtls_ct_bool_xxx:"0x7fffffffffffffff":"0x0"
    246 
    247 mbedtls_ct_bool_xxx 0x7fffffffffffffff 0x1
    248 mbedtls_ct_bool_xxx:"0x7fffffffffffffff":"0x1"
    249 
    250 mbedtls_ct_bool_xxx 0x7fffffffffffffff 0x7fffffff
    251 mbedtls_ct_bool_xxx:"0x7fffffffffffffff":"0x7fffffff"
    252 
    253 mbedtls_ct_bool_xxx 0x7fffffffffffffff 0xffffffff
    254 mbedtls_ct_bool_xxx:"0x7fffffffffffffff":"0xffffffff"
    255 
    256 mbedtls_ct_bool_xxx 0x7fffffffffffffff 0x7fffffffffffffff
    257 mbedtls_ct_bool_xxx:"0x7fffffffffffffff":"0x7fffffffffffffff"
    258 
    259 mbedtls_ct_bool_xxx 0x7fffffffffffffff 0xffffffffffffffff
    260 mbedtls_ct_bool_xxx:"0x7fffffffffffffff":"0xffffffffffffffff"
    261 
    262 mbedtls_ct_bool_xxx 0xffffffffffffffff 0x0
    263 mbedtls_ct_bool_xxx:"0xffffffffffffffff":"0x0"
    264 
    265 mbedtls_ct_bool_xxx 0xffffffffffffffff 0x1
    266 mbedtls_ct_bool_xxx:"0xffffffffffffffff":"0x1"
    267 
    268 mbedtls_ct_bool_xxx 0xffffffffffffffff 0x7fffffff
    269 mbedtls_ct_bool_xxx:"0xffffffffffffffff":"0x7fffffff"
    270 
    271 mbedtls_ct_bool_xxx 0xffffffffffffffff 0xffffffff
    272 mbedtls_ct_bool_xxx:"0xffffffffffffffff":"0xffffffff"
    273 
    274 mbedtls_ct_bool_xxx 0xffffffffffffffff 0x7fffffffffffffff
    275 mbedtls_ct_bool_xxx:"0xffffffffffffffff":"0x7fffffffffffffff"
    276 
    277 mbedtls_ct_bool_xxx 0xffffffffffffffff 0xffffffffffffffff
    278 mbedtls_ct_bool_xxx:"0xffffffffffffffff":"0xffffffffffffffff"
    279 
    280 mbedtls_ct_bool_xxx 138 256
    281 mbedtls_ct_bool_xxx:"138":"256"
    282 
    283 mbedtls_ct_bool_xxx 256 138
    284 mbedtls_ct_bool_xxx:"256":"138"
    285 
    286 mbedtls_ct_bool_xxx 6 6
    287 mbedtls_ct_bool_xxx:"0x6":"0x6"
    288 
    289 mbedtls_ct_uchar_in_range_if 0 0 0
    290 mbedtls_ct_uchar_in_range_if:0:0:0
    291 
    292 mbedtls_ct_uchar_in_range_if 0 0 100
    293 mbedtls_ct_uchar_in_range_if:0:0:100
    294 
    295 mbedtls_ct_uchar_in_range_if 0 0 255
    296 mbedtls_ct_uchar_in_range_if:0:0:255
    297 
    298 mbedtls_ct_uchar_in_range_if 0 65 0
    299 mbedtls_ct_uchar_in_range_if:0:65:0
    300 
    301 mbedtls_ct_uchar_in_range_if 0 65 100
    302 mbedtls_ct_uchar_in_range_if:0:65:100
    303 
    304 mbedtls_ct_uchar_in_range_if 0 65 255
    305 mbedtls_ct_uchar_in_range_if:0:65:255
    306 
    307 mbedtls_ct_uchar_in_range_if 0 90 0
    308 mbedtls_ct_uchar_in_range_if:0:90:0
    309 
    310 mbedtls_ct_uchar_in_range_if 0 90 100
    311 mbedtls_ct_uchar_in_range_if:0:90:100
    312 
    313 mbedtls_ct_uchar_in_range_if 0 90 255
    314 mbedtls_ct_uchar_in_range_if:0:90:255
    315 
    316 mbedtls_ct_uchar_in_range_if 0 255 0
    317 mbedtls_ct_uchar_in_range_if:0:255:0
    318 
    319 mbedtls_ct_uchar_in_range_if 0 255 100
    320 mbedtls_ct_uchar_in_range_if:0:255:100
    321 
    322 mbedtls_ct_uchar_in_range_if 0 255 255
    323 mbedtls_ct_uchar_in_range_if:0:255:255
    324 
    325 mbedtls_ct_uchar_in_range_if 65 0 0
    326 mbedtls_ct_uchar_in_range_if:65:0:0
    327 
    328 mbedtls_ct_uchar_in_range_if 65 0 100
    329 mbedtls_ct_uchar_in_range_if:65:0:100
    330 
    331 mbedtls_ct_uchar_in_range_if 65 0 255
    332 mbedtls_ct_uchar_in_range_if:65:0:255
    333 
    334 mbedtls_ct_uchar_in_range_if 65 65 0
    335 mbedtls_ct_uchar_in_range_if:65:65:0
    336 
    337 mbedtls_ct_uchar_in_range_if 65 65 100
    338 mbedtls_ct_uchar_in_range_if:65:65:100
    339 
    340 mbedtls_ct_uchar_in_range_if 65 65 255
    341 mbedtls_ct_uchar_in_range_if:65:65:255
    342 
    343 mbedtls_ct_uchar_in_range_if 65 90 0
    344 mbedtls_ct_uchar_in_range_if:65:90:0
    345 
    346 mbedtls_ct_uchar_in_range_if 65 90 100
    347 mbedtls_ct_uchar_in_range_if:65:90:100
    348 
    349 mbedtls_ct_uchar_in_range_if 65 90 255
    350 mbedtls_ct_uchar_in_range_if:65:90:255
    351 
    352 mbedtls_ct_uchar_in_range_if 65 255 0
    353 mbedtls_ct_uchar_in_range_if:65:255:0
    354 
    355 mbedtls_ct_uchar_in_range_if 65 255 100
    356 mbedtls_ct_uchar_in_range_if:65:255:100
    357 
    358 mbedtls_ct_uchar_in_range_if 65 255 255
    359 mbedtls_ct_uchar_in_range_if:65:255:255
    360 
    361 mbedtls_ct_uchar_in_range_if 90 0 0
    362 mbedtls_ct_uchar_in_range_if:90:0:0
    363 
    364 mbedtls_ct_uchar_in_range_if 90 0 100
    365 mbedtls_ct_uchar_in_range_if:90:0:100
    366 
    367 mbedtls_ct_uchar_in_range_if 90 0 255
    368 mbedtls_ct_uchar_in_range_if:90:0:255
    369 
    370 mbedtls_ct_uchar_in_range_if 90 65 0
    371 mbedtls_ct_uchar_in_range_if:90:65:0
    372 
    373 mbedtls_ct_uchar_in_range_if 90 65 100
    374 mbedtls_ct_uchar_in_range_if:90:65:100
    375 
    376 mbedtls_ct_uchar_in_range_if 90 65 255
    377 mbedtls_ct_uchar_in_range_if:90:65:255
    378 
    379 mbedtls_ct_uchar_in_range_if 90 90 0
    380 mbedtls_ct_uchar_in_range_if:90:90:0
    381 
    382 mbedtls_ct_uchar_in_range_if 90 90 100
    383 mbedtls_ct_uchar_in_range_if:90:90:100
    384 
    385 mbedtls_ct_uchar_in_range_if 90 90 255
    386 mbedtls_ct_uchar_in_range_if:90:90:255
    387 
    388 mbedtls_ct_uchar_in_range_if 90 255 0
    389 mbedtls_ct_uchar_in_range_if:90:255:0
    390 
    391 mbedtls_ct_uchar_in_range_if 90 255 100
    392 mbedtls_ct_uchar_in_range_if:90:255:100
    393 
    394 mbedtls_ct_uchar_in_range_if 90 255 255
    395 mbedtls_ct_uchar_in_range_if:90:255:255
    396 
    397 mbedtls_ct_uchar_in_range_if 255 0 0
    398 mbedtls_ct_uchar_in_range_if:255:0:0
    399 
    400 mbedtls_ct_uchar_in_range_if 255 0 100
    401 mbedtls_ct_uchar_in_range_if:255:0:100
    402 
    403 mbedtls_ct_uchar_in_range_if 255 0 255
    404 mbedtls_ct_uchar_in_range_if:255:0:255
    405 
    406 mbedtls_ct_uchar_in_range_if 255 65 0
    407 mbedtls_ct_uchar_in_range_if:255:65:0
    408 
    409 mbedtls_ct_uchar_in_range_if 255 65 100
    410 mbedtls_ct_uchar_in_range_if:255:65:100
    411 
    412 mbedtls_ct_uchar_in_range_if 255 65 255
    413 mbedtls_ct_uchar_in_range_if:255:65:255
    414 
    415 mbedtls_ct_uchar_in_range_if 255 90 0
    416 mbedtls_ct_uchar_in_range_if:255:90:0
    417 
    418 mbedtls_ct_uchar_in_range_if 255 90 100
    419 mbedtls_ct_uchar_in_range_if:255:90:100
    420 
    421 mbedtls_ct_uchar_in_range_if 255 90 255
    422 mbedtls_ct_uchar_in_range_if:255:90:255
    423 
    424 mbedtls_ct_uchar_in_range_if 255 255 0
    425 mbedtls_ct_uchar_in_range_if:255:255:0
    426 
    427 mbedtls_ct_uchar_in_range_if 255 255 100
    428 mbedtls_ct_uchar_in_range_if:255:255:100
    429 
    430 mbedtls_ct_uchar_in_range_if 255 255 255
    431 mbedtls_ct_uchar_in_range_if:255:255:255
    432 
    433 mbedtls_ct_if 0x0 0x0 0x0
    434 mbedtls_ct_if:"0x0":"0x0":"0x0"
    435 
    436 mbedtls_ct_if 0x0 0x0 0x1
    437 mbedtls_ct_if:"0x0":"0x0":"0x1"
    438 
    439 mbedtls_ct_if 0x0 0x0 0x7fffffff
    440 mbedtls_ct_if:"0x0":"0x0":"0x7fffffff"
    441 
    442 mbedtls_ct_if 0x0 0x0 0xffffffff
    443 mbedtls_ct_if:"0x0":"0x0":"0xffffffff"
    444 
    445 mbedtls_ct_if 0x0 0x0 0x7fffffffffffffff
    446 mbedtls_ct_if:"0x0":"0x0":"0x7fffffffffffffff"
    447 
    448 mbedtls_ct_if 0x0 0x0 0xffffffffffffffff
    449 mbedtls_ct_if:"0x0":"0x0":"0xffffffffffffffff"
    450 
    451 mbedtls_ct_if 0x0 0x1 0x0
    452 mbedtls_ct_if:"0x0":"0x1":"0x0"
    453 
    454 mbedtls_ct_if 0x0 0x1 0x1
    455 mbedtls_ct_if:"0x0":"0x1":"0x1"
    456 
    457 mbedtls_ct_if 0x0 0x1 0x7fffffff
    458 mbedtls_ct_if:"0x0":"0x1":"0x7fffffff"
    459 
    460 mbedtls_ct_if 0x0 0x1 0xffffffff
    461 mbedtls_ct_if:"0x0":"0x1":"0xffffffff"
    462 
    463 mbedtls_ct_if 0x0 0x1 0x7fffffffffffffff
    464 mbedtls_ct_if:"0x0":"0x1":"0x7fffffffffffffff"
    465 
    466 mbedtls_ct_if 0x0 0x1 0xffffffffffffffff
    467 mbedtls_ct_if:"0x0":"0x1":"0xffffffffffffffff"
    468 
    469 mbedtls_ct_if 0x0 0x7fffffff 0x0
    470 mbedtls_ct_if:"0x0":"0x7fffffff":"0x0"
    471 
    472 mbedtls_ct_if 0x0 0x7fffffff 0x1
    473 mbedtls_ct_if:"0x0":"0x7fffffff":"0x1"
    474 
    475 mbedtls_ct_if 0x0 0x7fffffff 0x7fffffff
    476 mbedtls_ct_if:"0x0":"0x7fffffff":"0x7fffffff"
    477 
    478 mbedtls_ct_if 0x0 0x7fffffff 0xffffffff
    479 mbedtls_ct_if:"0x0":"0x7fffffff":"0xffffffff"
    480 
    481 mbedtls_ct_if 0x0 0x7fffffff 0x7fffffffffffffff
    482 mbedtls_ct_if:"0x0":"0x7fffffff":"0x7fffffffffffffff"
    483 
    484 mbedtls_ct_if 0x0 0x7fffffff 0xffffffffffffffff
    485 mbedtls_ct_if:"0x0":"0x7fffffff":"0xffffffffffffffff"
    486 
    487 mbedtls_ct_if 0x0 0xffffffff 0x0
    488 mbedtls_ct_if:"0x0":"0xffffffff":"0x0"
    489 
    490 mbedtls_ct_if 0x0 0xffffffff 0x1
    491 mbedtls_ct_if:"0x0":"0xffffffff":"0x1"
    492 
    493 mbedtls_ct_if 0x0 0xffffffff 0x7fffffff
    494 mbedtls_ct_if:"0x0":"0xffffffff":"0x7fffffff"
    495 
    496 mbedtls_ct_if 0x0 0xffffffff 0xffffffff
    497 mbedtls_ct_if:"0x0":"0xffffffff":"0xffffffff"
    498 
    499 mbedtls_ct_if 0x0 0xffffffff 0x7fffffffffffffff
    500 mbedtls_ct_if:"0x0":"0xffffffff":"0x7fffffffffffffff"
    501 
    502 mbedtls_ct_if 0x0 0xffffffff 0xffffffffffffffff
    503 mbedtls_ct_if:"0x0":"0xffffffff":"0xffffffffffffffff"
    504 
    505 mbedtls_ct_if 0x0 0x7fffffffffffffff 0x0
    506 mbedtls_ct_if:"0x0":"0x7fffffffffffffff":"0x0"
    507 
    508 mbedtls_ct_if 0x0 0x7fffffffffffffff 0x1
    509 mbedtls_ct_if:"0x0":"0x7fffffffffffffff":"0x1"
    510 
    511 mbedtls_ct_if 0x0 0x7fffffffffffffff 0x7fffffff
    512 mbedtls_ct_if:"0x0":"0x7fffffffffffffff":"0x7fffffff"
    513 
    514 mbedtls_ct_if 0x0 0x7fffffffffffffff 0xffffffff
    515 mbedtls_ct_if:"0x0":"0x7fffffffffffffff":"0xffffffff"
    516 
    517 mbedtls_ct_if 0x0 0x7fffffffffffffff 0x7fffffffffffffff
    518 mbedtls_ct_if:"0x0":"0x7fffffffffffffff":"0x7fffffffffffffff"
    519 
    520 mbedtls_ct_if 0x0 0x7fffffffffffffff 0xffffffffffffffff
    521 mbedtls_ct_if:"0x0":"0x7fffffffffffffff":"0xffffffffffffffff"
    522 
    523 mbedtls_ct_if 0x0 0xffffffffffffffff 0x0
    524 mbedtls_ct_if:"0x0":"0xffffffffffffffff":"0x0"
    525 
    526 mbedtls_ct_if 0x0 0xffffffffffffffff 0x1
    527 mbedtls_ct_if:"0x0":"0xffffffffffffffff":"0x1"
    528 
    529 mbedtls_ct_if 0x0 0xffffffffffffffff 0x7fffffff
    530 mbedtls_ct_if:"0x0":"0xffffffffffffffff":"0x7fffffff"
    531 
    532 mbedtls_ct_if 0x0 0xffffffffffffffff 0xffffffff
    533 mbedtls_ct_if:"0x0":"0xffffffffffffffff":"0xffffffff"
    534 
    535 mbedtls_ct_if 0x0 0xffffffffffffffff 0x7fffffffffffffff
    536 mbedtls_ct_if:"0x0":"0xffffffffffffffff":"0x7fffffffffffffff"
    537 
    538 mbedtls_ct_if 0x0 0xffffffffffffffff 0xffffffffffffffff
    539 mbedtls_ct_if:"0x0":"0xffffffffffffffff":"0xffffffffffffffff"
    540 
    541 mbedtls_ct_if 0xffffffffffffffff 0x0 0x0
    542 mbedtls_ct_if:"0xffffffffffffffff":"0x0":"0x0"
    543 
    544 mbedtls_ct_if 0xffffffffffffffff 0x0 0x1
    545 mbedtls_ct_if:"0xffffffffffffffff":"0x0":"0x1"
    546 
    547 mbedtls_ct_if 0xffffffffffffffff 0x0 0x7fffffff
    548 mbedtls_ct_if:"0xffffffffffffffff":"0x0":"0x7fffffff"
    549 
    550 mbedtls_ct_if 0xffffffffffffffff 0x0 0xffffffff
    551 mbedtls_ct_if:"0xffffffffffffffff":"0x0":"0xffffffff"
    552 
    553 mbedtls_ct_if 0xffffffffffffffff 0x0 0x7fffffffffffffff
    554 mbedtls_ct_if:"0xffffffffffffffff":"0x0":"0x7fffffffffffffff"
    555 
    556 mbedtls_ct_if 0xffffffffffffffff 0x0 0xffffffffffffffff
    557 mbedtls_ct_if:"0xffffffffffffffff":"0x0":"0xffffffffffffffff"
    558 
    559 mbedtls_ct_if 0xffffffffffffffff 0x1 0x0
    560 mbedtls_ct_if:"0xffffffffffffffff":"0x1":"0x0"
    561 
    562 mbedtls_ct_if 0xffffffffffffffff 0x1 0x1
    563 mbedtls_ct_if:"0xffffffffffffffff":"0x1":"0x1"
    564 
    565 mbedtls_ct_if 0xffffffffffffffff 0x1 0x7fffffff
    566 mbedtls_ct_if:"0xffffffffffffffff":"0x1":"0x7fffffff"
    567 
    568 mbedtls_ct_if 0xffffffffffffffff 0x1 0xffffffff
    569 mbedtls_ct_if:"0xffffffffffffffff":"0x1":"0xffffffff"
    570 
    571 mbedtls_ct_if 0xffffffffffffffff 0x1 0x7fffffffffffffff
    572 mbedtls_ct_if:"0xffffffffffffffff":"0x1":"0x7fffffffffffffff"
    573 
    574 mbedtls_ct_if 0xffffffffffffffff 0x1 0xffffffffffffffff
    575 mbedtls_ct_if:"0xffffffffffffffff":"0x1":"0xffffffffffffffff"
    576 
    577 mbedtls_ct_if 0xffffffffffffffff 0x7fffffff 0x0
    578 mbedtls_ct_if:"0xffffffffffffffff":"0x7fffffff":"0x0"
    579 
    580 mbedtls_ct_if 0xffffffffffffffff 0x7fffffff 0x1
    581 mbedtls_ct_if:"0xffffffffffffffff":"0x7fffffff":"0x1"
    582 
    583 mbedtls_ct_if 0xffffffffffffffff 0x7fffffff 0x7fffffff
    584 mbedtls_ct_if:"0xffffffffffffffff":"0x7fffffff":"0x7fffffff"
    585 
    586 mbedtls_ct_if 0xffffffffffffffff 0x7fffffff 0xffffffff
    587 mbedtls_ct_if:"0xffffffffffffffff":"0x7fffffff":"0xffffffff"
    588 
    589 mbedtls_ct_if 0xffffffffffffffff 0x7fffffff 0x7fffffffffffffff
    590 mbedtls_ct_if:"0xffffffffffffffff":"0x7fffffff":"0x7fffffffffffffff"
    591 
    592 mbedtls_ct_if 0xffffffffffffffff 0x7fffffff 0xffffffffffffffff
    593 mbedtls_ct_if:"0xffffffffffffffff":"0x7fffffff":"0xffffffffffffffff"
    594 
    595 mbedtls_ct_if 0xffffffffffffffff 0xffffffff 0x0
    596 mbedtls_ct_if:"0xffffffffffffffff":"0xffffffff":"0x0"
    597 
    598 mbedtls_ct_if 0xffffffffffffffff 0xffffffff 0x1
    599 mbedtls_ct_if:"0xffffffffffffffff":"0xffffffff":"0x1"
    600 
    601 mbedtls_ct_if 0xffffffffffffffff 0xffffffff 0x7fffffff
    602 mbedtls_ct_if:"0xffffffffffffffff":"0xffffffff":"0x7fffffff"
    603 
    604 mbedtls_ct_if 0xffffffffffffffff 0xffffffff 0xffffffff
    605 mbedtls_ct_if:"0xffffffffffffffff":"0xffffffff":"0xffffffff"
    606 
    607 mbedtls_ct_if 0xffffffffffffffff 0xffffffff 0x7fffffffffffffff
    608 mbedtls_ct_if:"0xffffffffffffffff":"0xffffffff":"0x7fffffffffffffff"
    609 
    610 mbedtls_ct_if 0xffffffffffffffff 0xffffffff 0xffffffffffffffff
    611 mbedtls_ct_if:"0xffffffffffffffff":"0xffffffff":"0xffffffffffffffff"
    612 
    613 mbedtls_ct_if 0xffffffffffffffff 0x7fffffffffffffff 0x0
    614 mbedtls_ct_if:"0xffffffffffffffff":"0x7fffffffffffffff":"0x0"
    615 
    616 mbedtls_ct_if 0xffffffffffffffff 0x7fffffffffffffff 0x1
    617 mbedtls_ct_if:"0xffffffffffffffff":"0x7fffffffffffffff":"0x1"
    618 
    619 mbedtls_ct_if 0xffffffffffffffff 0x7fffffffffffffff 0x7fffffff
    620 mbedtls_ct_if:"0xffffffffffffffff":"0x7fffffffffffffff":"0x7fffffff"
    621 
    622 mbedtls_ct_if 0xffffffffffffffff 0x7fffffffffffffff 0xffffffff
    623 mbedtls_ct_if:"0xffffffffffffffff":"0x7fffffffffffffff":"0xffffffff"
    624 
    625 mbedtls_ct_if 0xffffffffffffffff 0x7fffffffffffffff 0x7fffffffffffffff
    626 mbedtls_ct_if:"0xffffffffffffffff":"0x7fffffffffffffff":"0x7fffffffffffffff"
    627 
    628 mbedtls_ct_if 0xffffffffffffffff 0x7fffffffffffffff 0xffffffffffffffff
    629 mbedtls_ct_if:"0xffffffffffffffff":"0x7fffffffffffffff":"0xffffffffffffffff"
    630 
    631 mbedtls_ct_if 0xffffffffffffffff 0xffffffffffffffff 0x0
    632 mbedtls_ct_if:"0xffffffffffffffff":"0xffffffffffffffff":"0x0"
    633 
    634 mbedtls_ct_if 0xffffffffffffffff 0xffffffffffffffff 0x1
    635 mbedtls_ct_if:"0xffffffffffffffff":"0xffffffffffffffff":"0x1"
    636 
    637 mbedtls_ct_if 0xffffffffffffffff 0xffffffffffffffff 0x7fffffff
    638 mbedtls_ct_if:"0xffffffffffffffff":"0xffffffffffffffff":"0x7fffffff"
    639 
    640 mbedtls_ct_if 0xffffffffffffffff 0xffffffffffffffff 0xffffffff
    641 mbedtls_ct_if:"0xffffffffffffffff":"0xffffffffffffffff":"0xffffffff"
    642 
    643 mbedtls_ct_if 0xffffffffffffffff 0xffffffffffffffff 0x7fffffffffffffff
    644 mbedtls_ct_if:"0xffffffffffffffff":"0xffffffffffffffff":"0x7fffffffffffffff"
    645 
    646 mbedtls_ct_if 0xffffffffffffffff 0xffffffffffffffff 0xffffffffffffffff
    647 mbedtls_ct_if:"0xffffffffffffffff":"0xffffffffffffffff":"0xffffffffffffffff"
    648 
    649 mbedtls_ct_error_if 0 0 0
    650 mbedtls_ct_error_if:0:0:0
    651 
    652 mbedtls_ct_error_if 0 0 -1
    653 mbedtls_ct_error_if:0:0:-1
    654 
    655 mbedtls_ct_error_if 0 0 -32766
    656 mbedtls_ct_error_if:0:0:-32766
    657 
    658 mbedtls_ct_error_if 0 0 -32767
    659 mbedtls_ct_error_if:0:0:-32767
    660 
    661 mbedtls_ct_error_if 0 -1 0
    662 mbedtls_ct_error_if:0:-1:0
    663 
    664 mbedtls_ct_error_if 0 -1 -1
    665 mbedtls_ct_error_if:0:-1:-1
    666 
    667 mbedtls_ct_error_if 0 -1 -32766
    668 mbedtls_ct_error_if:0:-1:-32766
    669 
    670 mbedtls_ct_error_if 0 -1 -32767
    671 mbedtls_ct_error_if:0:-1:-32767
    672 
    673 mbedtls_ct_error_if 0 -32766 0
    674 mbedtls_ct_error_if:0:-32766:0
    675 
    676 mbedtls_ct_error_if 0 -32766 -1
    677 mbedtls_ct_error_if:0:-32766:-1
    678 
    679 mbedtls_ct_error_if 0 -32766 -32766
    680 mbedtls_ct_error_if:0:-32766:-32766
    681 
    682 mbedtls_ct_error_if 0 -32766 -32767
    683 mbedtls_ct_error_if:0:-32766:-32767
    684 
    685 mbedtls_ct_error_if 0 -32767 0
    686 mbedtls_ct_error_if:0:-32767:0
    687 
    688 mbedtls_ct_error_if 0 -32767 -1
    689 mbedtls_ct_error_if:0:-32767:-1
    690 
    691 mbedtls_ct_error_if 0 -32767 -32766
    692 mbedtls_ct_error_if:0:-32767:-32766
    693 
    694 mbedtls_ct_error_if 0 -32767 -32767
    695 mbedtls_ct_error_if:0:-32767:-32767
    696 
    697 mbedtls_ct_error_if 1 0 0
    698 mbedtls_ct_error_if:1:0:0
    699 
    700 mbedtls_ct_error_if 1 0 -1
    701 mbedtls_ct_error_if:1:0:-1
    702 
    703 mbedtls_ct_error_if 1 0 -32766
    704 mbedtls_ct_error_if:1:0:-32766
    705 
    706 mbedtls_ct_error_if 1 0 -32767
    707 mbedtls_ct_error_if:1:0:-32767
    708 
    709 mbedtls_ct_error_if 1 -1 0
    710 mbedtls_ct_error_if:1:-1:0
    711 
    712 mbedtls_ct_error_if 1 -1 -1
    713 mbedtls_ct_error_if:1:-1:-1
    714 
    715 mbedtls_ct_error_if 1 -1 -32766
    716 mbedtls_ct_error_if:1:-1:-32766
    717 
    718 mbedtls_ct_error_if 1 -1 -32767
    719 mbedtls_ct_error_if:1:-1:-32767
    720 
    721 mbedtls_ct_error_if 1 -32766 0
    722 mbedtls_ct_error_if:1:-32766:0
    723 
    724 mbedtls_ct_error_if 1 -32766 -1
    725 mbedtls_ct_error_if:1:-32766:-1
    726 
    727 mbedtls_ct_error_if 1 -32766 -32766
    728 mbedtls_ct_error_if:1:-32766:-32766
    729 
    730 mbedtls_ct_error_if 1 -32766 -32767
    731 mbedtls_ct_error_if:1:-32766:-32767
    732 
    733 mbedtls_ct_error_if 1 -32767 0
    734 mbedtls_ct_error_if:1:-32767:0
    735 
    736 mbedtls_ct_error_if 1 -32767 -1
    737 mbedtls_ct_error_if:1:-32767:-1
    738 
    739 mbedtls_ct_error_if 1 -32767 -32766
    740 mbedtls_ct_error_if:1:-32767:-32766
    741 
    742 mbedtls_ct_error_if 1 -32767 -32767
    743 mbedtls_ct_error_if:1:-32767:-32767
    744 
    745 mbedtls_ct_zeroize_if 0x0 0
    746 mbedtls_ct_zeroize_if:"0x0":0
    747 
    748 mbedtls_ct_zeroize_if 0x0 1
    749 mbedtls_ct_zeroize_if:"0x0":1
    750 
    751 mbedtls_ct_zeroize_if 0x0 1024
    752 mbedtls_ct_zeroize_if:"0x0":1024
    753 
    754 mbedtls_ct_zeroize_if 0xffffffffffffffff 0
    755 mbedtls_ct_zeroize_if:"0xffffffffffffffff":0
    756 
    757 mbedtls_ct_zeroize_if 0xffffffffffffffff 1
    758 mbedtls_ct_zeroize_if:"0xffffffffffffffff":1
    759 
    760 mbedtls_ct_zeroize_if 0xffffffffffffffff 4
    761 mbedtls_ct_zeroize_if:"0xffffffffffffffff":4
    762 
    763 mbedtls_ct_zeroize_if 0xffffffffffffffff 5
    764 mbedtls_ct_zeroize_if:"0xffffffffffffffff":5
    765 
    766 mbedtls_ct_zeroize_if 0xffffffffffffffff 7
    767 mbedtls_ct_zeroize_if:"0xffffffffffffffff":7
    768 
    769 mbedtls_ct_zeroize_if 0xffffffffffffffff 8
    770 mbedtls_ct_zeroize_if:"0xffffffffffffffff":8
    771 
    772 mbedtls_ct_zeroize_if 0xffffffffffffffff 9
    773 mbedtls_ct_zeroize_if:"0xffffffffffffffff":9
    774 
    775 mbedtls_ct_zeroize_if 0xffffffffffffffff 1024
    776 mbedtls_ct_zeroize_if:"0xffffffffffffffff":1024
    777 
    778 mbedtls_ct_memmove_left 0 0
    779 mbedtls_ct_memmove_left:0:0
    780 
    781 mbedtls_ct_memmove_left 1 0
    782 mbedtls_ct_memmove_left:1:0
    783 
    784 mbedtls_ct_memmove_left 1 1
    785 mbedtls_ct_memmove_left:1:1
    786 
    787 mbedtls_ct_memmove_left 16 0
    788 mbedtls_ct_memmove_left:16:0
    789 
    790 mbedtls_ct_memmove_left 16 1
    791 mbedtls_ct_memmove_left:16:1
    792 
    793 mbedtls_ct_memmove_left 16 4
    794 mbedtls_ct_memmove_left:16:4
    795 
    796 mbedtls_ct_memmove_left 16 15
    797 mbedtls_ct_memmove_left:16:15
    798 
    799 mbedtls_ct_memmove_left 16 16
    800 mbedtls_ct_memmove_left:16:16
    801 
    802 mbedtls_ct_memcmp_partial -1 0 0 0
    803 mbedtls_ct_memcmp_partial:-1:0:0:0
    804 
    805 mbedtls_ct_memcmp_partial 0 1 0 0
    806 mbedtls_ct_memcmp_partial:0:1:0:0
    807 
    808 mbedtls_ct_memcmp_partial 0 1 1 0
    809 mbedtls_ct_memcmp_partial:0:1:1:0
    810 
    811 mbedtls_ct_memcmp_partial 0 1 0 1
    812 mbedtls_ct_memcmp_partial:0:1:0:1
    813 
    814 mbedtls_ct_memcmp_partial -1 1 0 0
    815 mbedtls_ct_memcmp_partial:-1:1:0:0
    816 
    817 mbedtls_ct_memcmp_partial 0 2 0 1
    818 mbedtls_ct_memcmp_partial:0:2:0:1
    819 
    820 mbedtls_ct_memcmp_partial 0 2 1 0
    821 mbedtls_ct_memcmp_partial:0:2:1:0
    822 
    823 mbedtls_ct_memcmp_partial 0 16 4 4
    824 mbedtls_ct_memcmp_partial:0:16:4:4
    825 
    826 mbedtls_ct_memcmp_partial 2 16 4 4
    827 mbedtls_ct_memcmp_partial:2:16:4:4
    828 
    829 mbedtls_ct_memcmp_partial 3 16 4 4
    830 mbedtls_ct_memcmp_partial:3:16:4:4
    831 
    832 mbedtls_ct_memcmp_partial 4 16 4 4
    833 mbedtls_ct_memcmp_partial:4:16:4:4
    834 
    835 mbedtls_ct_memcmp_partial 7 16 4 4
    836 mbedtls_ct_memcmp_partial:7:16:4:4
    837 
    838 mbedtls_ct_memcmp_partial 11 16 4 4
    839 mbedtls_ct_memcmp_partial:11:16:4:4
    840 
    841 mbedtls_ct_memcmp_partial 12 16 4 4
    842 mbedtls_ct_memcmp_partial:12:16:4:4
    843 
    844 mbedtls_ct_memcmp_partial 15 16 4 4
    845 mbedtls_ct_memcmp_partial:15:16:4:4
    846 
    847 mbedtls_ct_memcmp_partial 15 16 4 0
    848 mbedtls_ct_memcmp_partial:15:16:4:0
    849 
    850 mbedtls_ct_memcmp_partial 15 16 0 4
    851 mbedtls_ct_memcmp_partial:15:16:0:4
    852 
    853 mbedtls_ct_memcmp_partial 0 16 0 0
    854 mbedtls_ct_memcmp_partial:0:16:0:0
    855 
    856 mbedtls_ct_memcmp_partial 15 16 0 0
    857 mbedtls_ct_memcmp_partial:15:16:0:0
    858 
    859 mbedtls_ct_memcmp_partial -1 16 0 0
    860 mbedtls_ct_memcmp_partial:-1:16:0:0
    861 
    862 mbedtls_ct_memcmp_partial -1 16 12 4
    863 mbedtls_ct_memcmp_partial:-1:16:12:4
    864 
    865 mbedtls_ct_memcmp_partial -1 16 8 8
    866 mbedtls_ct_memcmp_partial:-1:16:8:8