Test results for armeabi, bblack, crypto_hash/nasha256
[Page version: 20241101 10:17:42]
Measurements for armeabi, bblack, crypto_hash
Test results for armeabi, bblack, crypto_hash
Test results for crypto_hash/nasha256
Computer: bblack
Microarchitecture: armeabi; Cortex-A8 (413fc082)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240716
Operation: crypto_hash
Primitive: nasha256
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
39288 | 40552 0 4 | 60743 412 131800 | T:opt_v4 | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240805 | 20240716 |
39920 | 30692 0 4 | 39286 452 131784 | T:opt_v4 | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240805 | 20240716 |
40328 | 33004 0 4 | 43663 412 131784 | T:opt_v4 | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240805 | 20240716 |
40328 | 33228 0 4 | 44591 412 131792 | T:opt_v4 | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240805 | 20240716 |
40376 | 33004 0 4 | 43663 412 131784 | T:opt_v4 | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240805 | 20240716 |
40416 | 30692 0 4 | 39685 408 131776 | T:opt_v4 | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240805 | 20240716 |
41040 | 25440 0 4 | 32953 448 131784 | T:opt_v4 | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240805 | 20240716 |
49248 | 22406 0 4 | 29525 440 131776 | T:opt_v4 | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240805 | 20240716 |
50712 | 8264 0 0 | 15769 444 704 | T:opt | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240805 | 20240716 |
52792 | 14420 0 0 | 23006 448 704 | T:opt | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240805 | 20240716 |
61544 | 22624 0 4 | 30081 448 131784 | T:opt_v4 | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240805 | 20240716 |
61792 | 7454 0 0 | 14565 436 704 | T:opt | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240805 | 20240716 |
64920 | 15016 0 0 | 25679 412 704 | T:opt | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240805 | 20240716 |
64952 | 15936 0 0 | 27303 412 712 | T:opt | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240805 | 20240716 |
65696 | 11488 0 0 | 20477 408 704 | T:opt | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240805 | 20240716 |
68632 | 15016 0 0 | 25679 412 704 | T:opt | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240805 | 20240716 |
69296 | 16344 0 0 | 36527 412 720 | T:opt | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240805 | 20240716 |
74288 | 7960 0 0 | 15409 444 704 | T:opt | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240805 | 20240716 |
Compiler output
Nasha.c: Nasha.c:243:17: warning: unused variable 'pom' [-Wunused-variable]
Nasha.c: uint_64t pom=state->count[1];
Nasha.c: ^
Nasha.c: Nasha.c:462:17: warning: unused variable 'pom' [-Wunused-variable]
Nasha.c: uint_64t pom=state->count[1];
Nasha.c: ^
Nasha.c: Nasha.c:627:1: warning: control may reach end of non-void function [-Wreturn-type]
Nasha.c: }
Nasha.c: ^
Nasha.c: Nasha.c:646:1: warning: control may reach end of non-void function [-Wreturn-type]
Nasha.c: }
Nasha.c: ^
Nasha.c: 4 warnings generated.
Number of similar (implementation,compiler) pairs: 5, namely:
Implementation | Compiler |
T:opt | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:opt | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:opt | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:opt | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:opt | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
Compiler output
Nasha.c: Nasha.c: In function 'Nasha_Final1':
Nasha.c: Nasha.c:243:17: warning: unused variable 'pom' [-Wunused-variable]
Nasha.c: uint_64t pom=state->count[1];
Nasha.c: ^~~
Nasha.c: Nasha.c: In function 'Nasha_Final2':
Nasha.c: Nasha.c:462:17: warning: unused variable 'pom' [-Wunused-variable]
Nasha.c: uint_64t pom=state->count[1];
Nasha.c: ^~~
Nasha.c: Nasha.c: In function 'Update':
Nasha.c: Nasha.c:627:1: warning: control reaches end of non-void function [-Wreturn-type]
Nasha.c: }
Nasha.c: ^
Nasha.c: Nasha.c: In function 'Final':
Nasha.c: Nasha.c:646:1: warning: control reaches end of non-void function [-Wreturn-type]
Nasha.c: }
Nasha.c: ^
Number of similar (implementation,compiler) pairs: 4, namely:
Implementation | Compiler |
T:opt | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:opt | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:opt | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:opt | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
Compiler output
Nasha.c: Nasha.c:304:17: warning: unused variable 'pom' [-Wunused-variable]
Nasha.c: uint_64t pom=state->count[1];
Nasha.c: ^
Nasha.c: Nasha.c:682:17: warning: unused variable 'pom' [-Wunused-variable]
Nasha.c: uint_64t pom=state->count[1];
Nasha.c: ^
Nasha.c: Nasha.c:815:29: warning: incompatible pointer to integer conversion assigning to 'uint_16t' (aka 'unsigned short') from 'uint_16t [256]' [-Wint-conversion]
Nasha.c: ssbox[i][j] = ssbox[i^j];
Nasha.c: ^ ~~~~~~~~~~
Nasha.c: Nasha.c:854:1: warning: control may reach end of non-void function [-Wreturn-type]
Nasha.c: }
Nasha.c: ^
Nasha.c: Nasha.c:873:1: warning: control may reach end of non-void function [-Wreturn-type]
Nasha.c: }
Nasha.c: ^
Nasha.c: 5 warnings generated.
Number of similar (implementation,compiler) pairs: 5, namely:
Implementation | Compiler |
T:opt_v4 | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:opt_v4 | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:opt_v4 | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:opt_v4 | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:opt_v4 | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
Compiler output
Nasha.c: Nasha.c: In function 'Nasha_Final1':
Nasha.c: Nasha.c:304:17: warning: unused variable 'pom' [-Wunused-variable]
Nasha.c: uint_64t pom=state->count[1];
Nasha.c: ^~~
Nasha.c: Nasha.c: In function 'Nasha_Final2':
Nasha.c: Nasha.c:682:17: warning: unused variable 'pom' [-Wunused-variable]
Nasha.c: uint_64t pom=state->count[1];
Nasha.c: ^~~
Nasha.c: Nasha.c: In function 'Init':
Nasha.c: Nasha.c:815:29: warning: assignment to 'uint_16t' {aka 'short unsigned int'} from 'uint_16t *' {aka 'short unsigned int *'} makes integer from pointer without a cast [-Wint-conversion]
Nasha.c: ssbox[i][j] = ssbox[i^j];
Nasha.c: ^
Nasha.c: Nasha.c: In function 'Update':
Nasha.c: Nasha.c:854:1: warning: control reaches end of non-void function [-Wreturn-type]
Nasha.c: }
Nasha.c: ^
Nasha.c: Nasha.c: In function 'Final':
Nasha.c: Nasha.c:873:1: warning: control reaches end of non-void function [-Wreturn-type]
Nasha.c: }
Nasha.c: ^
Number of similar (implementation,compiler) pairs: 4, namely:
Implementation | Compiler |
T:opt_v4 | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:opt_v4 | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:opt_v4 | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:opt_v4 | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
Namespace violations
Nasha.o Final T
Nasha.o Hash T
Nasha.o Init T
Nasha.o N 00000000
Nasha.o N 00000037
Nasha.o N 0000003f
Nasha.o N 00000104
Nasha.o N 0000010b
Nasha.o N 00000122
Nasha.o N 0000012d
Nasha.o N 00000136
Nasha.o N 0000013f
Nasha.o N 00000153
Nasha.o N 0000015a
Nasha.o N 00000161
Nasha.o N 00000168
Nasha.o N 0000016f
Nasha.o N 00000176
Nasha.o N 0000017d
Nasha.o N 00000184
Nasha.o N 00000189
Nasha.o N 00000197
Nasha.o N 000001a1
Nasha.o N 000001a9
Nasha.o N 000001b1
Nasha.o N 000001be
Nasha.o N 000001c6
Nasha.o N 000001cb
Nasha.o N 000001d7
Nasha.o N 000001f1
Nasha.o N 000001fc
Nasha.o N 00000205
Nasha.o N 0000020e
Nasha.o N 0000021c
Nasha.o N 00000227
Nasha.o N 0000022d
Nasha.o N 00000230
Nasha.o N 00000236
Nasha.o N 0000023c
Nasha.o N 0000023e
Nasha.o N 00000240
Nasha.o N 00000245
Nasha.o N 00000252
Nasha.o N 00000258
Nasha.o N 00000265
Nasha.o N 00000270
Nasha.o N 00000274
Nasha.o N 0000027e
Nasha.o N 0000028e
Nasha.o N 00000293
Nasha.o N 0000029f
Nasha.o N 000002aa
Nasha.o N 000002b5
Nasha.o N 000002b8
Nasha.o N 000002c2
Nasha.o N 000002cb
Nasha.o N 000002cf
Nasha.o N 000002d4
Nasha.o N 000002e3
Nasha.o N 000002eb
Nasha.o N 000002f9
Nasha.o N 00000308
Nasha.o N 00000316
Nasha.o N 00000326
Nasha.o N 00000335
Nasha.o N 00000343
Nasha.o N 00000352
Nasha.o N 00000357
Nasha.o N 00000368
Nasha.o N 00000375
Nasha.o N 00000383
Nasha.o N 00000391
Nasha.o N 000003a2
Nasha.o N 000003af
Nasha.o N 000003bd
Nasha.o N 000003cb
Nasha.o N 000003d2
Nasha.o N 000003d8
Nasha.o N 000003dd
Nasha.o N 000003df
Nasha.o N 000003e1
Nasha.o N 000003e3
Nasha.o N 000003e6
Nasha.o N 000003e9
Nasha.o N 000003ec
Nasha.o N 000003f2
Nasha.o N 00000401
Nasha.o N 0000040c
Nasha.o N 00000415
Nasha.o N 0000041e
Nasha.o N 00000424
Nasha.o N 0000042a
Nasha.o N 0000042e
Nasha.o N 00000430
Nasha.o N 00000433
Nasha.o N 00000435
Nasha.o N 00000438
Nasha.o N 0000043c
Nasha.o N 0000043f
Nasha.o N 00000442
Nasha.o N 00000445
Nasha.o N 00000448
Nasha.o N 0000044b
Nasha.o N 0000044e
Nasha.o N 00000455
Nasha.o N 0000045b
Nasha.o N 00000461
Nasha.o N 00000468
Nasha.o N 0000046e
Nasha.o N 00000474
Nasha.o N 00000477
Nasha.o N 0000047a
Nasha.o N 0000047d
Nasha.o N 00000480
Nasha.o N 00000483
Nasha.o N 00000486
Nasha.o N 00000489
Nasha.o N 0000048c
Nasha.o N 0000048f
Nasha.o N 00000492
Nasha.o N 00000496
Nasha.o N 0000049b
Nasha.o N 0000049f
Nasha.o N 000004a2
Nasha.o Nasha224_Final T
Nasha.o Nasha224_Hash T
Nasha.o Nasha224_Init T
Nasha.o Nasha256_Final T
Nasha.o Nasha256_Hash T
Nasha.o Nasha256_Init T
Nasha.o Nasha256_Update T
Nasha.o Nasha256_compile T
Nasha.o Nasha384_Final T
Nasha.o Nasha384_Hash T
Nasha.o Nasha384_Init T
Nasha.o Nasha512_Final T
Nasha.o Nasha512_Hash T
Nasha.o Nasha512_Init T
Nasha.o Nasha512_Update T
Nasha.o Nasha512_compile T
Nasha.o Nasha_Final1 T
Nasha.o Nasha_Final2 T
Nasha.o Update T
Nasha.o i224H1 R
Nasha.o i224H2 R
Nasha.o i256H1 R
Nasha.o i256H2 R
Nasha.o i384H1 R
Nasha.o i384H2 R
Nasha.o i512H1 R
Nasha.o i512H2 R
hash.o N 00000000
hash.o N 00000037
hash.o N 0000003e
hash.o N 00000103
hash.o N 00000110
hash.o N 00000118
hash.o N 0000011d
hash.o N 00000129
hash.o N 00000143
hash.o N 00000168
hash.o N 0000016c
hash.o N 00000170
hash.o N 0000017e
hash.o N 00000181
hash.o N 00000187
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:opt | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
Namespace violations
Nasha.o Final T
Nasha.o Hash T
Nasha.o Init T
Nasha.o N 00000000
Nasha.o N 00000037
Nasha.o N 0000003f
Nasha.o N 00000104
Nasha.o N 0000010b
Nasha.o N 00000122
Nasha.o N 0000012d
Nasha.o N 00000136
Nasha.o N 0000013f
Nasha.o N 00000153
Nasha.o N 0000015a
Nasha.o N 00000161
Nasha.o N 00000168
Nasha.o N 0000016f
Nasha.o N 00000176
Nasha.o N 0000017d
Nasha.o N 00000184
Nasha.o N 00000189
Nasha.o N 00000197
Nasha.o N 000001a1
Nasha.o N 000001a9
Nasha.o N 000001b1
Nasha.o N 000001be
Nasha.o N 000001c6
Nasha.o N 000001cb
Nasha.o N 000001d7
Nasha.o N 000001f1
Nasha.o N 000001fc
Nasha.o N 00000205
Nasha.o N 0000020e
Nasha.o N 0000021c
Nasha.o N 00000227
Nasha.o N 0000022d
Nasha.o N 00000230
Nasha.o N 00000236
Nasha.o N 0000023c
Nasha.o N 0000023e
Nasha.o N 00000240
Nasha.o N 00000245
Nasha.o N 00000252
Nasha.o N 00000258
Nasha.o N 00000265
Nasha.o N 00000270
Nasha.o N 00000274
Nasha.o N 0000027e
Nasha.o N 0000028e
Nasha.o N 00000293
Nasha.o N 0000029f
Nasha.o N 000002aa
Nasha.o N 000002b5
Nasha.o N 000002b8
Nasha.o N 000002c2
Nasha.o N 000002cb
Nasha.o N 000002cf
Nasha.o N 000002d4
Nasha.o N 000002e3
Nasha.o N 000002eb
Nasha.o N 000002f9
Nasha.o N 00000308
Nasha.o N 00000316
Nasha.o N 00000326
Nasha.o N 00000335
Nasha.o N 00000343
Nasha.o N 00000352
Nasha.o N 00000357
Nasha.o N 0000035d
Nasha.o N 0000036e
Nasha.o N 0000037b
Nasha.o N 00000389
Nasha.o N 00000397
Nasha.o N 000003a8
Nasha.o N 000003b5
Nasha.o N 000003c3
Nasha.o N 000003d1
Nasha.o N 000003d8
Nasha.o N 000003dd
Nasha.o N 000003df
Nasha.o N 000003e1
Nasha.o N 000003e3
Nasha.o N 000003e6
Nasha.o N 000003e9
Nasha.o N 000003ec
Nasha.o N 000003f2
Nasha.o N 00000401
Nasha.o N 0000040c
Nasha.o N 00000415
Nasha.o N 0000041e
Nasha.o N 00000424
Nasha.o N 0000042a
Nasha.o N 0000042e
Nasha.o N 00000430
Nasha.o N 00000433
Nasha.o N 00000435
Nasha.o N 00000438
Nasha.o N 0000043c
Nasha.o N 0000043f
Nasha.o N 00000442
Nasha.o N 00000445
Nasha.o N 00000448
Nasha.o N 0000044b
Nasha.o N 0000044e
Nasha.o N 00000455
Nasha.o N 0000045b
Nasha.o N 00000461
Nasha.o N 00000468
Nasha.o N 0000046e
Nasha.o N 00000474
Nasha.o N 00000477
Nasha.o N 0000047a
Nasha.o N 0000047d
Nasha.o N 00000480
Nasha.o N 00000483
Nasha.o N 00000486
Nasha.o N 00000489
Nasha.o N 0000048c
Nasha.o N 0000048f
Nasha.o N 00000492
Nasha.o N 00000496
Nasha.o N 0000049b
Nasha.o N 0000049f
Nasha.o N 000004a2
Nasha.o Nasha224_Final T
Nasha.o Nasha224_Hash T
Nasha.o Nasha224_Init T
Nasha.o Nasha256_Final T
Nasha.o Nasha256_Hash T
Nasha.o Nasha256_Init T
Nasha.o Nasha256_Update T
Nasha.o Nasha256_compile T
Nasha.o Nasha384_Final T
Nasha.o Nasha384_Hash T
Nasha.o Nasha384_Init T
Nasha.o Nasha512_Final T
Nasha.o Nasha512_Hash T
Nasha.o Nasha512_Init T
Nasha.o Nasha512_Update T
Nasha.o Nasha512_compile T
Nasha.o Nasha_Final1 T
Nasha.o Nasha_Final2 T
Nasha.o Update T
Nasha.o i224H1 R
Nasha.o i224H2 R
Nasha.o i256H1 R
Nasha.o i256H2 R
Nasha.o i384H1 R
Nasha.o i384H2 R
Nasha.o i512H1 R
Nasha.o i512H2 R
hash.o N 00000000
hash.o N 00000037
hash.o N 0000003e
hash.o N 00000103
hash.o N 00000110
hash.o N 00000118
hash.o N 0000011d
hash.o N 00000129
hash.o N 00000143
hash.o N 00000168
hash.o N 0000016c
hash.o N 00000170
hash.o N 0000017e
hash.o N 00000181
hash.o N 00000187
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:opt | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
Namespace violations
Nasha.o Final T
Nasha.o Hash T
Nasha.o Init T
Nasha.o N 00000000
Nasha.o N 00000037
Nasha.o N 0000003f
Nasha.o N 00000103
Nasha.o N 0000010a
Nasha.o N 00000121
Nasha.o N 0000012c
Nasha.o N 00000135
Nasha.o N 0000013e
Nasha.o N 00000152
Nasha.o N 00000159
Nasha.o N 00000160
Nasha.o N 00000167
Nasha.o N 0000016e
Nasha.o N 00000175
Nasha.o N 0000017c
Nasha.o N 00000183
Nasha.o N 00000188
Nasha.o N 00000196
Nasha.o N 000001a0
Nasha.o N 000001a8
Nasha.o N 000001b0
Nasha.o N 000001bd
Nasha.o N 000001c5
Nasha.o N 000001ca
Nasha.o N 000001d6
Nasha.o N 000001f0
Nasha.o N 000001fb
Nasha.o N 00000204
Nasha.o N 0000020d
Nasha.o N 0000021b
Nasha.o N 00000226
Nasha.o N 0000022c
Nasha.o N 0000022f
Nasha.o N 00000235
Nasha.o N 0000023b
Nasha.o N 0000023d
Nasha.o N 0000023f
Nasha.o N 00000244
Nasha.o N 00000251
Nasha.o N 00000257
Nasha.o N 00000264
Nasha.o N 0000026f
Nasha.o N 00000273
Nasha.o N 0000027d
Nasha.o N 0000028d
Nasha.o N 00000292
Nasha.o N 0000029e
Nasha.o N 000002a9
Nasha.o N 000002b4
Nasha.o N 000002b7
Nasha.o N 000002c1
Nasha.o N 000002ca
Nasha.o N 000002ce
Nasha.o N 000002d3
Nasha.o N 000002e2
Nasha.o N 000002ea
Nasha.o N 000002f8
Nasha.o N 00000307
Nasha.o N 00000315
Nasha.o N 00000325
Nasha.o N 00000334
Nasha.o N 00000342
Nasha.o N 00000351
Nasha.o N 00000356
Nasha.o N 00000367
Nasha.o N 00000374
Nasha.o N 00000382
Nasha.o N 00000390
Nasha.o N 000003a1
Nasha.o N 000003ae
Nasha.o N 000003bc
Nasha.o N 000003ca
Nasha.o N 000003d1
Nasha.o N 000003d7
Nasha.o N 000003dc
Nasha.o N 000003de
Nasha.o N 000003e0
Nasha.o N 000003e2
Nasha.o N 000003e5
Nasha.o N 000003e8
Nasha.o N 000003eb
Nasha.o N 000003f1
Nasha.o N 00000400
Nasha.o N 0000040b
Nasha.o N 00000414
Nasha.o N 0000041d
Nasha.o N 00000423
Nasha.o N 00000429
Nasha.o N 0000042d
Nasha.o N 0000042f
Nasha.o N 00000432
Nasha.o N 00000434
Nasha.o N 00000437
Nasha.o N 0000043b
Nasha.o N 0000043e
Nasha.o N 00000441
Nasha.o N 00000444
Nasha.o N 00000447
Nasha.o N 0000044a
Nasha.o N 0000044d
Nasha.o N 00000454
Nasha.o N 0000045a
Nasha.o N 00000460
Nasha.o N 00000467
Nasha.o N 0000046d
Nasha.o N 00000473
Nasha.o N 00000476
Nasha.o N 00000479
Nasha.o N 0000047c
Nasha.o N 0000047f
Nasha.o N 00000482
Nasha.o N 00000485
Nasha.o N 00000488
Nasha.o N 0000048b
Nasha.o N 0000048e
Nasha.o N 00000491
Nasha.o N 00000495
Nasha.o N 0000049a
Nasha.o N 0000049e
Nasha.o N 000004a1
Nasha.o Nasha224_Final T
Nasha.o Nasha224_Hash T
Nasha.o Nasha224_Init T
Nasha.o Nasha256_Final T
Nasha.o Nasha256_Hash T
Nasha.o Nasha256_Init T
Nasha.o Nasha256_Update T
Nasha.o Nasha256_compile T
Nasha.o Nasha384_Final T
Nasha.o Nasha384_Hash T
Nasha.o Nasha384_Init T
Nasha.o Nasha512_Final T
Nasha.o Nasha512_Hash T
Nasha.o Nasha512_Init T
Nasha.o Nasha512_Update T
Nasha.o Nasha512_compile T
Nasha.o Nasha_Final1 T
Nasha.o Nasha_Final2 T
Nasha.o Update T
Nasha.o i224H1 R
Nasha.o i224H2 R
Nasha.o i256H1 R
Nasha.o i256H2 R
Nasha.o i384H1 R
Nasha.o i384H2 R
Nasha.o i512H1 R
Nasha.o i512H2 R
hash.o N 00000000
hash.o N 00000037
hash.o N 0000003e
hash.o N 00000102
hash.o N 0000010f
hash.o N 00000117
hash.o N 0000011c
hash.o N 00000128
hash.o N 00000142
hash.o N 00000167
hash.o N 0000016b
hash.o N 0000016f
hash.o N 0000017d
hash.o N 00000180
hash.o N 00000186
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:opt | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
Namespace violations
Nasha.o Final T
Nasha.o Hash T
Nasha.o Init T
Nasha.o N 00000000
Nasha.o N 00000037
Nasha.o N 0000003f
Nasha.o N 00000104
Nasha.o N 0000010b
Nasha.o N 00000122
Nasha.o N 0000012d
Nasha.o N 00000136
Nasha.o N 0000013f
Nasha.o N 00000153
Nasha.o N 0000015a
Nasha.o N 00000161
Nasha.o N 00000168
Nasha.o N 0000016f
Nasha.o N 00000176
Nasha.o N 0000017d
Nasha.o N 00000184
Nasha.o N 00000189
Nasha.o N 00000197
Nasha.o N 000001a1
Nasha.o N 000001a9
Nasha.o N 000001b1
Nasha.o N 000001be
Nasha.o N 000001c6
Nasha.o N 000001cb
Nasha.o N 000001d7
Nasha.o N 000001f1
Nasha.o N 000001fc
Nasha.o N 00000205
Nasha.o N 0000020e
Nasha.o N 0000021c
Nasha.o N 00000227
Nasha.o N 0000022d
Nasha.o N 00000230
Nasha.o N 00000236
Nasha.o N 0000023c
Nasha.o N 0000023e
Nasha.o N 00000240
Nasha.o N 00000245
Nasha.o N 00000252
Nasha.o N 00000258
Nasha.o N 00000265
Nasha.o N 00000270
Nasha.o N 00000274
Nasha.o N 0000027e
Nasha.o N 0000028d
Nasha.o N 00000295
Nasha.o N 000002a1
Nasha.o N 000002af
Nasha.o N 000002be
Nasha.o N 000002cc
Nasha.o N 000002db
Nasha.o N 000002e9
Nasha.o N 000002f8
Nasha.o N 00000309
Nasha.o N 00000319
Nasha.o N 00000326
Nasha.o N 00000334
Nasha.o N 00000342
Nasha.o N 00000353
Nasha.o N 00000363
Nasha.o N 00000370
Nasha.o N 0000037e
Nasha.o N 0000038c
Nasha.o N 00000391
Nasha.o N 00000398
Nasha.o N 0000039e
Nasha.o N 000003a3
Nasha.o N 000003a5
Nasha.o N 000003a7
Nasha.o N 000003a9
Nasha.o N 000003ac
Nasha.o N 000003af
Nasha.o N 000003b2
Nasha.o N 000003b8
Nasha.o N 000003c7
Nasha.o N 000003d2
Nasha.o N 000003db
Nasha.o N 000003e4
Nasha.o N 000003ea
Nasha.o N 000003f0
Nasha.o N 000003f4
Nasha.o N 000003f6
Nasha.o N 000003f9
Nasha.o N 000003fc
Nasha.o N 000003fe
Nasha.o N 00000402
Nasha.o N 00000405
Nasha.o N 00000408
Nasha.o N 0000040b
Nasha.o N 0000040e
Nasha.o N 00000411
Nasha.o N 00000414
Nasha.o N 0000041b
Nasha.o N 00000421
Nasha.o N 00000427
Nasha.o N 0000042e
Nasha.o N 00000434
Nasha.o N 0000043a
Nasha.o N 0000043d
Nasha.o N 00000440
Nasha.o N 00000443
Nasha.o N 00000446
Nasha.o N 00000449
Nasha.o N 0000044c
Nasha.o N 0000044f
Nasha.o N 00000452
Nasha.o N 00000455
Nasha.o N 00000458
Nasha.o N 0000045c
Nasha.o N 00000461
Nasha.o N 00000464
Nasha.o N 0000046d
Nasha.o N 00000478
Nasha.o N 00000482
Nasha.o N 00000487
Nasha.o N 0000048b
Nasha.o N 00000496
Nasha.o N 0000049b
Nasha.o N 0000049f
Nasha.o N 000004a2
Nasha.o Nasha224_Final T
Nasha.o Nasha224_Hash T
Nasha.o Nasha224_Init T
Nasha.o Nasha256_Final T
Nasha.o Nasha256_Hash T
Nasha.o Nasha256_Init T
Nasha.o Nasha256_Update T
Nasha.o Nasha256_compile T
Nasha.o Nasha384_Final T
Nasha.o Nasha384_Hash T
Nasha.o Nasha384_Init T
Nasha.o Nasha512_Final T
Nasha.o Nasha512_Hash T
Nasha.o Nasha512_Init T
Nasha.o Nasha512_Update T
Nasha.o Nasha512_compile T
Nasha.o Nasha_Final1 T
Nasha.o Nasha_Final2 T
Nasha.o Update T
Nasha.o i224H1 R
Nasha.o i224H2 R
Nasha.o i256H1 R
Nasha.o i256H2 R
Nasha.o i384H1 R
Nasha.o i384H2 R
Nasha.o i512H1 R
Nasha.o i512H2 R
hash.o N 00000000
hash.o N 00000037
hash.o N 0000003e
hash.o N 00000103
hash.o N 00000110
hash.o N 00000118
hash.o N 0000011d
hash.o N 00000129
hash.o N 00000143
hash.o N 00000168
hash.o N 0000016c
hash.o N 00000170
hash.o N 0000017e
hash.o N 00000181
hash.o N 00000187
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:opt | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
Namespace violations
Nasha.o Final T
Nasha.o Hash T
Nasha.o Init T
Nasha.o N 00000000
Nasha.o N 00000037
Nasha.o N 0000003f
Nasha.o N 00000103
Nasha.o N 0000010a
Nasha.o N 00000121
Nasha.o N 0000012c
Nasha.o N 00000135
Nasha.o N 0000013e
Nasha.o N 00000152
Nasha.o N 00000159
Nasha.o N 00000160
Nasha.o N 00000167
Nasha.o N 0000016e
Nasha.o N 00000175
Nasha.o N 0000017c
Nasha.o N 00000183
Nasha.o N 00000188
Nasha.o N 00000196
Nasha.o N 000001a0
Nasha.o N 000001a8
Nasha.o N 000001b0
Nasha.o N 000001bd
Nasha.o N 000001c5
Nasha.o N 000001ca
Nasha.o N 000001d6
Nasha.o N 000001f0
Nasha.o N 000001fb
Nasha.o N 00000204
Nasha.o N 0000020d
Nasha.o N 0000021b
Nasha.o N 00000226
Nasha.o N 0000022c
Nasha.o N 0000022f
Nasha.o N 00000235
Nasha.o N 0000023b
Nasha.o N 0000023d
Nasha.o N 0000023f
Nasha.o N 00000244
Nasha.o N 00000251
Nasha.o N 00000257
Nasha.o N 00000264
Nasha.o N 0000026f
Nasha.o N 00000273
Nasha.o N 0000027d
Nasha.o N 0000028d
Nasha.o N 00000292
Nasha.o N 0000029e
Nasha.o N 000002a9
Nasha.o N 000002b4
Nasha.o N 000002b7
Nasha.o N 000002c1
Nasha.o N 000002ca
Nasha.o N 000002ce
Nasha.o N 000002d3
Nasha.o N 000002e2
Nasha.o N 000002ea
Nasha.o N 000002f8
Nasha.o N 00000307
Nasha.o N 00000315
Nasha.o N 00000325
Nasha.o N 00000334
Nasha.o N 00000342
Nasha.o N 00000351
Nasha.o N 00000356
Nasha.o N 0000035c
Nasha.o N 0000036d
Nasha.o N 0000037a
Nasha.o N 00000388
Nasha.o N 00000396
Nasha.o N 000003a7
Nasha.o N 000003b4
Nasha.o N 000003c2
Nasha.o N 000003d0
Nasha.o N 000003d7
Nasha.o N 000003dc
Nasha.o N 000003de
Nasha.o N 000003e0
Nasha.o N 000003e2
Nasha.o N 000003e5
Nasha.o N 000003e8
Nasha.o N 000003eb
Nasha.o N 000003f1
Nasha.o N 00000400
Nasha.o N 0000040b
Nasha.o N 00000414
Nasha.o N 0000041d
Nasha.o N 00000423
Nasha.o N 00000429
Nasha.o N 0000042d
Nasha.o N 0000042f
Nasha.o N 00000432
Nasha.o N 00000435
Nasha.o N 00000437
Nasha.o N 0000043b
Nasha.o N 0000043e
Nasha.o N 00000441
Nasha.o N 00000444
Nasha.o N 00000447
Nasha.o N 0000044a
Nasha.o N 0000044d
Nasha.o N 00000454
Nasha.o N 0000045a
Nasha.o N 00000460
Nasha.o N 00000467
Nasha.o N 0000046d
Nasha.o N 00000473
Nasha.o N 00000476
Nasha.o N 00000479
Nasha.o N 0000047c
Nasha.o N 0000047f
Nasha.o N 00000482
Nasha.o N 00000485
Nasha.o N 00000488
Nasha.o N 0000048b
Nasha.o N 0000048e
Nasha.o N 00000491
Nasha.o N 00000495
Nasha.o N 0000049a
Nasha.o N 0000049e
Nasha.o N 000004a1
Nasha.o Nasha224_Final T
Nasha.o Nasha224_Hash T
Nasha.o Nasha224_Init T
Nasha.o Nasha256_Final T
Nasha.o Nasha256_Hash T
Nasha.o Nasha256_Init T
Nasha.o Nasha256_Update T
Nasha.o Nasha256_compile T
Nasha.o Nasha384_Final T
Nasha.o Nasha384_Hash T
Nasha.o Nasha384_Init T
Nasha.o Nasha512_Final T
Nasha.o Nasha512_Hash T
Nasha.o Nasha512_Init T
Nasha.o Nasha512_Update T
Nasha.o Nasha512_compile T
Nasha.o Nasha_Final1 T
Nasha.o Nasha_Final2 T
Nasha.o Update T
Nasha.o i224H1 R
Nasha.o i224H2 R
Nasha.o i256H1 R
Nasha.o i256H2 R
Nasha.o i384H1 R
Nasha.o i384H2 R
Nasha.o i512H1 R
Nasha.o i512H2 R
hash.o N 00000000
hash.o N 00000037
hash.o N 0000003e
hash.o N 00000102
hash.o N 0000010f
hash.o N 00000117
hash.o N 0000011c
hash.o N 00000128
hash.o N 00000142
hash.o N 00000167
hash.o N 0000016b
hash.o N 0000016f
hash.o N 0000017d
hash.o N 00000180
hash.o N 00000186
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:opt | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
Namespace violations
Nasha.o Final T
Nasha.o Hash T
Nasha.o Init T
Nasha.o Nasha224_Final T
Nasha.o Nasha224_Hash T
Nasha.o Nasha224_Init T
Nasha.o Nasha256_Final T
Nasha.o Nasha256_Hash T
Nasha.o Nasha256_Init T
Nasha.o Nasha256_Update T
Nasha.o Nasha256_compile T
Nasha.o Nasha384_Final T
Nasha.o Nasha384_Hash T
Nasha.o Nasha384_Init T
Nasha.o Nasha512_Final T
Nasha.o Nasha512_Hash T
Nasha.o Nasha512_Init T
Nasha.o Nasha512_Update T
Nasha.o Nasha512_compile T
Nasha.o Nasha_Final1 T
Nasha.o Nasha_Final2 T
Nasha.o Update T
Nasha.o i224H1 R
Nasha.o i224H2 R
Nasha.o i256H1 R
Nasha.o i256H2 R
Nasha.o i384H1 R
Nasha.o i384H2 R
Nasha.o i512H1 R
Nasha.o i512H2 R
Number of similar (implementation,compiler) pairs: 4, namely:
Implementation | Compiler |
T:opt | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:opt | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:opt | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:opt | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
Namespace violations
Nasha.o Final T
Nasha.o Hash T
Nasha.o Init T
Nasha.o N 00000000
Nasha.o N 00000037
Nasha.o N 0000003f
Nasha.o N 00000107
Nasha.o N 00000110
Nasha.o N 00000114
Nasha.o N 0000011b
Nasha.o N 00000132
Nasha.o N 0000013d
Nasha.o N 00000146
Nasha.o N 0000014f
Nasha.o N 00000163
Nasha.o N 0000016a
Nasha.o N 00000171
Nasha.o N 00000178
Nasha.o N 0000017f
Nasha.o N 00000186
Nasha.o N 0000018d
Nasha.o N 00000194
Nasha.o N 0000019a
Nasha.o N 000001a9
Nasha.o N 000001b4
Nasha.o N 000001bd
Nasha.o N 000001c6
Nasha.o N 000001cb
Nasha.o N 000001d9
Nasha.o N 000001e3
Nasha.o N 000001eb
Nasha.o N 000001f3
Nasha.o N 00000200
Nasha.o N 00000208
Nasha.o N 0000020d
Nasha.o N 00000219
Nasha.o N 00000233
Nasha.o N 0000023e
Nasha.o N 00000247
Nasha.o N 00000250
Nasha.o N 0000025e
Nasha.o N 00000269
Nasha.o N 0000026f
Nasha.o N 00000272
Nasha.o N 00000278
Nasha.o N 0000027e
Nasha.o N 00000280
Nasha.o N 00000282
Nasha.o N 00000287
Nasha.o N 00000294
Nasha.o N 0000029a
Nasha.o N 000002a7
Nasha.o N 000002b2
Nasha.o N 000002bc
Nasha.o N 000002cc
Nasha.o N 000002d1
Nasha.o N 000002dd
Nasha.o N 000002e8
Nasha.o N 000002f3
Nasha.o N 000002f6
Nasha.o N 00000300
Nasha.o N 00000309
Nasha.o N 0000030d
Nasha.o N 00000312
Nasha.o N 00000321
Nasha.o N 00000329
Nasha.o N 00000337
Nasha.o N 00000346
Nasha.o N 00000354
Nasha.o N 00000364
Nasha.o N 00000373
Nasha.o N 00000381
Nasha.o N 00000390
Nasha.o N 00000395
Nasha.o N 00000397
Nasha.o N 00000399
Nasha.o N 000003aa
Nasha.o N 000003b7
Nasha.o N 000003c5
Nasha.o N 000003d3
Nasha.o N 000003e4
Nasha.o N 000003f1
Nasha.o N 000003ff
Nasha.o N 0000040d
Nasha.o N 00000414
Nasha.o N 0000041a
Nasha.o N 0000041f
Nasha.o N 00000422
Nasha.o N 00000425
Nasha.o N 00000428
Nasha.o N 0000042b
Nasha.o N 0000042f
Nasha.o N 00000433
Nasha.o N 00000437
Nasha.o N 0000043a
Nasha.o N 0000043e
Nasha.o N 00000441
Nasha.o N 00000444
Nasha.o N 00000447
Nasha.o N 0000044b
Nasha.o N 0000044f
Nasha.o N 00000453
Nasha.o N 00000457
Nasha.o N 0000045a
Nasha.o N 0000045d
Nasha.o N 00000460
Nasha.o N 00000463
Nasha.o N 00000466
Nasha.o N 0000046a
Nasha.o N 0000046e
Nasha.o N 00000471
Nasha.o N 00000475
Nasha.o N 00000479
Nasha.o N 0000047c
Nasha.o N 0000047f
Nasha.o N 00000482
Nasha.o N 00000485
Nasha.o N 00000488
Nasha.o N 0000048b
Nasha.o N 0000048d
Nasha.o N 00000490
Nasha.o N 00000496
Nasha.o N 0000049c
Nasha.o N 000004a2
Nasha.o N 000004a6
Nasha.o N 000004a9
Nasha.o N 000004ac
Nasha.o N 000004ae
Nasha.o N 000004b1
Nasha.o N 000004b5
Nasha.o N 000004b8
Nasha.o N 000004bb
Nasha.o N 000004be
Nasha.o N 000004c1
Nasha.o N 000004c4
Nasha.o N 000004cb
Nasha.o N 000004d1
Nasha.o N 000004d7
Nasha.o N 000004de
Nasha.o N 000004e4
Nasha.o N 000004ea
Nasha.o N 000004ed
Nasha.o N 000004f0
Nasha.o N 000004f3
Nasha.o N 000004f6
Nasha.o N 000004f9
Nasha.o N 000004fc
Nasha.o N 000004ff
Nasha.o N 00000502
Nasha.o N 00000505
Nasha.o N 0000050a
Nasha.o N 00000511
Nasha.o N 00000518
Nasha.o N 0000051f
Nasha.o N 00000522
Nasha.o N 00000526
Nasha.o N 00000528
Nasha.o N 0000052d
Nasha.o N 00000531
Nasha.o N 00000534
Nasha.o N 00000538
Nasha.o N 0000053c
Nasha.o N 00000540
Nasha.o N 00000544
Nasha.o N 00000548
Nasha.o N 0000054c
Nasha.o N 00000550
Nasha.o N 00000554
Nasha.o N 00000558
Nasha.o N 0000055c
Nasha.o N 00000560
Nasha.o N 00000564
Nasha.o N 00000568
Nasha.o N 0000056c
Nasha.o N 00000570
Nasha.o N 00000574
Nasha.o N 00000578
Nasha.o N 0000057c
Nasha.o N 00000580
Nasha.o N 00000584
Nasha.o N 00000588
Nasha.o N 0000058c
Nasha.o N 00000590
Nasha.o N 00000594
Nasha.o N 00000598
Nasha.o N 0000059c
Nasha.o N 000005a0
Nasha.o N 000005a4
Nasha.o N 000005a8
Nasha.o N 000005ac
Nasha.o N 000005b0
Nasha.o N 000005b4
Nasha.o Nasha224_Final T
Nasha.o Nasha224_Hash T
Nasha.o Nasha224_Init T
Nasha.o Nasha256_Final T
Nasha.o Nasha256_Hash T
Nasha.o Nasha256_Init T
Nasha.o Nasha256_Update T
Nasha.o Nasha256_compile T
Nasha.o Nasha384_Final T
Nasha.o Nasha384_Hash T
Nasha.o Nasha384_Init T
Nasha.o Nasha512_Final T
Nasha.o Nasha512_Hash T
Nasha.o Nasha512_Init T
Nasha.o Nasha512_Update T
Nasha.o Nasha512_compile T
Nasha.o Nasha_Final1 T
Nasha.o Nasha_Final2 T
Nasha.o Update T
Nasha.o i224H1 R
Nasha.o i224H2 R
Nasha.o i256H1 R
Nasha.o i256H2 R
Nasha.o i384H1 R
Nasha.o i384H2 R
Nasha.o i512H1 R
Nasha.o i512H2 R
Nasha.o imaSSBOX B
Nasha.o ssbox C
hash.o N 00000000
hash.o N 00000037
hash.o N 0000003e
hash.o N 00000106
hash.o N 00000113
hash.o N 0000011b
hash.o N 00000120
hash.o N 0000012c
hash.o N 00000146
hash.o N 0000016e
hash.o N 00000172
hash.o N 00000176
hash.o N 00000184
hash.o N 00000187
hash.o N 0000018d
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:opt_v4 | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
Namespace violations
Nasha.o Final T
Nasha.o Hash T
Nasha.o Init T
Nasha.o N 00000000
Nasha.o N 00000037
Nasha.o N 0000003f
Nasha.o N 00000107
Nasha.o N 00000110
Nasha.o N 00000114
Nasha.o N 0000011b
Nasha.o N 00000132
Nasha.o N 0000013d
Nasha.o N 00000146
Nasha.o N 0000014f
Nasha.o N 00000163
Nasha.o N 0000016a
Nasha.o N 00000171
Nasha.o N 00000178
Nasha.o N 0000017f
Nasha.o N 00000186
Nasha.o N 0000018d
Nasha.o N 00000194
Nasha.o N 0000019a
Nasha.o N 000001a9
Nasha.o N 000001b4
Nasha.o N 000001bd
Nasha.o N 000001c6
Nasha.o N 000001cb
Nasha.o N 000001d9
Nasha.o N 000001e3
Nasha.o N 000001eb
Nasha.o N 000001f3
Nasha.o N 00000200
Nasha.o N 00000208
Nasha.o N 0000020d
Nasha.o N 00000219
Nasha.o N 00000233
Nasha.o N 0000023e
Nasha.o N 00000247
Nasha.o N 00000250
Nasha.o N 0000025e
Nasha.o N 00000269
Nasha.o N 0000026f
Nasha.o N 00000272
Nasha.o N 00000278
Nasha.o N 0000027e
Nasha.o N 00000280
Nasha.o N 00000282
Nasha.o N 00000287
Nasha.o N 00000294
Nasha.o N 0000029a
Nasha.o N 000002a7
Nasha.o N 000002b2
Nasha.o N 000002bc
Nasha.o N 000002cc
Nasha.o N 000002d1
Nasha.o N 000002dd
Nasha.o N 000002e8
Nasha.o N 000002f3
Nasha.o N 000002f6
Nasha.o N 00000300
Nasha.o N 00000309
Nasha.o N 0000030d
Nasha.o N 00000312
Nasha.o N 00000321
Nasha.o N 00000329
Nasha.o N 00000337
Nasha.o N 00000346
Nasha.o N 00000354
Nasha.o N 00000364
Nasha.o N 00000373
Nasha.o N 00000381
Nasha.o N 00000390
Nasha.o N 00000395
Nasha.o N 00000397
Nasha.o N 00000399
Nasha.o N 0000039f
Nasha.o N 000003b0
Nasha.o N 000003bd
Nasha.o N 000003cb
Nasha.o N 000003d9
Nasha.o N 000003ea
Nasha.o N 000003f7
Nasha.o N 00000405
Nasha.o N 00000413
Nasha.o N 0000041a
Nasha.o N 0000041f
Nasha.o N 00000422
Nasha.o N 00000425
Nasha.o N 00000428
Nasha.o N 0000042b
Nasha.o N 0000042f
Nasha.o N 00000433
Nasha.o N 00000437
Nasha.o N 0000043a
Nasha.o N 0000043e
Nasha.o N 00000441
Nasha.o N 00000444
Nasha.o N 00000447
Nasha.o N 0000044b
Nasha.o N 0000044f
Nasha.o N 00000453
Nasha.o N 00000457
Nasha.o N 0000045a
Nasha.o N 0000045d
Nasha.o N 00000460
Nasha.o N 00000463
Nasha.o N 00000466
Nasha.o N 0000046a
Nasha.o N 0000046e
Nasha.o N 00000471
Nasha.o N 00000475
Nasha.o N 00000479
Nasha.o N 0000047c
Nasha.o N 0000047f
Nasha.o N 00000482
Nasha.o N 00000485
Nasha.o N 00000488
Nasha.o N 0000048b
Nasha.o N 0000048d
Nasha.o N 00000490
Nasha.o N 00000496
Nasha.o N 0000049c
Nasha.o N 000004a2
Nasha.o N 000004a6
Nasha.o N 000004a9
Nasha.o N 000004ac
Nasha.o N 000004ae
Nasha.o N 000004b1
Nasha.o N 000004b5
Nasha.o N 000004b8
Nasha.o N 000004bb
Nasha.o N 000004be
Nasha.o N 000004c1
Nasha.o N 000004c4
Nasha.o N 000004cb
Nasha.o N 000004d1
Nasha.o N 000004d7
Nasha.o N 000004de
Nasha.o N 000004e4
Nasha.o N 000004ea
Nasha.o N 000004ed
Nasha.o N 000004f0
Nasha.o N 000004f3
Nasha.o N 000004f6
Nasha.o N 000004f9
Nasha.o N 000004fc
Nasha.o N 000004ff
Nasha.o N 00000502
Nasha.o N 00000505
Nasha.o N 0000050a
Nasha.o N 00000511
Nasha.o N 00000518
Nasha.o N 0000051f
Nasha.o N 00000522
Nasha.o N 00000526
Nasha.o N 00000528
Nasha.o N 0000052d
Nasha.o N 00000531
Nasha.o N 00000534
Nasha.o N 00000538
Nasha.o N 0000053c
Nasha.o N 00000540
Nasha.o N 00000544
Nasha.o N 00000548
Nasha.o N 0000054c
Nasha.o N 00000550
Nasha.o N 00000554
Nasha.o N 00000558
Nasha.o N 0000055c
Nasha.o N 00000560
Nasha.o N 00000564
Nasha.o N 00000568
Nasha.o N 0000056c
Nasha.o N 00000570
Nasha.o N 00000574
Nasha.o N 00000578
Nasha.o N 0000057c
Nasha.o N 00000580
Nasha.o N 00000584
Nasha.o N 00000588
Nasha.o N 0000058c
Nasha.o N 00000590
Nasha.o N 00000594
Nasha.o N 00000598
Nasha.o N 0000059c
Nasha.o N 000005a0
Nasha.o N 000005a4
Nasha.o N 000005a8
Nasha.o N 000005ac
Nasha.o N 000005b0
Nasha.o N 000005b4
Nasha.o Nasha224_Final T
Nasha.o Nasha224_Hash T
Nasha.o Nasha224_Init T
Nasha.o Nasha256_Final T
Nasha.o Nasha256_Hash T
Nasha.o Nasha256_Init T
Nasha.o Nasha256_Update T
Nasha.o Nasha256_compile T
Nasha.o Nasha384_Final T
Nasha.o Nasha384_Hash T
Nasha.o Nasha384_Init T
Nasha.o Nasha512_Final T
Nasha.o Nasha512_Hash T
Nasha.o Nasha512_Init T
Nasha.o Nasha512_Update T
Nasha.o Nasha512_compile T
Nasha.o Nasha_Final1 T
Nasha.o Nasha_Final2 T
Nasha.o Update T
Nasha.o i224H1 R
Nasha.o i224H2 R
Nasha.o i256H1 R
Nasha.o i256H2 R
Nasha.o i384H1 R
Nasha.o i384H2 R
Nasha.o i512H1 R
Nasha.o i512H2 R
Nasha.o imaSSBOX B
Nasha.o ssbox C
hash.o N 00000000
hash.o N 00000037
hash.o N 0000003e
hash.o N 00000106
hash.o N 00000113
hash.o N 0000011b
hash.o N 00000120
hash.o N 0000012c
hash.o N 00000146
hash.o N 0000016e
hash.o N 00000172
hash.o N 00000176
hash.o N 00000184
hash.o N 00000187
hash.o N 0000018d
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:opt_v4 | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
Namespace violations
Nasha.o Final T
Nasha.o Hash T
Nasha.o Init T
Nasha.o N 00000000
Nasha.o N 00000037
Nasha.o N 0000003f
Nasha.o N 00000106
Nasha.o N 0000010f
Nasha.o N 00000113
Nasha.o N 0000011a
Nasha.o N 00000131
Nasha.o N 0000013c
Nasha.o N 00000145
Nasha.o N 0000014e
Nasha.o N 00000162
Nasha.o N 00000169
Nasha.o N 00000170
Nasha.o N 00000177
Nasha.o N 0000017e
Nasha.o N 00000185
Nasha.o N 0000018c
Nasha.o N 00000193
Nasha.o N 00000199
Nasha.o N 000001a8
Nasha.o N 000001b3
Nasha.o N 000001bc
Nasha.o N 000001c5
Nasha.o N 000001ca
Nasha.o N 000001d8
Nasha.o N 000001e2
Nasha.o N 000001ea
Nasha.o N 000001f2
Nasha.o N 000001ff
Nasha.o N 00000207
Nasha.o N 0000020c
Nasha.o N 00000218
Nasha.o N 00000232
Nasha.o N 0000023d
Nasha.o N 00000246
Nasha.o N 0000024f
Nasha.o N 0000025d
Nasha.o N 00000268
Nasha.o N 0000026e
Nasha.o N 00000271
Nasha.o N 00000277
Nasha.o N 0000027d
Nasha.o N 0000027f
Nasha.o N 00000281
Nasha.o N 00000286
Nasha.o N 00000293
Nasha.o N 00000299
Nasha.o N 000002a6
Nasha.o N 000002b1
Nasha.o N 000002bb
Nasha.o N 000002cb
Nasha.o N 000002d0
Nasha.o N 000002dc
Nasha.o N 000002e7
Nasha.o N 000002f2
Nasha.o N 000002f5
Nasha.o N 000002ff
Nasha.o N 00000308
Nasha.o N 0000030c
Nasha.o N 00000311
Nasha.o N 00000320
Nasha.o N 00000328
Nasha.o N 00000336
Nasha.o N 00000345
Nasha.o N 00000353
Nasha.o N 00000363
Nasha.o N 00000372
Nasha.o N 00000380
Nasha.o N 0000038f
Nasha.o N 00000394
Nasha.o N 00000396
Nasha.o N 00000398
Nasha.o N 000003a9
Nasha.o N 000003b6
Nasha.o N 000003c4
Nasha.o N 000003d2
Nasha.o N 000003e3
Nasha.o N 000003f0
Nasha.o N 000003fe
Nasha.o N 0000040c
Nasha.o N 00000413
Nasha.o N 00000419
Nasha.o N 0000041e
Nasha.o N 00000421
Nasha.o N 00000424
Nasha.o N 00000427
Nasha.o N 0000042a
Nasha.o N 0000042e
Nasha.o N 00000432
Nasha.o N 00000436
Nasha.o N 00000439
Nasha.o N 0000043d
Nasha.o N 00000440
Nasha.o N 00000443
Nasha.o N 00000446
Nasha.o N 0000044a
Nasha.o N 0000044e
Nasha.o N 00000452
Nasha.o N 00000456
Nasha.o N 00000459
Nasha.o N 0000045c
Nasha.o N 0000045f
Nasha.o N 00000462
Nasha.o N 00000465
Nasha.o N 00000469
Nasha.o N 0000046d
Nasha.o N 00000470
Nasha.o N 00000474
Nasha.o N 00000478
Nasha.o N 0000047b
Nasha.o N 0000047e
Nasha.o N 00000481
Nasha.o N 00000484
Nasha.o N 00000487
Nasha.o N 0000048a
Nasha.o N 0000048c
Nasha.o N 0000048f
Nasha.o N 00000495
Nasha.o N 0000049b
Nasha.o N 000004a1
Nasha.o N 000004a5
Nasha.o N 000004a8
Nasha.o N 000004ab
Nasha.o N 000004ad
Nasha.o N 000004b0
Nasha.o N 000004b4
Nasha.o N 000004b7
Nasha.o N 000004ba
Nasha.o N 000004bd
Nasha.o N 000004c0
Nasha.o N 000004c3
Nasha.o N 000004ca
Nasha.o N 000004d0
Nasha.o N 000004d6
Nasha.o N 000004dd
Nasha.o N 000004e3
Nasha.o N 000004e9
Nasha.o N 000004ec
Nasha.o N 000004ef
Nasha.o N 000004f2
Nasha.o N 000004f5
Nasha.o N 000004f8
Nasha.o N 000004fb
Nasha.o N 000004fe
Nasha.o N 00000501
Nasha.o N 00000504
Nasha.o N 00000509
Nasha.o N 00000510
Nasha.o N 00000517
Nasha.o N 0000051e
Nasha.o N 00000521
Nasha.o N 00000525
Nasha.o N 00000527
Nasha.o N 0000052c
Nasha.o N 00000530
Nasha.o N 00000533
Nasha.o N 00000537
Nasha.o N 0000053b
Nasha.o N 0000053f
Nasha.o N 00000543
Nasha.o N 00000547
Nasha.o N 0000054b
Nasha.o N 0000054f
Nasha.o N 00000553
Nasha.o N 00000557
Nasha.o N 0000055b
Nasha.o N 0000055f
Nasha.o N 00000563
Nasha.o N 00000567
Nasha.o N 0000056b
Nasha.o N 0000056f
Nasha.o N 00000573
Nasha.o N 00000577
Nasha.o N 0000057b
Nasha.o N 0000057f
Nasha.o N 00000583
Nasha.o N 00000587
Nasha.o N 0000058b
Nasha.o N 0000058f
Nasha.o N 00000593
Nasha.o N 00000597
Nasha.o N 0000059b
Nasha.o N 0000059f
Nasha.o N 000005a3
Nasha.o N 000005a7
Nasha.o N 000005ab
Nasha.o N 000005af
Nasha.o N 000005b3
Nasha.o Nasha224_Final T
Nasha.o Nasha224_Hash T
Nasha.o Nasha224_Init T
Nasha.o Nasha256_Final T
Nasha.o Nasha256_Hash T
Nasha.o Nasha256_Init T
Nasha.o Nasha256_Update T
Nasha.o Nasha256_compile T
Nasha.o Nasha384_Final T
Nasha.o Nasha384_Hash T
Nasha.o Nasha384_Init T
Nasha.o Nasha512_Final T
Nasha.o Nasha512_Hash T
Nasha.o Nasha512_Init T
Nasha.o Nasha512_Update T
Nasha.o Nasha512_compile T
Nasha.o Nasha_Final1 T
Nasha.o Nasha_Final2 T
Nasha.o Update T
Nasha.o i224H1 R
Nasha.o i224H2 R
Nasha.o i256H1 R
Nasha.o i256H2 R
Nasha.o i384H1 R
Nasha.o i384H2 R
Nasha.o i512H1 R
Nasha.o i512H2 R
Nasha.o imaSSBOX B
Nasha.o ssbox C
hash.o N 00000000
hash.o N 00000037
hash.o N 0000003e
hash.o N 00000105
hash.o N 00000112
hash.o N 0000011a
hash.o N 0000011f
hash.o N 0000012b
hash.o N 00000145
hash.o N 0000016d
hash.o N 00000171
hash.o N 00000175
hash.o N 00000183
hash.o N 00000186
hash.o N 0000018c
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:opt_v4 | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
Namespace violations
Nasha.o Final T
Nasha.o Hash T
Nasha.o Init T
Nasha.o N 00000000
Nasha.o N 00000037
Nasha.o N 0000003f
Nasha.o N 00000107
Nasha.o N 00000110
Nasha.o N 00000114
Nasha.o N 0000011b
Nasha.o N 00000132
Nasha.o N 0000013d
Nasha.o N 00000146
Nasha.o N 0000014f
Nasha.o N 00000163
Nasha.o N 0000016a
Nasha.o N 00000171
Nasha.o N 00000178
Nasha.o N 0000017f
Nasha.o N 00000186
Nasha.o N 0000018d
Nasha.o N 00000194
Nasha.o N 0000019a
Nasha.o N 000001a9
Nasha.o N 000001b4
Nasha.o N 000001bd
Nasha.o N 000001c6
Nasha.o N 000001cb
Nasha.o N 000001d9
Nasha.o N 000001e3
Nasha.o N 000001eb
Nasha.o N 000001f3
Nasha.o N 00000200
Nasha.o N 00000208
Nasha.o N 0000020d
Nasha.o N 00000219
Nasha.o N 00000233
Nasha.o N 0000023e
Nasha.o N 00000247
Nasha.o N 00000250
Nasha.o N 0000025e
Nasha.o N 00000269
Nasha.o N 0000026f
Nasha.o N 00000272
Nasha.o N 00000278
Nasha.o N 0000027e
Nasha.o N 00000280
Nasha.o N 00000282
Nasha.o N 00000287
Nasha.o N 00000294
Nasha.o N 0000029a
Nasha.o N 000002a7
Nasha.o N 000002b2
Nasha.o N 000002bc
Nasha.o N 000002cb
Nasha.o N 000002d3
Nasha.o N 000002df
Nasha.o N 000002ed
Nasha.o N 000002fc
Nasha.o N 0000030a
Nasha.o N 00000319
Nasha.o N 00000327
Nasha.o N 00000336
Nasha.o N 00000347
Nasha.o N 00000357
Nasha.o N 00000364
Nasha.o N 00000372
Nasha.o N 00000380
Nasha.o N 00000391
Nasha.o N 000003a1
Nasha.o N 000003ae
Nasha.o N 000003bc
Nasha.o N 000003ca
Nasha.o N 000003cf
Nasha.o N 000003d6
Nasha.o N 000003dc
Nasha.o N 000003e1
Nasha.o N 000003e4
Nasha.o N 000003e7
Nasha.o N 000003ea
Nasha.o N 000003ed
Nasha.o N 000003f1
Nasha.o N 000003f5
Nasha.o N 000003f9
Nasha.o N 000003fc
Nasha.o N 00000400
Nasha.o N 00000403
Nasha.o N 00000406
Nasha.o N 00000409
Nasha.o N 0000040d
Nasha.o N 00000411
Nasha.o N 00000415
Nasha.o N 00000419
Nasha.o N 0000041c
Nasha.o N 0000041f
Nasha.o N 00000422
Nasha.o N 00000425
Nasha.o N 00000428
Nasha.o N 0000042c
Nasha.o N 00000430
Nasha.o N 00000433
Nasha.o N 00000437
Nasha.o N 0000043b
Nasha.o N 0000043e
Nasha.o N 00000441
Nasha.o N 00000444
Nasha.o N 00000447
Nasha.o N 0000044a
Nasha.o N 0000044d
Nasha.o N 0000044f
Nasha.o N 00000452
Nasha.o N 00000458
Nasha.o N 0000045e
Nasha.o N 00000464
Nasha.o N 00000468
Nasha.o N 0000046b
Nasha.o N 0000046e
Nasha.o N 00000470
Nasha.o N 00000473
Nasha.o N 00000477
Nasha.o N 0000047a
Nasha.o N 0000047d
Nasha.o N 00000480
Nasha.o N 00000483
Nasha.o N 00000486
Nasha.o N 0000048d
Nasha.o N 00000493
Nasha.o N 00000499
Nasha.o N 000004a0
Nasha.o N 000004a6
Nasha.o N 000004ac
Nasha.o N 000004af
Nasha.o N 000004b2
Nasha.o N 000004b5
Nasha.o N 000004b8
Nasha.o N 000004bb
Nasha.o N 000004be
Nasha.o N 000004c1
Nasha.o N 000004c4
Nasha.o N 000004c7
Nasha.o N 000004cc
Nasha.o N 000004d3
Nasha.o N 000004da
Nasha.o N 000004e1
Nasha.o N 000004e4
Nasha.o N 000004e8
Nasha.o N 000004ea
Nasha.o N 000004ef
Nasha.o N 000004f2
Nasha.o N 000004fb
Nasha.o N 00000506
Nasha.o N 00000510
Nasha.o N 00000515
Nasha.o N 00000519
Nasha.o N 00000524
Nasha.o N 00000529
Nasha.o N 0000052d
Nasha.o N 0000052f
Nasha.o N 00000532
Nasha.o N 00000536
Nasha.o N 0000053a
Nasha.o N 0000053e
Nasha.o N 00000542
Nasha.o N 00000546
Nasha.o N 0000054a
Nasha.o N 0000054e
Nasha.o N 00000552
Nasha.o N 00000556
Nasha.o N 0000055a
Nasha.o N 0000055e
Nasha.o N 00000562
Nasha.o N 00000566
Nasha.o N 0000056a
Nasha.o N 0000056e
Nasha.o N 00000572
Nasha.o N 00000576
Nasha.o N 0000057a
Nasha.o N 0000057e
Nasha.o N 00000582
Nasha.o N 00000586
Nasha.o N 0000058a
Nasha.o N 0000058e
Nasha.o N 00000592
Nasha.o N 00000596
Nasha.o N 0000059a
Nasha.o N 0000059e
Nasha.o N 000005a2
Nasha.o N 000005a6
Nasha.o N 000005aa
Nasha.o N 000005ae
Nasha.o N 000005b2
Nasha.o N 000005b4
Nasha.o Nasha224_Final T
Nasha.o Nasha224_Hash T
Nasha.o Nasha224_Init T
Nasha.o Nasha256_Final T
Nasha.o Nasha256_Hash T
Nasha.o Nasha256_Init T
Nasha.o Nasha256_Update T
Nasha.o Nasha256_compile T
Nasha.o Nasha384_Final T
Nasha.o Nasha384_Hash T
Nasha.o Nasha384_Init T
Nasha.o Nasha512_Final T
Nasha.o Nasha512_Hash T
Nasha.o Nasha512_Init T
Nasha.o Nasha512_Update T
Nasha.o Nasha512_compile T
Nasha.o Nasha_Final1 T
Nasha.o Nasha_Final2 T
Nasha.o Update T
Nasha.o i224H1 R
Nasha.o i224H2 R
Nasha.o i256H1 R
Nasha.o i256H2 R
Nasha.o i384H1 R
Nasha.o i384H2 R
Nasha.o i512H1 R
Nasha.o i512H2 R
Nasha.o imaSSBOX B
Nasha.o ssbox C
hash.o N 00000000
hash.o N 00000037
hash.o N 0000003e
hash.o N 00000106
hash.o N 00000113
hash.o N 0000011b
hash.o N 00000120
hash.o N 0000012c
hash.o N 00000146
hash.o N 0000016e
hash.o N 00000172
hash.o N 00000176
hash.o N 00000184
hash.o N 00000187
hash.o N 0000018d
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:opt_v4 | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
Namespace violations
Nasha.o Final T
Nasha.o Hash T
Nasha.o Init T
Nasha.o N 00000000
Nasha.o N 00000037
Nasha.o N 0000003f
Nasha.o N 00000106
Nasha.o N 0000010f
Nasha.o N 00000113
Nasha.o N 0000011a
Nasha.o N 00000131
Nasha.o N 0000013c
Nasha.o N 00000145
Nasha.o N 0000014e
Nasha.o N 00000162
Nasha.o N 00000169
Nasha.o N 00000170
Nasha.o N 00000177
Nasha.o N 0000017e
Nasha.o N 00000185
Nasha.o N 0000018c
Nasha.o N 00000193
Nasha.o N 00000199
Nasha.o N 000001a8
Nasha.o N 000001b3
Nasha.o N 000001bc
Nasha.o N 000001c5
Nasha.o N 000001ca
Nasha.o N 000001d8
Nasha.o N 000001e2
Nasha.o N 000001ea
Nasha.o N 000001f2
Nasha.o N 000001ff
Nasha.o N 00000207
Nasha.o N 0000020c
Nasha.o N 00000218
Nasha.o N 00000232
Nasha.o N 0000023d
Nasha.o N 00000246
Nasha.o N 0000024f
Nasha.o N 0000025d
Nasha.o N 00000268
Nasha.o N 0000026e
Nasha.o N 00000271
Nasha.o N 00000277
Nasha.o N 0000027d
Nasha.o N 0000027f
Nasha.o N 00000281
Nasha.o N 00000286
Nasha.o N 00000293
Nasha.o N 00000299
Nasha.o N 000002a6
Nasha.o N 000002b1
Nasha.o N 000002bb
Nasha.o N 000002cb
Nasha.o N 000002d0
Nasha.o N 000002dc
Nasha.o N 000002e7
Nasha.o N 000002f2
Nasha.o N 000002f5
Nasha.o N 000002ff
Nasha.o N 00000308
Nasha.o N 0000030c
Nasha.o N 00000311
Nasha.o N 00000320
Nasha.o N 00000328
Nasha.o N 00000336
Nasha.o N 00000345
Nasha.o N 00000353
Nasha.o N 00000363
Nasha.o N 00000372
Nasha.o N 00000380
Nasha.o N 0000038f
Nasha.o N 00000394
Nasha.o N 00000396
Nasha.o N 00000398
Nasha.o N 0000039e
Nasha.o N 000003af
Nasha.o N 000003bc
Nasha.o N 000003ca
Nasha.o N 000003d8
Nasha.o N 000003e9
Nasha.o N 000003f6
Nasha.o N 00000404
Nasha.o N 00000412
Nasha.o N 00000419
Nasha.o N 0000041e
Nasha.o N 00000421
Nasha.o N 00000424
Nasha.o N 00000427
Nasha.o N 0000042a
Nasha.o N 0000042e
Nasha.o N 00000432
Nasha.o N 00000436
Nasha.o N 00000439
Nasha.o N 0000043d
Nasha.o N 00000440
Nasha.o N 00000443
Nasha.o N 00000446
Nasha.o N 0000044a
Nasha.o N 0000044e
Nasha.o N 00000452
Nasha.o N 00000456
Nasha.o N 00000459
Nasha.o N 0000045c
Nasha.o N 0000045f
Nasha.o N 00000462
Nasha.o N 00000465
Nasha.o N 00000469
Nasha.o N 0000046d
Nasha.o N 00000470
Nasha.o N 00000474
Nasha.o N 00000478
Nasha.o N 0000047b
Nasha.o N 0000047e
Nasha.o N 00000481
Nasha.o N 00000484
Nasha.o N 00000487
Nasha.o N 0000048a
Nasha.o N 0000048c
Nasha.o N 0000048f
Nasha.o N 00000495
Nasha.o N 0000049b
Nasha.o N 000004a1
Nasha.o N 000004a5
Nasha.o N 000004a8
Nasha.o N 000004ab
Nasha.o N 000004ad
Nasha.o N 000004b0
Nasha.o N 000004b4
Nasha.o N 000004b7
Nasha.o N 000004ba
Nasha.o N 000004bd
Nasha.o N 000004c0
Nasha.o N 000004c3
Nasha.o N 000004ca
Nasha.o N 000004d0
Nasha.o N 000004d6
Nasha.o N 000004dd
Nasha.o N 000004e3
Nasha.o N 000004e9
Nasha.o N 000004ec
Nasha.o N 000004ef
Nasha.o N 000004f2
Nasha.o N 000004f5
Nasha.o N 000004f8
Nasha.o N 000004fb
Nasha.o N 000004fe
Nasha.o N 00000501
Nasha.o N 00000504
Nasha.o N 00000509
Nasha.o N 00000510
Nasha.o N 00000517
Nasha.o N 0000051e
Nasha.o N 00000521
Nasha.o N 00000525
Nasha.o N 00000527
Nasha.o N 0000052c
Nasha.o N 00000530
Nasha.o N 00000533
Nasha.o N 00000537
Nasha.o N 0000053b
Nasha.o N 0000053f
Nasha.o N 00000543
Nasha.o N 00000547
Nasha.o N 0000054b
Nasha.o N 0000054f
Nasha.o N 00000553
Nasha.o N 00000557
Nasha.o N 0000055b
Nasha.o N 0000055f
Nasha.o N 00000563
Nasha.o N 00000567
Nasha.o N 0000056b
Nasha.o N 0000056f
Nasha.o N 00000573
Nasha.o N 00000577
Nasha.o N 0000057b
Nasha.o N 0000057f
Nasha.o N 00000583
Nasha.o N 00000587
Nasha.o N 0000058b
Nasha.o N 0000058f
Nasha.o N 00000593
Nasha.o N 00000597
Nasha.o N 0000059b
Nasha.o N 0000059f
Nasha.o N 000005a3
Nasha.o N 000005a7
Nasha.o N 000005ab
Nasha.o N 000005af
Nasha.o N 000005b3
Nasha.o Nasha224_Final T
Nasha.o Nasha224_Hash T
Nasha.o Nasha224_Init T
Nasha.o Nasha256_Final T
Nasha.o Nasha256_Hash T
Nasha.o Nasha256_Init T
Nasha.o Nasha256_Update T
Nasha.o Nasha256_compile T
Nasha.o Nasha384_Final T
Nasha.o Nasha384_Hash T
Nasha.o Nasha384_Init T
Nasha.o Nasha512_Final T
Nasha.o Nasha512_Hash T
Nasha.o Nasha512_Init T
Nasha.o Nasha512_Update T
Nasha.o Nasha512_compile T
Nasha.o Nasha_Final1 T
Nasha.o Nasha_Final2 T
Nasha.o Update T
Nasha.o i224H1 R
Nasha.o i224H2 R
Nasha.o i256H1 R
Nasha.o i256H2 R
Nasha.o i384H1 R
Nasha.o i384H2 R
Nasha.o i512H1 R
Nasha.o i512H2 R
Nasha.o imaSSBOX B
Nasha.o ssbox C
hash.o N 00000000
hash.o N 00000037
hash.o N 0000003e
hash.o N 00000105
hash.o N 00000112
hash.o N 0000011a
hash.o N 0000011f
hash.o N 0000012b
hash.o N 00000145
hash.o N 0000016d
hash.o N 00000171
hash.o N 00000175
hash.o N 00000183
hash.o N 00000186
hash.o N 0000018c
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:opt_v4 | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
Namespace violations
Nasha.o Final T
Nasha.o Hash T
Nasha.o Init T
Nasha.o Nasha224_Final T
Nasha.o Nasha224_Hash T
Nasha.o Nasha224_Init T
Nasha.o Nasha256_Final T
Nasha.o Nasha256_Hash T
Nasha.o Nasha256_Init T
Nasha.o Nasha256_Update T
Nasha.o Nasha256_compile T
Nasha.o Nasha384_Final T
Nasha.o Nasha384_Hash T
Nasha.o Nasha384_Init T
Nasha.o Nasha512_Final T
Nasha.o Nasha512_Hash T
Nasha.o Nasha512_Init T
Nasha.o Nasha512_Update T
Nasha.o Nasha512_compile T
Nasha.o Nasha_Final1 T
Nasha.o Nasha_Final2 T
Nasha.o Update T
Nasha.o i224H1 R
Nasha.o i224H2 R
Nasha.o i256H1 R
Nasha.o i256H2 R
Nasha.o i384H1 R
Nasha.o i384H2 R
Nasha.o i512H1 R
Nasha.o i512H2 R
Nasha.o imaSSBOX B
Nasha.o ssbox C
Number of similar (implementation,compiler) pairs: 4, namely:
Implementation | Compiler |
T:opt_v4 | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:opt_v4 | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:opt_v4 | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:opt_v4 | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |