Test results for armeabi, berry0, crypto_kem/oddmanhattan192

[Page version: 20250206 00:27:24]

Measurements for armeabi, berry0, crypto_kem Test results for armeabi, berry0, crypto_kem Test results for crypto_kem/oddmanhattan192
Computer: berry0
Microarchitecture: armeabi; ARM1176 (410fb767)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240909
Operation: crypto_kem
Primitive: oddmanhattan192
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
37326172238332 0 52171994 484 1592T:optclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024122920240909
37351908715784 0 52168520 464 1584T:optgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024122920240909
37361532664420 0 52166392 480 1584T:optclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024122920240909
37422606466192 0 52170074 484 1584T:optclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024122920240909
37488436644700 0 52164956 456 1584T:optgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024122920240909
37537653194540 0 52166488 480 1584T:optclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024122920240909
37556989968328 0 52172010 484 1592T:optclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024122920240909
37640506285108 0 52166184 464 1584T:optgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024122920240909
37668199084912 0 52165900 464 1584T:optgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024122920240909
66724368495140 0 52166586 484 1584T:refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024123020240909
66784342647648 0 52168890 484 1592T:refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024122920240909
66848477827632 0 52168890 484 1592T:refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024123020240909
66851812494092 0 52162652 464 1584T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024122920240909
66881825223940 0 52162600 464 1584T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024122920240909
66901770163800 0 52163320 480 1584T:refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024123020240909
66905578094620 0 52164920 464 1584T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024122920240909
66912291823668 0 52161500 456 1584T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024122920240909
66925096823716 0 52163256 480 1584T:refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024122920240909

Compiler output


kem.c: kem.c:30:15: warning: passing 'char [32]' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
kem.c:   randombytes(seed,crypto_kem_BYTES);
kem.c:               ^~~~
kem.c: .../supercop-data/berry0/armeabi/include/randombytes.h:8:40: note: passing argument to parameter here
kem.c: extern void randombytes(unsigned char *,unsigned long long);
kem.c:                                        ^
kem.c: kem.c:35:25: warning: passing 'char [32]' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
kem.c:   seedexpander_init(ctx,seed,diversifier,maxlen);
kem.c:                         ^~~~
kem.c: ./rng.h:40:34: note: passing argument to parameter 'seed' here
kem.c:                   unsigned char *seed,
kem.c:                                  ^
kem.c: kem.c:131:30: warning: passing 'char [8]' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
kem.c:   seedexpander_init(ctx,seed,diversifier,maxlen);
kem.c:                              ^~~~~~~~~~~
kem.c: ./rng.h:41:34: note: passing argument to parameter 'diversifier' here
kem.c:                   unsigned char *diversifier,
kem.c:                                  ^
kem.c: kem.c:305:21: warning: unused variable 'b0' [-Wunused-variable]
kem.c:       unsigned char b0=1;
kem.c:                     ^
kem.c: 4 warnings generated.
rng.c: rng.c:31:17: warning: result of comparison of constant 4294967296 with expression of type 'unsigned long' is always false [-Wtautological-constant-out-of-range-compare]
rng.c:     if ( maxlen >= 0x100000000 )
rng.c:          ~~~~~~ ^  ~~~~~~~~~~~
rng.c: 1 warning generated.

Number of similar (implementation,compiler) pairs: 5, namely:
ImplementationCompiler
T:optclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:optclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:optclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:optclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:optclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Compiler output


kem.c: kem.c: In function 'crypto_kem_oddmanhattan192_opt_timingleaks_keypair':
kem.c: kem.c:30:15: warning: pointer targets in passing argument 1 of 'randombytes' differ in signedness [-Wpointer-sign]
kem.c:    30 |   randombytes(seed,crypto_kem_BYTES);
kem.c:       |               ^~~~
kem.c:       |               |
kem.c:       |               char *
kem.c: In file included from kem.c:5:
kem.c: .../supercop-data/berry0/armeabi/include/randombytes.h:8:25: note: expected 'unsigned char *' but argument is of type 'char *'
kem.c:     8 | extern void randombytes(unsigned char *,unsigned long long);
kem.c:       |                         ^~~~~~~~~~~~~~~
kem.c: kem.c:35:25: warning: pointer targets in passing argument 2 of 'seedexpander_init' differ in signedness [-Wpointer-sign]
kem.c:    35 |   seedexpander_init(ctx,seed,diversifier,maxlen);
kem.c:       |                         ^~~~
kem.c:       |                         |
kem.c:       |                         char *
kem.c: In file included from kem.c:3:
kem.c: rng.h:40:34: note: expected 'unsigned char *' but argument is of type 'char *'
kem.c:    40 |                   unsigned char *seed,
kem.c:       |                   ~~~~~~~~~~~~~~~^~~~
kem.c: kem.c: In function 'om_kem_enc':
kem.c: kem.c:131:30: warning: pointer targets in passing argument 3 of 'seedexpander_init' differ in signedness [-Wpointer-sign]
kem.c:   131 |   seedexpander_init(ctx,seed,diversifier,maxlen);
kem.c:       |                              ^~~~~~~~~~~
kem.c:       |                              |
kem.c:       |                              char *
kem.c: ...
rng.c: rng.c: In function 'AES256_ECB':
rng.c: rng.c:122:9: warning: variable 'ciphertext_len' set but not used [-Wunused-but-set-variable]
rng.c:   122 |     int ciphertext_len;
rng.c:       |         ^~~~~~~~~~~~~~

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
T:optgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:optgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:optgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:optgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

Compiler output


kem.c: kem.c:30:15: warning: passing 'char [32]' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
kem.c:   randombytes(seed,crypto_kem_BYTES);
kem.c:               ^~~~
kem.c: .../supercop-data/berry0/armeabi/include/randombytes.h:8:40: note: passing argument to parameter here
kem.c: extern void randombytes(unsigned char *,unsigned long long);
kem.c:                                        ^
kem.c: kem.c:35:25: warning: passing 'char [32]' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
kem.c:   seedexpander_init(ctx,seed,diversifier,maxlen);
kem.c:                         ^~~~
kem.c: ./rng.h:40:34: note: passing argument to parameter 'seed' here
kem.c:                   unsigned char *seed,
kem.c:                                  ^
kem.c: kem.c:125:30: warning: passing 'char [8]' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
kem.c:   seedexpander_init(ctx,seed,diversifier,maxlen);
kem.c:                              ^~~~~~~~~~~
kem.c: ./rng.h:41:34: note: passing argument to parameter 'diversifier' here
kem.c:                   unsigned char *diversifier,
kem.c:                                  ^
kem.c: kem.c:235:21: warning: unused variable 'b0' [-Wunused-variable]
kem.c:       unsigned char b0=1;
kem.c:                     ^
kem.c: 4 warnings generated.
rng.c: rng.c:31:17: warning: result of comparison of constant 4294967296 with expression of type 'unsigned long' is always false [-Wtautological-constant-out-of-range-compare]
rng.c:     if ( maxlen >= 0x100000000 )
rng.c:          ~~~~~~ ^  ~~~~~~~~~~~
rng.c: 1 warning generated.

Number of similar (implementation,compiler) pairs: 5, namely:
ImplementationCompiler
T:refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Compiler output


kem.c: kem.c: In function 'crypto_kem_oddmanhattan192_ref_timingleaks_keypair':
kem.c: kem.c:30:15: warning: pointer targets in passing argument 1 of 'randombytes' differ in signedness [-Wpointer-sign]
kem.c:    30 |   randombytes(seed,crypto_kem_BYTES);
kem.c:       |               ^~~~
kem.c:       |               |
kem.c:       |               char *
kem.c: In file included from kem.c:5:
kem.c: .../supercop-data/berry0/armeabi/include/randombytes.h:8:25: note: expected 'unsigned char *' but argument is of type 'char *'
kem.c:     8 | extern void randombytes(unsigned char *,unsigned long long);
kem.c:       |                         ^~~~~~~~~~~~~~~
kem.c: kem.c:35:25: warning: pointer targets in passing argument 2 of 'seedexpander_init' differ in signedness [-Wpointer-sign]
kem.c:    35 |   seedexpander_init(ctx,seed,diversifier,maxlen);
kem.c:       |                         ^~~~
kem.c:       |                         |
kem.c:       |                         char *
kem.c: In file included from kem.c:3:
kem.c: rng.h:40:34: note: expected 'unsigned char *' but argument is of type 'char *'
kem.c:    40 |                   unsigned char *seed,
kem.c:       |                   ~~~~~~~~~~~~~~~^~~~
kem.c: kem.c: In function 'om_kem_enc':
kem.c: kem.c:125:30: warning: pointer targets in passing argument 3 of 'seedexpander_init' differ in signedness [-Wpointer-sign]
kem.c:   125 |   seedexpander_init(ctx,seed,diversifier,maxlen);
kem.c:       |                              ^~~~~~~~~~~
kem.c:       |                              |
kem.c:       |                              char *
kem.c: ...
rng.c: rng.c: In function 'AES256_ECB':
rng.c: rng.c:122:9: warning: variable 'ciphertext_len' set but not used [-Wunused-but-set-variable]
rng.c:   122 |     int ciphertext_len;
rng.c:       |         ^~~~~~~~~~~~~~

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

Namespace violations


kem.o N 0
kem.o N 104
kem.o N 10b
kem.o N 119
kem.o N 12d
kem.o N 138
kem.o N 149
kem.o N 15b
kem.o N 15f
kem.o N 163
kem.o N 16f
kem.o N 186
kem.o N 198
kem.o N 1ac
kem.o N 1df
kem.o N 1ea
kem.o N 219
kem.o N 224
kem.o N 25
kem.o N 253
kem.o N 255
kem.o N 25f
kem.o N 268
kem.o N 26e
kem.o N 278
kem.o N 285
kem.o N 28b
kem.o N 28d
kem.o N 28f
kem.o N 293
kem.o N 2a2
kem.o N 2a4
kem.o N 2a6
kem.o N 2b
kem.o N 2b2
kem.o N 2bf
kem.o N 2c4
kem.o N 2c9
kem.o N 2ce
kem.o N 2d2
kem.o N 2d5
kem.o N 2e2
kem.o N 2f4
kem.o N 2fd
kem.o N 300
kem.o N 303
kem.o N 30a
kem.o N 316
kem.o N 318
kem.o N 321
kem.o N 323
kem.o N 32e
kem.o N 339
kem.o N 347
kem.o N 352
kem.o N 355
kem.o N 358
kem.o N 35a
kem.o N 35d
kem.o N 363
kem.o N 374
kem.o N 376
kem.o N 379
kem.o N 37c
kem.o N 37f
kem.o N 386
kem.o N 389
kem.o N 394
kem.o N 39e
kem.o N 3a6
kem.o N 3a9
kem.o N 3ac
kem.o N 3b3
kem.o N 3b7
kem.o N ee
kem.o N f3
kem.o N f7
kem.o om_kem_dec T
kem.o om_kem_enc T
kem.o om_random_generator T
rng.o AES256_CTR_DRBG_Update T
rng.o AES256_ECB T
rng.o DRBG_ctx B
rng.o N 0
rng.o N 109
rng.o N 11d
rng.o N 11f
rng.o N 12e
rng.o N 132
rng.o N 149
rng.o N 15c
rng.o N 16e
rng.o N 17e
rng.o N 18c
rng.o N 19f
rng.o N 1a9
rng.o N 1bb
rng.o N 1cf
rng.o N 1e3
rng.o N 1ea
rng.o N 1f7
rng.o N 1fc
rng.o N 209
rng.o N 217
rng.o N 226
rng.o N 234
rng.o N 242
rng.o N 24f
rng.o N 25
rng.o N 25b
rng.o N 269
rng.o N 279
rng.o N 286
rng.o N 28f
rng.o N 29a
rng.o N 2a1
rng.o N 2a9
rng.o N 2b
rng.o N 2b1
rng.o N 2bd
rng.o N 2c6
rng.o N 2ce
rng.o N 2da
rng.o N 2e9
rng.o N 2f8
rng.o N 304
rng.o N 30e
rng.o N 314
rng.o N 31f
rng.o N 327
rng.o N 335
rng.o N 33f
rng.o N 349
rng.o N 352
rng.o N 35e
rng.o N 369
rng.o N 377
rng.o N 385
rng.o N 392
rng.o N 399
rng.o N 3a6
rng.o N 3ad
rng.o N 3b3
rng.o N 3bc
rng.o N 3c5
rng.o N 3d7
rng.o N 3e4
rng.o N 3ef
rng.o N 3fc
rng.o N 413
rng.o N 417
rng.o N 41e
rng.o N 429
rng.o N 43a
rng.o N 44c
rng.o N 450
rng.o N 454
rng.o N 463
rng.o N 468
rng.o N 474
rng.o N 47b
rng.o N 47d
rng.o N 482
rng.o N 489
rng.o N 48b
rng.o N 49a
rng.o N 49e
rng.o N 4ad
rng.o N 4b2
rng.o N 4c0
rng.o N ee
rng.o N f7
rng.o N fb
rng.o handleErrors T
rng.o seedexpander T
rng.o seedexpander_init T

Number of similar (implementation,compiler) pairs: 3, namely:
ImplementationCompiler
T:optclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:optclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:optclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Namespace violations


kem.o N 0
kem.o N 103
kem.o N 10a
kem.o N 118
kem.o N 12c
kem.o N 137
kem.o N 148
kem.o N 15a
kem.o N 15e
kem.o N 162
kem.o N 16e
kem.o N 185
kem.o N 197
kem.o N 1ab
kem.o N 1de
kem.o N 1e9
kem.o N 218
kem.o N 223
kem.o N 25
kem.o N 252
kem.o N 254
kem.o N 25e
kem.o N 267
kem.o N 26d
kem.o N 277
kem.o N 284
kem.o N 28a
kem.o N 28c
kem.o N 28e
kem.o N 292
kem.o N 2a1
kem.o N 2a3
kem.o N 2a5
kem.o N 2b
kem.o N 2b1
kem.o N 2be
kem.o N 2c3
kem.o N 2c8
kem.o N 2cd
kem.o N 2d1
kem.o N 2d4
kem.o N 2e1
kem.o N 2f3
kem.o N 2fc
kem.o N 2ff
kem.o N 302
kem.o N 309
kem.o N 315
kem.o N 317
kem.o N 320
kem.o N 322
kem.o N 32d
kem.o N 338
kem.o N 346
kem.o N 351
kem.o N 354
kem.o N 357
kem.o N 359
kem.o N 35c
kem.o N 362
kem.o N 373
kem.o N 375
kem.o N 378
kem.o N 37b
kem.o N 37e
kem.o N 385
kem.o N 388
kem.o N 393
kem.o N 39d
kem.o N 3a5
kem.o N 3a8
kem.o N 3ab
kem.o N 3b2
kem.o N 3b6
kem.o N ed
kem.o N f2
kem.o N f6
kem.o om_kem_dec T
kem.o om_kem_enc T
kem.o om_random_generator T
rng.o AES256_CTR_DRBG_Update T
rng.o AES256_ECB T
rng.o DRBG_ctx B
rng.o N 0
rng.o N 108
rng.o N 11c
rng.o N 11e
rng.o N 12d
rng.o N 131
rng.o N 148
rng.o N 15b
rng.o N 16d
rng.o N 17d
rng.o N 18b
rng.o N 19e
rng.o N 1a8
rng.o N 1ba
rng.o N 1ce
rng.o N 1e2
rng.o N 1e9
rng.o N 1f6
rng.o N 1fb
rng.o N 208
rng.o N 216
rng.o N 225
rng.o N 233
rng.o N 241
rng.o N 24e
rng.o N 25
rng.o N 25a
rng.o N 268
rng.o N 278
rng.o N 285
rng.o N 28e
rng.o N 299
rng.o N 2a0
rng.o N 2a8
rng.o N 2b
rng.o N 2b0
rng.o N 2bc
rng.o N 2c5
rng.o N 2cd
rng.o N 2d9
rng.o N 2e8
rng.o N 2f7
rng.o N 303
rng.o N 30d
rng.o N 313
rng.o N 31e
rng.o N 326
rng.o N 334
rng.o N 33e
rng.o N 348
rng.o N 351
rng.o N 35d
rng.o N 368
rng.o N 376
rng.o N 384
rng.o N 391
rng.o N 398
rng.o N 3a5
rng.o N 3ac
rng.o N 3b2
rng.o N 3bb
rng.o N 3c4
rng.o N 3d6
rng.o N 3e3
rng.o N 3ee
rng.o N 3fb
rng.o N 412
rng.o N 416
rng.o N 41d
rng.o N 428
rng.o N 439
rng.o N 44b
rng.o N 44f
rng.o N 453
rng.o N 462
rng.o N 467
rng.o N 473
rng.o N 47a
rng.o N 47c
rng.o N 481
rng.o N 488
rng.o N 48a
rng.o N 499
rng.o N 49d
rng.o N 4ac
rng.o N 4b1
rng.o N 4bf
rng.o N ed
rng.o N f6
rng.o N fa
rng.o handleErrors T
rng.o seedexpander T
rng.o seedexpander_init T

Number of similar (implementation,compiler) pairs: 2, namely:
ImplementationCompiler
T:optclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:optclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Namespace violations


kem.o om_kem_dec T
kem.o om_kem_enc T
kem.o om_random_generator T
rng.o AES256_CTR_DRBG_Update T
rng.o AES256_ECB T
rng.o DRBG_ctx B
rng.o handleErrors T
rng.o seedexpander T
rng.o seedexpander_init T

Number of similar (implementation,compiler) pairs: 8, namely:
ImplementationCompiler
T:optgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:optgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:optgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:optgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

Namespace violations


kem.o N 0
kem.o N 104
kem.o N 10b
kem.o N 119
kem.o N 12d
kem.o N 138
kem.o N 149
kem.o N 15b
kem.o N 15f
kem.o N 163
kem.o N 16f
kem.o N 186
kem.o N 198
kem.o N 1ac
kem.o N 1df
kem.o N 1ea
kem.o N 219
kem.o N 224
kem.o N 25
kem.o N 253
kem.o N 255
kem.o N 25f
kem.o N 268
kem.o N 26e
kem.o N 278
kem.o N 285
kem.o N 28b
kem.o N 28d
kem.o N 28f
kem.o N 293
kem.o N 2a2
kem.o N 2a4
kem.o N 2a6
kem.o N 2b
kem.o N 2b2
kem.o N 2bf
kem.o N 2c4
kem.o N 2c9
kem.o N 2ce
kem.o N 2d2
kem.o N 2d5
kem.o N 2e2
kem.o N 2f4
kem.o N 2f7
kem.o N 2fa
kem.o N 301
kem.o N 30d
kem.o N 30f
kem.o N 318
kem.o N 31a
kem.o N 325
kem.o N 330
kem.o N 341
kem.o N 34f
kem.o N 35a
kem.o N 363
kem.o N 366
kem.o N 369
kem.o N 36b
kem.o N 36e
kem.o N 370
kem.o N 37b
kem.o N 385
kem.o N 38d
kem.o N 390
kem.o N 393
kem.o N 39a
kem.o N 39e
kem.o N ee
kem.o N f3
kem.o N f7
kem.o om_kem_dec T
kem.o om_kem_enc T
kem.o om_random_generator T
rng.o AES256_CTR_DRBG_Update T
rng.o AES256_ECB T
rng.o DRBG_ctx B
rng.o N 0
rng.o N 109
rng.o N 11d
rng.o N 11f
rng.o N 12e
rng.o N 132
rng.o N 149
rng.o N 15c
rng.o N 16e
rng.o N 17e
rng.o N 18c
rng.o N 19f
rng.o N 1a9
rng.o N 1bb
rng.o N 1cf
rng.o N 1e3
rng.o N 1ea
rng.o N 1f7
rng.o N 1fc
rng.o N 209
rng.o N 217
rng.o N 226
rng.o N 234
rng.o N 242
rng.o N 24f
rng.o N 25
rng.o N 25b
rng.o N 269
rng.o N 279
rng.o N 286
rng.o N 28f
rng.o N 29a
rng.o N 2a1
rng.o N 2a9
rng.o N 2b
rng.o N 2b1
rng.o N 2bd
rng.o N 2c6
rng.o N 2ce
rng.o N 2da
rng.o N 2e9
rng.o N 2f8
rng.o N 304
rng.o N 30e
rng.o N 314
rng.o N 31f
rng.o N 327
rng.o N 335
rng.o N 33f
rng.o N 349
rng.o N 352
rng.o N 35e
rng.o N 369
rng.o N 377
rng.o N 385
rng.o N 392
rng.o N 399
rng.o N 3a6
rng.o N 3ad
rng.o N 3b3
rng.o N 3bc
rng.o N 3c5
rng.o N 3d7
rng.o N 3e4
rng.o N 3ef
rng.o N 3fc
rng.o N 413
rng.o N 417
rng.o N 41e
rng.o N 429
rng.o N 43a
rng.o N 44c
rng.o N 450
rng.o N 454
rng.o N 463
rng.o N 468
rng.o N 474
rng.o N 47b
rng.o N 47d
rng.o N 482
rng.o N 489
rng.o N 48b
rng.o N 49a
rng.o N 49e
rng.o N 4ad
rng.o N 4b2
rng.o N 4c0
rng.o N ee
rng.o N f7
rng.o N fb
rng.o handleErrors T
rng.o seedexpander T
rng.o seedexpander_init T

Number of similar (implementation,compiler) pairs: 3, namely:
ImplementationCompiler
T:refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Namespace violations


kem.o N 0
kem.o N 103
kem.o N 10a
kem.o N 118
kem.o N 12c
kem.o N 137
kem.o N 148
kem.o N 15a
kem.o N 15e
kem.o N 162
kem.o N 16e
kem.o N 185
kem.o N 197
kem.o N 1ab
kem.o N 1de
kem.o N 1e9
kem.o N 218
kem.o N 223
kem.o N 25
kem.o N 252
kem.o N 254
kem.o N 25e
kem.o N 267
kem.o N 26d
kem.o N 277
kem.o N 284
kem.o N 28a
kem.o N 28c
kem.o N 28e
kem.o N 292
kem.o N 2a1
kem.o N 2a3
kem.o N 2a5
kem.o N 2b
kem.o N 2b1
kem.o N 2be
kem.o N 2c3
kem.o N 2c8
kem.o N 2cd
kem.o N 2d1
kem.o N 2d4
kem.o N 2e1
kem.o N 2f3
kem.o N 2f6
kem.o N 2f9
kem.o N 300
kem.o N 30c
kem.o N 30e
kem.o N 317
kem.o N 319
kem.o N 324
kem.o N 32f
kem.o N 340
kem.o N 34e
kem.o N 359
kem.o N 362
kem.o N 365
kem.o N 368
kem.o N 36a
kem.o N 36d
kem.o N 36f
kem.o N 37a
kem.o N 384
kem.o N 38c
kem.o N 38f
kem.o N 392
kem.o N 399
kem.o N 39d
kem.o N ed
kem.o N f2
kem.o N f6
kem.o om_kem_dec T
kem.o om_kem_enc T
kem.o om_random_generator T
rng.o AES256_CTR_DRBG_Update T
rng.o AES256_ECB T
rng.o DRBG_ctx B
rng.o N 0
rng.o N 108
rng.o N 11c
rng.o N 11e
rng.o N 12d
rng.o N 131
rng.o N 148
rng.o N 15b
rng.o N 16d
rng.o N 17d
rng.o N 18b
rng.o N 19e
rng.o N 1a8
rng.o N 1ba
rng.o N 1ce
rng.o N 1e2
rng.o N 1e9
rng.o N 1f6
rng.o N 1fb
rng.o N 208
rng.o N 216
rng.o N 225
rng.o N 233
rng.o N 241
rng.o N 24e
rng.o N 25
rng.o N 25a
rng.o N 268
rng.o N 278
rng.o N 285
rng.o N 28e
rng.o N 299
rng.o N 2a0
rng.o N 2a8
rng.o N 2b
rng.o N 2b0
rng.o N 2bc
rng.o N 2c5
rng.o N 2cd
rng.o N 2d9
rng.o N 2e8
rng.o N 2f7
rng.o N 303
rng.o N 30d
rng.o N 313
rng.o N 31e
rng.o N 326
rng.o N 334
rng.o N 33e
rng.o N 348
rng.o N 351
rng.o N 35d
rng.o N 368
rng.o N 376
rng.o N 384
rng.o N 391
rng.o N 398
rng.o N 3a5
rng.o N 3ac
rng.o N 3b2
rng.o N 3bb
rng.o N 3c4
rng.o N 3d6
rng.o N 3e3
rng.o N 3ee
rng.o N 3fb
rng.o N 412
rng.o N 416
rng.o N 41d
rng.o N 428
rng.o N 439
rng.o N 44b
rng.o N 44f
rng.o N 453
rng.o N 462
rng.o N 467
rng.o N 473
rng.o N 47a
rng.o N 47c
rng.o N 481
rng.o N 488
rng.o N 48a
rng.o N 499
rng.o N 49d
rng.o N 4ac
rng.o N 4b1
rng.o N 4bf
rng.o N ed
rng.o N f6
rng.o N fa
rng.o handleErrors T
rng.o seedexpander T
rng.o seedexpander_init T

Number of similar (implementation,compiler) pairs: 2, namely:
ImplementationCompiler
T:refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)