Test results for armeabi, bblack, crypto_encrypt/mcnie3q1281
[Page version: 20241101 10:17:42]
Measurements for armeabi, bblack, crypto_encrypt
Test results for armeabi, bblack, crypto_encrypt
Test results for crypto_encrypt/mcnie3q1281
Computer: bblack
Microarchitecture: armeabi; Cortex-A8 (413fc082)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240716
Operation: crypto_encrypt
Primitive: mcnie3q1281
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
29014816 | 48803 6 0 | 64011 480 1572 | T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241018 | 20240716 |
30095808 | 42907 6 0 | 58203 480 1564 | T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241018 | 20240716 |
30099976 | 42907 6 0 | 58203 480 1564 | T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241018 | 20240716 |
30221432 | 53927 6 0 | 77963 480 1572 | T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241018 | 20240716 |
30242264 | 34527 6 0 | 48099 472 1564 | T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241018 | 20240716 |
32438040 | 26268 6 0 | 36936 524 1564 | T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241018 | 20240716 |
32631824 | 33960 6 0 | 45660 524 1564 | T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241018 | 20240716 |
43421648 | 26662 6 0 | 37300 524 1564 | T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241018 | 20240716 |
46714592 | 21553 6 0 | 33004 516 1564 | T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241018 | 20240716 |
Compiler output
bin_vec.c: bin_vec.c:201:8: warning: unused variable 'last' [-Wunused-variable]
bin_vec.c: short last = x->size - ((n-1)<<5);
bin_vec.c: ^
bin_vec.c: 1 warning generated.
rng.c: rng.c:28: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:
Implementation | Compiler |
T:ref | 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:ref | 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:ref | 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:ref | 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:ref | 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
bin_vec.c: bin_vec.c: In function 'Shift':
bin_vec.c: bin_vec.c:201:8: warning: unused variable 'last' [-Wunused-variable]
bin_vec.c: short last = x->size - ((n-1)<<5);
bin_vec.c: ^~~~
conv.c: conv.c: In function 'conv':
conv.c: conv.c:127:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
conv.c: for( i=0 ; i<nr ; i++ )
conv.c: ^~~
conv.c: conv.c:142:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
conv.c: for( i=0 ; i<nr ; i++ )
conv.c: ^~~
crypt.c: crypt.c: In function 'encrypt_one_block':
crypt.c: crypt.c:312:8: warning: variable 'blk2' set but not used [-Wunused-but-set-variable]
crypt.c: short blk2,blk3;
crypt.c: ^~~~
crypt.c: crypt.c: In function 'encrypt_one_block_given_error':
crypt.c: crypt.c:421:8: warning: variable 'blk2' set but not used [-Wunused-but-set-variable]
crypt.c: short blk2,blk3;
crypt.c: ^~~~
crypt.c: crypt.c: In function 'decrypt_one_block':
crypt.c: crypt.c:515:13: warning: variable 'blk3' set but not used [-Wunused-but-set-variable]
crypt.c: short blk2,blk3;
crypt.c: ^~~~
crypt.c: crypt.c:515:8: warning: variable 'blk2' set but not used [-Wunused-but-set-variable]
crypt.c: short blk2,blk3;
crypt.c: ^~~~
crypt.c: crypt.c: In function 'decrypt_one_block_return_error':
crypt.c: crypt.c:653:13: warning: variable 'blk3' set but not used [-Wunused-but-set-variable]
crypt.c: short blk2,blk3;
crypt.c: ^~~~
crypt.c: crypt.c:653:8: warning: variable 'blk2' set but not used [-Wunused-but-set-variable]
crypt.c: short blk2,blk3;
crypt.c: ^~~~
crypt.c: crypt.c: In function 'crypto_encrypt_mcnie3q1281_ref_timingleaks':
crypt.c: crypt.c:922:31: warning: variable 'res_bytes' set but not used [-Wunused-but-set-variable]
crypt.c: unsigned long long num_block,res_bytes,real_mlen;
crypt.c: ...
Number of similar (implementation,compiler) pairs: 4, namely:
Implementation | Compiler |
T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
Namespace violations
aes256.o N 00000000
aes256.o N 00000037
aes256.o N 00000040
aes256.o N 0000010b
aes256.o N 00000110
aes256.o N 0000011e
aes256.o N 00000132
aes256.o N 0000013a
aes256.o N 00000143
aes256.o N 00000145
aes256.o N 00000147
aes256.o N 00000154
aes256.o N 00000158
aes256.o N 0000015a
aes256.o N 0000016a
aes256.o N 0000016e
aes256.o N 0000017c
aes256.o N 0000017e
aes256.o N 0000018d
aes256.o N 0000018f
aes256.o N 00000191
aes256.o N 00000193
aes256.o N 00000195
aes256.o N 00000197
aes256.o N 000001a8
aes256.o N 000001ba
aes256.o N 000001cb
aes256.o N 000001cd
aes256.o N 000001d0
aes256.o N 000001e3
aes256.o N 000001e5
aes256.o N 000001f1
aes256.o N 00000202
aes256.o N 0000020e
aes256.o N 00000221
aes256.o N 00000235
aes256.o N 00000248
aes256.o N 0000024c
aes256.o N 00000253
aes256.o N 0000025a
aes256.o N 00000269
aes256.o N 0000026e
aes256.o aes256_decrypt_ecb T
aes256.o aes256_done T
aes256.o aes256_encrypt_ecb T
aes256.o aes256_init T
bin_vec.o N 00000000
bin_vec.o N 00000037
bin_vec.o N 00000041
bin_vec.o N 0000010c
bin_vec.o N 00000119
bin_vec.o N 00000124
bin_vec.o N 0000012d
bin_vec.o N 0000013b
bin_vec.o N 00000148
bin_vec.o N 0000014d
bin_vec.o N 00000153
bin_vec.o N 00000158
bin_vec.o N 0000015d
bin_vec.o N 00000161
bin_vec.o N 00000165
bin_vec.o N 00000167
bin_vec.o N 00000169
bin_vec.o N 00000171
bin_vec.o N 00000173
bin_vec.o N 00000177
bin_vec.o N 0000017c
bin_vec.o N 0000017e
bin_vec.o N 00000187
bin_vec.o N 00000189
bin_vec.o N 0000018b
bin_vec.o N 0000018d
bin_vec.o N 00000195
bin_vec.o N 0000019d
bin_vec.o N 000001aa
bin_vec.o N 000001b7
bin_vec.o N 000001c0
bin_vec.o N 000001c8
bin_vec.o N 000001d0
bin_vec.o N 000001da
bin_vec.o N 000001e0
bin_vec.o N 000001ea
bin_vec.o N 000001ed
bin_vec.o N 000001f2
bin_vec.o N 000001f6
bin_vec.o N 000001fa
bin_vec.o N 000001fe
bin_vec.o N 00000201
bin_vec.o N 00000204
bin_vec.o N 00000206
bin_vec.o N 00000208
bin_vec.o N 0000020c
bin_vec.o N 00000210
bin_vec.o N 00000212
bin_vec.o Shift T
bin_vec.o chk_zero T
bin_vec.o gauss_elm T
bin_vec.o gen_vec T
bin_vec.o gen_vec_copy T
bin_vec.o gen_vec_rand T
bin_vec.o gen_vec_zero T
bin_vec.o get_elt T
bin_vec.o print_bin T
bin_vec.o put_elt T
bin_vec.o vec_add T
bin_vec.o vec_sum T
bin_vec.o vec_swap T
conv.o N 00000000
conv.o N 00000037
conv.o N 0000003e
conv.o N 00000109
conv.o N 0000010e
conv.o N 0000011c
conv.o N 00000130
conv.o N 00000138
conv.o N 0000014f
conv.o N 00000152
conv.o N 00000157
conv.o N 00000160
conv.o N 00000162
conv.o N 00000164
conv.o N 0000016a
conv.o N 0000016f
conv.o N 00000176
conv.o N 00000178
conv.o N 0000017b
conv.o N 0000017d
conv.o N 0000017f
conv.o N 00000183
conv.o N 00000188
conv.o N 0000018c
conv.o N 0000018e
conv.o N 00000191
conv.o N 00000195
conv.o N 00000198
conv.o N 000001a1
conv.o N 000001a3
conv.o N 000001ad
conv.o N 000001b5
conv.o N 000001b8
conv.o conv T
conv.o inv_conv T
crypt.o Const_bytes R
crypt.o N 00000000
crypt.o N 00000037
crypt.o N 0000003f
crypt.o N 0000010a
crypt.o N 0000010e
crypt.o N 00000114
crypt.o N 00000116
crypt.o N 00000118
crypt.o N 00000124
crypt.o N 00000132
crypt.o N 00000146
crypt.o N 0000014b
crypt.o N 00000150
crypt.o N 0000015d
crypt.o N 00000168
crypt.o N 00000171
crypt.o N 00000176
crypt.o N 0000018d
crypt.o N 00000190
crypt.o N 00000197
crypt.o N 000001a0
crypt.o N 000001a2
crypt.o N 000001a8
crypt.o N 000001ac
crypt.o N 000001ae
crypt.o N 000001b2
crypt.o N 000001b6
crypt.o N 000001ba
crypt.o N 000001c4
crypt.o N 000001c9
crypt.o N 000001cd
crypt.o N 000001cf
crypt.o N 000001d1
crypt.o N 000001d3
crypt.o N 000001d7
crypt.o N 000001de
crypt.o N 00000211
crypt.o N 00000215
crypt.o N 00000227
crypt.o N 00000245
crypt.o N 00000257
crypt.o N 00000267
crypt.o N 00000286
crypt.o N 000002a0
crypt.o N 000002ba
crypt.o N 000002e5
crypt.o N 00000315
crypt.o N 00000320
crypt.o N 0000032d
crypt.o N 00000339
crypt.o N 0000033c
crypt.o N 00000341
crypt.o N 00000345
crypt.o N 0000034a
crypt.o N 0000034c
crypt.o N 00000351
crypt.o N 00000353
crypt.o N 00000356
crypt.o N 00000359
crypt.o N 0000035b
crypt.o N 00000363
crypt.o N 0000036c
crypt.o N 00000371
crypt.o N 00000378
crypt.o N 00000381
crypt.o N 00000389
crypt.o N 00000390
crypt.o N 00000398
crypt.o N 000003a0
crypt.o N 000003a3
crypt.o N 000003a6
crypt.o N 000003a8
crypt.o N 000003ab
crypt.o N 000003ad
crypt.o N 000003b0
crypt.o N 000003b2
crypt.o N 000003b4
crypt.o N 000003bb
crypt.o N 000003c4
crypt.o N 000003c7
crypt.o N 000003cc
crypt.o N 000003de
crypt.o N 000003e2
crypt.o N 000003e9
crypt.o N 000003f1
crypt.o N 000003fc
crypt.o N 00000403
crypt.o N 00000407
crypt.o N 0000040a
crypt.o N 0000040d
crypt.o N 00000411
crypt.o N 00000416
crypt.o N 00000419
crypt.o N 0000041c
crypt.o N 0000041f
crypt.o N 00000426
crypt.o N 0000042d
crypt.o N 00000430
crypt.o N 00000433
crypt.o N 00000437
crypt.o N 00000441
crypt.o N 0000044c
crypt.o N 00000454
crypt.o N 0000045a
crypt.o N 00000465
crypt.o N 00000468
crypt.o N 00000470
crypt.o N 00000476
crypt.o N 00000481
crypt.o N 0000048a
crypt.o N 00000490
crypt.o N 00000498
crypt.o N 0000049f
crypt.o N 000004a6
crypt.o N 000004b0
crypt.o N 000004b8
crypt.o N 000004c2
crypt.o N 000004cb
crypt.o N 000004d1
crypt.o N 000004d9
crypt.o N 000004dc
crypt.o N 000004e3
crypt.o N 000004e7
crypt.o N 000004ec
crypt.o N 000004f1
crypt.o N 000004fb
crypt.o N 00000505
crypt.o N 0000050f
crypt.o N 00000517
crypt.o N 0000051d
crypt.o N 00000523
crypt.o N 00000525
crypt.o N 00000527
crypt.o N 0000052a
crypt.o N 0000052f
crypt.o N 00000531
crypt.o N 00000536
crypt.o N 00000538
crypt.o N 0000053d
crypt.o N 00000542
crypt.o N 00000547
crypt.o N 0000054c
crypt.o N 00000551
crypt.o N 00000555
crypt.o N 0000055a
crypt.o N 0000055c
crypt.o N 0000055f
crypt.o N 00000562
crypt.o N 00000566
crypt.o N 0000056a
crypt.o blk D
crypt.o d D
crypt.o decrypt_one_block T
crypt.o decrypt_one_block_INDCCA2 T
crypt.o decrypt_one_block_return_error T
crypt.o dual_space T
crypt.o encrypt_one_block T
crypt.o encrypt_one_block_INDCCA2 T
crypt.o encrypt_one_block_given_error T
crypt.o error_space T
crypt.o free_LRP T
crypt.o gen_3Q T
crypt.o r D
crypt.o syndrome_decode T
crypt.o vec_sp_inter T
gf.o Div T
gf.o Gauss_elimination T
gf.o N 00000000
gf.o N 00000037
gf.o N 0000003c
gf.o N 00000107
gf.o N 0000010a
gf.o N 00000110
gf.o N 0000011a
gf.o N 00000131
gf.o N 00000134
gf.o N 00000148
gf.o N 00000156
gf.o N 0000015d
gf.o N 00000166
gf.o N 00000168
gf.o N 0000016d
gf.o N 0000016f
gf.o N 00000173
gf.o N 00000175
gf.o N 00000177
gf.o N 0000017e
gf.o N 00000185
gf.o N 00000187
gf.o N 0000018e
gf.o N 00000197
gf.o N 0000019b
gf.o N 000001ad
gf.o N 000001af
gf.o N 000001b3
gf.o N 000001b7
gf.o N 000001b9
gf.o N 000001bb
gf.o N 000001c0
gf.o N 000001c7
gf.o N 000001ce
gf.o N 000001d8
gf.o N 000001e3
gf.o N 000001ef
gf.o N 000001fb
gf.o N 00000204
gf.o N 0000020c
gf.o N 00000219
gf.o N 00000227
gf.o N 0000022e
gf.o N 00000235
gf.o N 00000238
gf.o N 0000023b
gf.o N 0000023d
gf.o N 0000023f
gf.o N 00000241
gf.o N 00000245
gf.o N 00000247
gf.o N 00000249
gf.o N 0000024d
gf.o N 00000251
gf.o N 00000256
gf.o N 0000025f
gf.o N 00000264
gf.o N 00000268
gf.o N 0000026c
gf.o _m R
gf.o base_poly R
gf.o bin2gf T
gf.o bin_rank T
gf.o gen_indep_vec T
gf.o gen_rand_vec T
gf.o gf2bin T
gf.o gf_add T
gf.o gf_inverse T
gf.o gf_mul T
gf.o gf_sum T
gf.o rand_gf T
gf.o vec_get_elt T
gf.o vec_print T
gf.o vec_put_elt T
gf.o vec_size T
matrix.o N 00000000
matrix.o N 00000037
matrix.o N 00000040
matrix.o N 0000010b
matrix.o N 00000122
matrix.o N 00000125
matrix.o N 00000130
matrix.o N 00000134
matrix.o N 0000013a
matrix.o N 0000013e
matrix.o N 00000142
matrix.o N 0000014c
matrix.o N 00000151
matrix.o N 00000153
matrix.o N 00000155
matrix.o N 00000161
matrix.o N 0000016f
matrix.o N 0000017c
matrix.o N 00000184
matrix.o N 0000018e
matrix.o N 0000019b
matrix.o N 000001a9
matrix.o N 000001b2
matrix.o N 000001ba
matrix.o N 000001bc
matrix.o N 000001be
matrix.o N 000001c0
matrix.o N 000001c2
matrix.o N 000001c4
matrix.o N 000001c6
matrix.o N 000001c8
matrix.o N 000001cb
matrix.o N 000001cf
matrix.o N 000001d4
matrix.o N 000001d7
matrix.o free_matrix T
matrix.o gen_matrix T
matrix.o gen_matrix_id T
matrix.o gf_gauss_elm T
matrix.o gf_gauss_elm2 T
matrix.o mat_inv T
matrix.o mat_mul T
matrix.o mat_mul_t T
matrix.o mat_rank T
matrix.o print_matrix T
rng.o AES256_CTR_DRBG_Update T
rng.o AES256_ECB T
rng.o DRBG_ctx C
rng.o N 00000000
rng.o N 00000037
rng.o N 0000003d
rng.o N 00000108
rng.o N 00000111
rng.o N 00000115
rng.o N 00000123
rng.o N 00000137
rng.o N 00000139
rng.o N 00000148
rng.o N 0000014c
rng.o N 00000163
rng.o N 0000016e
rng.o N 00000172
rng.o N 00000176
rng.o N 0000017d
rng.o N 00000181
rng.o N 00000185
rng.o N 0000018c
rng.o N 00000193
rng.o N 000001a2
rng.o N 000001b4
rng.o N 000001c1
rng.o N 000001d3
rng.o N 000001ea
rng.o N 000001f7
rng.o N 00000202
rng.o N 0000020f
rng.o N 00000220
rng.o N 00000232
rng.o N 00000241
rng.o N 00000246
rng.o N 00000252
rng.o N 00000259
rng.o N 0000025b
rng.o N 00000260
rng.o N 00000267
rng.o N 00000269
rng.o N 00000277
rng.o N 00000285
rng.o N 0000029c
rng.o N 000002ae
rng.o N 000002b3
rng.o N 000002c1
rng.o N 000002c3
rng.o N 000002c9
rng.o seedexpander T
rng.o seedexpander_init T
rng.o xrandombytes T
rng.o xrandombytes_init T
sha3.o N 00000000
sha3.o N 00000037
sha3.o N 0000003e
sha3.o N 00000109
sha3.o N 00000116
sha3.o N 0000012d
sha3.o N 00000138
sha3.o N 00000141
sha3.o N 00000155
sha3.o N 00000162
sha3.o N 00000166
sha3.o N 00000173
sha3.o N 00000181
sha3.o N 0000018b
sha3.o N 00000193
sha3.o N 0000019d
sha3.o N 000001ac
sha3.o N 000001b8
sha3.o N 000001c3
sha3.o N 000001c7
sha3.o N 000001cd
sha3.o N 000001d3
sha3.o N 000001e0
sha3.o N 000001eb
sha3.o N 000001f4
sha3.o N 000001fc
sha3.o N 00000203
sha3.o N 0000020a
sha3.o N 00000211
sha3.o N 00000215
sha3.o N 0000021f
sha3.o N 00000228
sha3.o N 0000022d
sha3.o N 00000230
sha3.o N 00000233
sha3.o N 00000235
sha3.o N 0000023b
sha3.o N 0000023d
sha3.o N 0000023f
sha3.o N 00000241
sha3.o N 00000244
sha3.o N 00000248
sha3.o N 0000024c
sha3.o N 0000024e
sha3.o SHA3_Final T
sha3.o SHA3_Init T
sha3.o SHA3_Transform T
sha3.o SHA3_Update T
sha3.o keccakf_piln R
sha3.o keccakf_rndc R
sha3.o keccakf_rotc R
Number of similar (implementation,compiler) pairs: 2, namely:
Implementation | Compiler |
T:ref | 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:ref | 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
aes256.o N 00000000
aes256.o N 00000037
aes256.o N 00000040
aes256.o N 0000010a
aes256.o N 0000010f
aes256.o N 0000011d
aes256.o N 00000131
aes256.o N 00000139
aes256.o N 00000142
aes256.o N 00000144
aes256.o N 00000146
aes256.o N 00000153
aes256.o N 00000157
aes256.o N 00000159
aes256.o N 00000169
aes256.o N 0000016d
aes256.o N 0000017b
aes256.o N 0000017d
aes256.o N 0000018c
aes256.o N 0000018e
aes256.o N 00000190
aes256.o N 00000192
aes256.o N 00000194
aes256.o N 00000196
aes256.o N 000001a7
aes256.o N 000001b9
aes256.o N 000001ca
aes256.o N 000001cc
aes256.o N 000001cf
aes256.o N 000001e2
aes256.o N 000001e4
aes256.o N 000001f0
aes256.o N 00000201
aes256.o N 0000020d
aes256.o N 00000220
aes256.o N 00000234
aes256.o N 00000247
aes256.o N 0000024b
aes256.o N 00000252
aes256.o N 00000259
aes256.o N 00000268
aes256.o N 0000026d
aes256.o aes256_decrypt_ecb T
aes256.o aes256_done T
aes256.o aes256_encrypt_ecb T
aes256.o aes256_init T
bin_vec.o N 00000000
bin_vec.o N 00000037
bin_vec.o N 00000041
bin_vec.o N 0000010b
bin_vec.o N 00000118
bin_vec.o N 00000123
bin_vec.o N 0000012c
bin_vec.o N 0000013a
bin_vec.o N 00000147
bin_vec.o N 0000014c
bin_vec.o N 00000152
bin_vec.o N 00000157
bin_vec.o N 0000015c
bin_vec.o N 00000160
bin_vec.o N 00000164
bin_vec.o N 00000166
bin_vec.o N 00000168
bin_vec.o N 00000170
bin_vec.o N 00000172
bin_vec.o N 00000176
bin_vec.o N 0000017b
bin_vec.o N 0000017d
bin_vec.o N 00000186
bin_vec.o N 00000188
bin_vec.o N 0000018a
bin_vec.o N 0000018c
bin_vec.o N 00000194
bin_vec.o N 0000019c
bin_vec.o N 000001a9
bin_vec.o N 000001b6
bin_vec.o N 000001bf
bin_vec.o N 000001c7
bin_vec.o N 000001cf
bin_vec.o N 000001d9
bin_vec.o N 000001df
bin_vec.o N 000001e9
bin_vec.o N 000001ec
bin_vec.o N 000001f1
bin_vec.o N 000001f5
bin_vec.o N 000001f9
bin_vec.o N 000001fd
bin_vec.o N 00000200
bin_vec.o N 00000203
bin_vec.o N 00000205
bin_vec.o N 00000207
bin_vec.o N 0000020b
bin_vec.o N 0000020f
bin_vec.o N 00000211
bin_vec.o Shift T
bin_vec.o chk_zero T
bin_vec.o gauss_elm T
bin_vec.o gen_vec T
bin_vec.o gen_vec_copy T
bin_vec.o gen_vec_rand T
bin_vec.o gen_vec_zero T
bin_vec.o get_elt T
bin_vec.o print_bin T
bin_vec.o put_elt T
bin_vec.o vec_add T
bin_vec.o vec_sum T
bin_vec.o vec_swap T
conv.o N 00000000
conv.o N 00000037
conv.o N 0000003e
conv.o N 00000108
conv.o N 0000010d
conv.o N 0000011b
conv.o N 0000012f
conv.o N 00000137
conv.o N 0000014e
conv.o N 00000151
conv.o N 00000156
conv.o N 0000015f
conv.o N 00000161
conv.o N 00000163
conv.o N 00000169
conv.o N 0000016e
conv.o N 00000175
conv.o N 00000177
conv.o N 0000017a
conv.o N 0000017c
conv.o N 0000017e
conv.o N 00000182
conv.o N 00000187
conv.o N 0000018b
conv.o N 0000018d
conv.o N 00000190
conv.o N 00000194
conv.o N 00000197
conv.o N 000001a0
conv.o N 000001a2
conv.o N 000001ac
conv.o N 000001b4
conv.o N 000001b7
conv.o conv T
conv.o inv_conv T
crypt.o Const_bytes R
crypt.o N 00000000
crypt.o N 00000037
crypt.o N 0000003f
crypt.o N 00000109
crypt.o N 0000010d
crypt.o N 00000113
crypt.o N 00000115
crypt.o N 00000117
crypt.o N 00000123
crypt.o N 00000131
crypt.o N 00000145
crypt.o N 0000014a
crypt.o N 0000014f
crypt.o N 0000015c
crypt.o N 00000167
crypt.o N 00000170
crypt.o N 00000175
crypt.o N 0000018c
crypt.o N 0000018f
crypt.o N 00000196
crypt.o N 0000019f
crypt.o N 000001a1
crypt.o N 000001a7
crypt.o N 000001ab
crypt.o N 000001ad
crypt.o N 000001b1
crypt.o N 000001b5
crypt.o N 000001b9
crypt.o N 000001c3
crypt.o N 000001c8
crypt.o N 000001cc
crypt.o N 000001ce
crypt.o N 000001d0
crypt.o N 000001d2
crypt.o N 000001d6
crypt.o N 000001dd
crypt.o N 00000210
crypt.o N 00000214
crypt.o N 00000226
crypt.o N 00000244
crypt.o N 00000256
crypt.o N 00000266
crypt.o N 00000285
crypt.o N 0000029f
crypt.o N 000002b9
crypt.o N 000002e4
crypt.o N 00000314
crypt.o N 0000031f
crypt.o N 0000032c
crypt.o N 00000338
crypt.o N 0000033b
crypt.o N 00000340
crypt.o N 00000344
crypt.o N 00000349
crypt.o N 0000034b
crypt.o N 00000350
crypt.o N 00000352
crypt.o N 00000355
crypt.o N 00000358
crypt.o N 0000035a
crypt.o N 00000362
crypt.o N 0000036b
crypt.o N 00000370
crypt.o N 00000377
crypt.o N 00000380
crypt.o N 00000388
crypt.o N 0000038f
crypt.o N 00000397
crypt.o N 0000039f
crypt.o N 000003a2
crypt.o N 000003a5
crypt.o N 000003a7
crypt.o N 000003aa
crypt.o N 000003ac
crypt.o N 000003af
crypt.o N 000003b1
crypt.o N 000003b3
crypt.o N 000003ba
crypt.o N 000003c3
crypt.o N 000003c6
crypt.o N 000003cb
crypt.o N 000003dd
crypt.o N 000003e1
crypt.o N 000003e8
crypt.o N 000003f0
crypt.o N 000003fb
crypt.o N 00000402
crypt.o N 00000406
crypt.o N 00000409
crypt.o N 0000040c
crypt.o N 00000410
crypt.o N 00000415
crypt.o N 00000418
crypt.o N 0000041b
crypt.o N 0000041e
crypt.o N 00000425
crypt.o N 0000042c
crypt.o N 0000042f
crypt.o N 00000432
crypt.o N 00000436
crypt.o N 00000440
crypt.o N 0000044b
crypt.o N 00000453
crypt.o N 00000459
crypt.o N 00000464
crypt.o N 00000467
crypt.o N 0000046f
crypt.o N 00000475
crypt.o N 00000480
crypt.o N 00000489
crypt.o N 0000048f
crypt.o N 00000497
crypt.o N 0000049e
crypt.o N 000004a5
crypt.o N 000004af
crypt.o N 000004b7
crypt.o N 000004c1
crypt.o N 000004ca
crypt.o N 000004d0
crypt.o N 000004d8
crypt.o N 000004db
crypt.o N 000004e2
crypt.o N 000004e6
crypt.o N 000004eb
crypt.o N 000004f0
crypt.o N 000004fa
crypt.o N 00000504
crypt.o N 0000050e
crypt.o N 00000516
crypt.o N 0000051c
crypt.o N 00000522
crypt.o N 00000524
crypt.o N 00000526
crypt.o N 00000529
crypt.o N 0000052e
crypt.o N 00000530
crypt.o N 00000535
crypt.o N 00000537
crypt.o N 0000053c
crypt.o N 00000541
crypt.o N 00000546
crypt.o N 0000054b
crypt.o N 00000550
crypt.o N 00000554
crypt.o N 00000559
crypt.o N 0000055b
crypt.o N 0000055e
crypt.o N 00000561
crypt.o N 00000565
crypt.o N 00000569
crypt.o blk D
crypt.o d D
crypt.o decrypt_one_block T
crypt.o decrypt_one_block_INDCCA2 T
crypt.o decrypt_one_block_return_error T
crypt.o dual_space T
crypt.o encrypt_one_block T
crypt.o encrypt_one_block_INDCCA2 T
crypt.o encrypt_one_block_given_error T
crypt.o error_space T
crypt.o free_LRP T
crypt.o gen_3Q T
crypt.o r D
crypt.o syndrome_decode T
crypt.o vec_sp_inter T
gf.o Div T
gf.o Gauss_elimination T
gf.o N 00000000
gf.o N 00000037
gf.o N 0000003c
gf.o N 00000106
gf.o N 00000109
gf.o N 0000010f
gf.o N 00000119
gf.o N 00000130
gf.o N 00000133
gf.o N 00000147
gf.o N 00000155
gf.o N 0000015c
gf.o N 00000165
gf.o N 00000167
gf.o N 0000016c
gf.o N 0000016e
gf.o N 00000172
gf.o N 00000174
gf.o N 00000176
gf.o N 0000017d
gf.o N 00000184
gf.o N 00000186
gf.o N 0000018d
gf.o N 00000196
gf.o N 0000019a
gf.o N 000001ac
gf.o N 000001ae
gf.o N 000001b2
gf.o N 000001b6
gf.o N 000001b8
gf.o N 000001ba
gf.o N 000001bf
gf.o N 000001c6
gf.o N 000001cd
gf.o N 000001d7
gf.o N 000001e2
gf.o N 000001ee
gf.o N 000001fa
gf.o N 00000203
gf.o N 0000020b
gf.o N 00000218
gf.o N 00000226
gf.o N 0000022d
gf.o N 00000234
gf.o N 00000237
gf.o N 0000023a
gf.o N 0000023c
gf.o N 0000023e
gf.o N 00000240
gf.o N 00000244
gf.o N 00000246
gf.o N 00000248
gf.o N 0000024c
gf.o N 00000250
gf.o N 00000255
gf.o N 0000025e
gf.o N 00000263
gf.o N 00000267
gf.o N 0000026b
gf.o _m R
gf.o base_poly R
gf.o bin2gf T
gf.o bin_rank T
gf.o gen_indep_vec T
gf.o gen_rand_vec T
gf.o gf2bin T
gf.o gf_add T
gf.o gf_inverse T
gf.o gf_mul T
gf.o gf_sum T
gf.o rand_gf T
gf.o vec_get_elt T
gf.o vec_print T
gf.o vec_put_elt T
gf.o vec_size T
matrix.o N 00000000
matrix.o N 00000037
matrix.o N 00000040
matrix.o N 0000010a
matrix.o N 00000121
matrix.o N 00000124
matrix.o N 0000012f
matrix.o N 00000133
matrix.o N 00000139
matrix.o N 0000013d
matrix.o N 00000141
matrix.o N 0000014b
matrix.o N 00000150
matrix.o N 00000152
matrix.o N 00000154
matrix.o N 00000160
matrix.o N 0000016e
matrix.o N 0000017b
matrix.o N 00000183
matrix.o N 0000018d
matrix.o N 0000019a
matrix.o N 000001a8
matrix.o N 000001b1
matrix.o N 000001b9
matrix.o N 000001bb
matrix.o N 000001bd
matrix.o N 000001bf
matrix.o N 000001c1
matrix.o N 000001c3
matrix.o N 000001c5
matrix.o N 000001c7
matrix.o N 000001ca
matrix.o N 000001ce
matrix.o N 000001d3
matrix.o N 000001d6
matrix.o free_matrix T
matrix.o gen_matrix T
matrix.o gen_matrix_id T
matrix.o gf_gauss_elm T
matrix.o gf_gauss_elm2 T
matrix.o mat_inv T
matrix.o mat_mul T
matrix.o mat_mul_t T
matrix.o mat_rank T
matrix.o print_matrix T
rng.o AES256_CTR_DRBG_Update T
rng.o AES256_ECB T
rng.o DRBG_ctx C
rng.o N 00000000
rng.o N 00000037
rng.o N 0000003d
rng.o N 00000107
rng.o N 00000110
rng.o N 00000114
rng.o N 00000122
rng.o N 00000136
rng.o N 00000138
rng.o N 00000147
rng.o N 0000014b
rng.o N 00000162
rng.o N 0000016d
rng.o N 00000171
rng.o N 00000175
rng.o N 0000017c
rng.o N 00000180
rng.o N 00000184
rng.o N 0000018b
rng.o N 00000192
rng.o N 000001a1
rng.o N 000001b3
rng.o N 000001c0
rng.o N 000001d2
rng.o N 000001e9
rng.o N 000001f6
rng.o N 00000201
rng.o N 0000020e
rng.o N 0000021f
rng.o N 00000231
rng.o N 00000240
rng.o N 00000245
rng.o N 00000251
rng.o N 00000258
rng.o N 0000025a
rng.o N 0000025f
rng.o N 00000266
rng.o N 00000268
rng.o N 00000276
rng.o N 00000284
rng.o N 0000029b
rng.o N 000002ad
rng.o N 000002b2
rng.o N 000002c0
rng.o N 000002c2
rng.o N 000002c8
rng.o seedexpander T
rng.o seedexpander_init T
rng.o xrandombytes T
rng.o xrandombytes_init T
sha3.o N 00000000
sha3.o N 00000037
sha3.o N 0000003e
sha3.o N 00000108
sha3.o N 00000115
sha3.o N 0000012c
sha3.o N 00000137
sha3.o N 00000140
sha3.o N 00000154
sha3.o N 00000161
sha3.o N 00000165
sha3.o N 00000172
sha3.o N 00000180
sha3.o N 0000018a
sha3.o N 00000192
sha3.o N 0000019c
sha3.o N 000001ab
sha3.o N 000001b7
sha3.o N 000001c2
sha3.o N 000001c6
sha3.o N 000001cc
sha3.o N 000001d2
sha3.o N 000001df
sha3.o N 000001ea
sha3.o N 000001f3
sha3.o N 000001fb
sha3.o N 00000202
sha3.o N 00000209
sha3.o N 00000210
sha3.o N 00000214
sha3.o N 0000021e
sha3.o N 00000227
sha3.o N 0000022c
sha3.o N 0000022f
sha3.o N 00000232
sha3.o N 00000234
sha3.o N 0000023a
sha3.o N 0000023c
sha3.o N 0000023e
sha3.o N 00000240
sha3.o N 00000243
sha3.o N 00000247
sha3.o N 0000024b
sha3.o N 0000024d
sha3.o SHA3_Final T
sha3.o SHA3_Init T
sha3.o SHA3_Transform T
sha3.o SHA3_Update T
sha3.o keccakf_piln R
sha3.o keccakf_rndc R
sha3.o keccakf_rotc R
Number of similar (implementation,compiler) pairs: 2, namely:
Implementation | Compiler |
T:ref | 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:ref | 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
aes256.o N 00000000
aes256.o N 00000037
aes256.o N 00000040
aes256.o N 0000010b
aes256.o N 00000110
aes256.o N 0000011e
aes256.o N 00000132
aes256.o N 0000013a
aes256.o N 00000143
aes256.o N 00000145
aes256.o N 00000147
aes256.o N 0000015b
aes256.o N 0000015f
aes256.o N 00000163
aes256.o N 00000167
aes256.o N 00000169
aes256.o N 00000178
aes256.o N 0000017a
aes256.o N 0000017c
aes256.o N 0000017e
aes256.o N 00000180
aes256.o N 00000182
aes256.o N 00000192
aes256.o N 0000019f
aes256.o N 000001ad
aes256.o N 000001af
aes256.o N 000001c0
aes256.o N 000001d1
aes256.o N 000001d3
aes256.o N 000001d6
aes256.o N 000001e9
aes256.o N 000001eb
aes256.o N 000001f7
aes256.o N 00000208
aes256.o N 00000214
aes256.o N 00000227
aes256.o N 0000023a
aes256.o N 0000024c
aes256.o N 00000250
aes256.o N 00000257
aes256.o N 0000025e
aes256.o N 0000026d
aes256.o aes256_decrypt_ecb T
aes256.o aes256_done T
aes256.o aes256_encrypt_ecb T
aes256.o aes256_init T
bin_vec.o N 00000000
bin_vec.o N 00000037
bin_vec.o N 00000041
bin_vec.o N 0000010c
bin_vec.o N 00000119
bin_vec.o N 00000124
bin_vec.o N 0000012d
bin_vec.o N 0000013b
bin_vec.o N 00000143
bin_vec.o N 00000145
bin_vec.o N 0000014a
bin_vec.o N 00000150
bin_vec.o N 00000155
bin_vec.o N 0000015a
bin_vec.o N 0000015e
bin_vec.o N 00000160
bin_vec.o N 00000165
bin_vec.o N 00000167
bin_vec.o N 00000170
bin_vec.o N 00000172
bin_vec.o N 00000174
bin_vec.o N 00000176
bin_vec.o N 0000017e
bin_vec.o N 0000018b
bin_vec.o N 00000198
bin_vec.o N 000001a5
bin_vec.o N 000001ae
bin_vec.o N 000001b6
bin_vec.o N 000001be
bin_vec.o N 000001c6
bin_vec.o N 000001d0
bin_vec.o N 000001d6
bin_vec.o N 000001e0
bin_vec.o N 000001e4
bin_vec.o N 000001e7
bin_vec.o N 000001eb
bin_vec.o N 000001ed
bin_vec.o N 000001f2
bin_vec.o N 000001f6
bin_vec.o N 000001fa
bin_vec.o N 000001fd
bin_vec.o N 00000200
bin_vec.o N 00000204
bin_vec.o N 00000206
bin_vec.o N 00000208
bin_vec.o N 0000020c
bin_vec.o N 00000210
bin_vec.o N 00000212
bin_vec.o Shift T
bin_vec.o chk_zero T
bin_vec.o gauss_elm T
bin_vec.o gen_vec T
bin_vec.o gen_vec_copy T
bin_vec.o gen_vec_rand T
bin_vec.o gen_vec_zero T
bin_vec.o get_elt T
bin_vec.o print_bin T
bin_vec.o put_elt T
bin_vec.o vec_add T
bin_vec.o vec_sum T
bin_vec.o vec_swap T
conv.o N 00000000
conv.o N 00000037
conv.o N 0000003e
conv.o N 00000109
conv.o N 0000010e
conv.o N 0000011c
conv.o N 00000130
conv.o N 00000138
conv.o N 0000014f
conv.o N 00000152
conv.o N 00000157
conv.o N 00000160
conv.o N 00000162
conv.o N 00000164
conv.o N 0000016a
conv.o N 0000016f
conv.o N 00000176
conv.o N 00000178
conv.o N 0000017b
conv.o N 0000017d
conv.o N 0000017f
conv.o N 00000183
conv.o N 00000188
conv.o N 0000018c
conv.o N 0000018e
conv.o N 00000191
conv.o N 00000195
conv.o N 00000198
conv.o N 000001a1
conv.o N 000001a3
conv.o N 000001ad
conv.o N 000001b5
conv.o N 000001b8
conv.o conv T
conv.o inv_conv T
crypt.o Const_bytes R
crypt.o N 00000000
crypt.o N 00000037
crypt.o N 0000003f
crypt.o N 0000010a
crypt.o N 0000010e
crypt.o N 00000114
crypt.o N 00000116
crypt.o N 00000118
crypt.o N 00000124
crypt.o N 00000132
crypt.o N 00000146
crypt.o N 0000014b
crypt.o N 00000150
crypt.o N 0000015d
crypt.o N 00000168
crypt.o N 00000171
crypt.o N 00000176
crypt.o N 0000018d
crypt.o N 00000190
crypt.o N 00000197
crypt.o N 000001a0
crypt.o N 000001a7
crypt.o N 000001ad
crypt.o N 000001b1
crypt.o N 000001b3
crypt.o N 000001b7
crypt.o N 000001bb
crypt.o N 000001bf
crypt.o N 000001c9
crypt.o N 000001ce
crypt.o N 000001d2
crypt.o N 00000205
crypt.o N 00000209
crypt.o N 0000021b
crypt.o N 00000239
crypt.o N 0000024b
crypt.o N 0000025b
crypt.o N 0000027a
crypt.o N 00000294
crypt.o N 000002ae
crypt.o N 000002d9
crypt.o N 00000309
crypt.o N 00000314
crypt.o N 00000321
crypt.o N 0000032d
crypt.o N 0000032f
crypt.o N 00000331
crypt.o N 00000333
crypt.o N 00000335
crypt.o N 00000339
crypt.o N 0000033c
crypt.o N 00000341
crypt.o N 00000345
crypt.o N 0000034a
crypt.o N 0000034c
crypt.o N 00000351
crypt.o N 00000353
crypt.o N 00000356
crypt.o N 00000359
crypt.o N 0000035b
crypt.o N 00000363
crypt.o N 0000036c
crypt.o N 00000371
crypt.o N 00000378
crypt.o N 00000381
crypt.o N 00000389
crypt.o N 00000390
crypt.o N 00000398
crypt.o N 000003a0
crypt.o N 000003a3
crypt.o N 000003a6
crypt.o N 000003a8
crypt.o N 000003ab
crypt.o N 000003ad
crypt.o N 000003b0
crypt.o N 000003b2
crypt.o N 000003b4
crypt.o N 000003bb
crypt.o N 000003c4
crypt.o N 000003c7
crypt.o N 000003cc
crypt.o N 000003de
crypt.o N 000003e2
crypt.o N 000003e9
crypt.o N 000003f1
crypt.o N 000003fc
crypt.o N 00000403
crypt.o N 00000407
crypt.o N 0000040a
crypt.o N 0000040d
crypt.o N 00000411
crypt.o N 00000416
crypt.o N 00000419
crypt.o N 0000041c
crypt.o N 0000041f
crypt.o N 00000426
crypt.o N 0000042d
crypt.o N 00000430
crypt.o N 00000433
crypt.o N 00000437
crypt.o N 00000441
crypt.o N 0000044c
crypt.o N 00000454
crypt.o N 0000045a
crypt.o N 00000465
crypt.o N 00000468
crypt.o N 00000470
crypt.o N 00000476
crypt.o N 00000481
crypt.o N 0000048a
crypt.o N 00000490
crypt.o N 00000498
crypt.o N 0000049f
crypt.o N 000004a6
crypt.o N 000004b0
crypt.o N 000004b8
crypt.o N 000004c2
crypt.o N 000004cb
crypt.o N 000004d1
crypt.o N 000004d9
crypt.o N 000004dc
crypt.o N 000004e3
crypt.o N 000004e7
crypt.o N 000004ec
crypt.o N 000004f1
crypt.o N 000004fb
crypt.o N 00000505
crypt.o N 0000050f
crypt.o N 00000517
crypt.o N 0000051d
crypt.o N 00000523
crypt.o N 00000525
crypt.o N 00000527
crypt.o N 0000052a
crypt.o N 0000052f
crypt.o N 00000531
crypt.o N 00000536
crypt.o N 00000538
crypt.o N 0000053d
crypt.o N 00000542
crypt.o N 00000547
crypt.o N 0000054c
crypt.o N 00000551
crypt.o N 00000555
crypt.o N 0000055a
crypt.o N 0000055c
crypt.o N 0000055f
crypt.o N 00000562
crypt.o N 00000566
crypt.o N 0000056a
crypt.o blk D
crypt.o d D
crypt.o decrypt_one_block T
crypt.o decrypt_one_block_INDCCA2 T
crypt.o decrypt_one_block_return_error T
crypt.o dual_space T
crypt.o encrypt_one_block T
crypt.o encrypt_one_block_INDCCA2 T
crypt.o encrypt_one_block_given_error T
crypt.o error_space T
crypt.o free_LRP T
crypt.o gen_3Q T
crypt.o r D
crypt.o syndrome_decode T
crypt.o vec_sp_inter T
gf.o Div T
gf.o Gauss_elimination T
gf.o N 00000000
gf.o N 00000037
gf.o N 0000003c
gf.o N 00000107
gf.o N 0000010a
gf.o N 00000110
gf.o N 0000011a
gf.o N 00000131
gf.o N 00000134
gf.o N 00000148
gf.o N 00000156
gf.o N 0000015d
gf.o N 00000166
gf.o N 00000168
gf.o N 0000016d
gf.o N 0000016f
gf.o N 00000176
gf.o N 00000178
gf.o N 00000181
gf.o N 00000185
gf.o N 0000018c
gf.o N 00000193
gf.o N 0000019d
gf.o N 000001a1
gf.o N 000001ac
gf.o N 000001b8
gf.o N 000001c4
gf.o N 000001d6
gf.o N 000001df
gf.o N 000001e7
gf.o N 000001f4
gf.o N 00000202
gf.o N 00000209
gf.o N 00000210
gf.o N 00000212
gf.o N 00000219
gf.o N 00000220
gf.o N 00000222
gf.o N 00000225
gf.o N 00000228
gf.o N 0000022a
gf.o N 0000022c
gf.o N 0000022e
gf.o N 00000232
gf.o N 00000234
gf.o N 00000236
gf.o N 0000023a
gf.o N 0000023e
gf.o N 00000240
gf.o N 00000242
gf.o N 00000247
gf.o N 00000249
gf.o N 0000024d
gf.o N 00000251
gf.o N 00000256
gf.o N 0000025f
gf.o N 00000264
gf.o N 00000268
gf.o N 0000026c
gf.o _m R
gf.o base_poly R
gf.o bin2gf T
gf.o bin_rank T
gf.o gen_indep_vec T
gf.o gen_rand_vec T
gf.o gf2bin T
gf.o gf_add T
gf.o gf_inverse T
gf.o gf_mul T
gf.o gf_sum T
gf.o rand_gf T
gf.o vec_get_elt T
gf.o vec_print T
gf.o vec_put_elt T
gf.o vec_size T
matrix.o N 00000000
matrix.o N 00000037
matrix.o N 00000040
matrix.o N 0000010b
matrix.o N 00000122
matrix.o N 00000125
matrix.o N 00000130
matrix.o N 00000134
matrix.o N 0000013a
matrix.o N 0000013e
matrix.o N 00000142
matrix.o N 0000014c
matrix.o N 00000151
matrix.o N 0000015f
matrix.o N 0000016b
matrix.o N 00000178
matrix.o N 00000180
matrix.o N 0000018a
matrix.o N 00000197
matrix.o N 000001a5
matrix.o N 000001ae
matrix.o N 000001b6
matrix.o N 000001b8
matrix.o N 000001ba
matrix.o N 000001bc
matrix.o N 000001be
matrix.o N 000001c0
matrix.o N 000001c2
matrix.o N 000001c4
matrix.o N 000001c6
matrix.o N 000001c8
matrix.o N 000001cb
matrix.o N 000001cf
matrix.o N 000001d4
matrix.o N 000001d7
matrix.o free_matrix T
matrix.o gen_matrix T
matrix.o gen_matrix_id T
matrix.o gf_gauss_elm T
matrix.o gf_gauss_elm2 T
matrix.o mat_inv T
matrix.o mat_mul T
matrix.o mat_mul_t T
matrix.o mat_rank T
matrix.o print_matrix T
rng.o AES256_CTR_DRBG_Update T
rng.o AES256_ECB T
rng.o DRBG_ctx C
rng.o N 00000000
rng.o N 00000037
rng.o N 0000003d
rng.o N 00000108
rng.o N 00000111
rng.o N 00000115
rng.o N 00000123
rng.o N 00000137
rng.o N 00000139
rng.o N 00000148
rng.o N 0000014c
rng.o N 00000163
rng.o N 00000175
rng.o N 00000182
rng.o N 0000018d
rng.o N 0000019f
rng.o N 000001b6
rng.o N 000001c3
rng.o N 000001c7
rng.o N 000001ce
rng.o N 000001d9
rng.o N 000001e6
rng.o N 000001f7
rng.o N 00000209
rng.o N 0000020d
rng.o N 00000211
rng.o N 00000220
rng.o N 00000225
rng.o N 00000231
rng.o N 00000238
rng.o N 0000023a
rng.o N 0000023f
rng.o N 00000246
rng.o N 00000248
rng.o N 0000024c
rng.o N 00000253
rng.o N 0000025a
rng.o N 00000269
rng.o N 00000277
rng.o N 00000285
rng.o N 0000029c
rng.o N 000002ae
rng.o N 000002b3
rng.o N 000002c1
rng.o N 000002c3
rng.o N 000002c9
rng.o seedexpander T
rng.o seedexpander_init T
rng.o xrandombytes T
rng.o xrandombytes_init T
sha3.o N 00000000
sha3.o N 00000037
sha3.o N 0000003e
sha3.o N 00000109
sha3.o N 00000116
sha3.o N 0000012d
sha3.o N 00000138
sha3.o N 00000141
sha3.o N 00000155
sha3.o N 00000162
sha3.o N 00000166
sha3.o N 00000173
sha3.o N 00000181
sha3.o N 0000018b
sha3.o N 00000193
sha3.o N 0000019d
sha3.o N 000001ac
sha3.o N 000001b8
sha3.o N 000001c3
sha3.o N 000001c7
sha3.o N 000001cd
sha3.o N 000001d3
sha3.o N 000001e0
sha3.o N 000001eb
sha3.o N 000001f4
sha3.o N 000001fc
sha3.o N 00000203
sha3.o N 0000020a
sha3.o N 00000211
sha3.o N 00000215
sha3.o N 0000021f
sha3.o N 00000228
sha3.o N 0000022d
sha3.o N 00000230
sha3.o N 00000233
sha3.o N 00000235
sha3.o N 0000023b
sha3.o N 0000023d
sha3.o N 0000023f
sha3.o N 00000241
sha3.o N 00000244
sha3.o N 00000248
sha3.o N 0000024c
sha3.o N 0000024e
sha3.o SHA3_Final T
sha3.o SHA3_Init T
sha3.o SHA3_Transform T
sha3.o SHA3_Update T
sha3.o keccakf_piln R
sha3.o keccakf_rndc R
sha3.o keccakf_rotc R
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:ref | 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
aes256.o aes256_decrypt_ecb T
aes256.o aes256_done T
aes256.o aes256_encrypt_ecb T
aes256.o aes256_init T
bin_vec.o Shift T
bin_vec.o chk_zero T
bin_vec.o gauss_elm T
bin_vec.o gen_vec T
bin_vec.o gen_vec_copy T
bin_vec.o gen_vec_rand T
bin_vec.o gen_vec_zero T
bin_vec.o get_elt T
bin_vec.o print_bin T
bin_vec.o put_elt T
bin_vec.o vec_add T
bin_vec.o vec_sum T
bin_vec.o vec_swap T
conv.o conv T
conv.o inv_conv T
crypt.o Const_bytes R
crypt.o blk D
crypt.o d D
crypt.o decrypt_one_block T
crypt.o decrypt_one_block_INDCCA2 T
crypt.o decrypt_one_block_return_error T
crypt.o dual_space T
crypt.o encrypt_one_block T
crypt.o encrypt_one_block_INDCCA2 T
crypt.o encrypt_one_block_given_error T
crypt.o error_space T
crypt.o free_LRP T
crypt.o gen_3Q T
crypt.o r D
crypt.o syndrome_decode T
crypt.o vec_sp_inter T
gf.o Div T
gf.o Gauss_elimination T
gf.o _m R
gf.o base_poly R
gf.o bin2gf T
gf.o bin_rank T
gf.o gen_indep_vec T
gf.o gen_rand_vec T
gf.o gf2bin T
gf.o gf_add T
gf.o gf_inverse T
gf.o gf_mul T
gf.o gf_sum T
gf.o rand_gf T
gf.o vec_get_elt T
gf.o vec_print T
gf.o vec_put_elt T
gf.o vec_size T
matrix.o free_matrix T
matrix.o gen_matrix T
matrix.o gen_matrix_id T
matrix.o gf_gauss_elm T
matrix.o gf_gauss_elm2 T
matrix.o mat_inv T
matrix.o mat_mul T
matrix.o mat_mul_t T
matrix.o mat_rank T
matrix.o print_matrix T
rng.o AES256_CTR_DRBG_Update T
rng.o AES256_ECB T
rng.o DRBG_ctx C
rng.o seedexpander T
rng.o seedexpander_init T
rng.o xrandombytes T
rng.o xrandombytes_init T
sha3.o SHA3_Final T
sha3.o SHA3_Init T
sha3.o SHA3_Transform T
sha3.o SHA3_Update T
sha3.o keccakf_piln R
sha3.o keccakf_rndc R
sha3.o keccakf_rotc R
Number of similar (implementation,compiler) pairs: 4, namely:
Implementation | Compiler |
T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |