Test results for armeabi, berry0, crypto_encrypt/mcnie4q2562
[Page version: 20250206 00:27:24]
Measurements for armeabi, berry0, crypto_encrypt
Test results for armeabi, berry0, crypto_encrypt
Test results for crypto_encrypt/mcnie4q2562
Computer: berry0
Microarchitecture: armeabi; ARM1176 (410fb767)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240909
Operation: crypto_encrypt
Primitive: mcnie4q2562
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
45131766 | 47598 6 52 | 62280 428 1608 | T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20250108 | 20240909 |
46544015 | 37598 6 52 | 50608 428 1608 | T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20250108 | 20240909 |
51961571 | 44725 6 52 | 60768 452 1608 | T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250108 | 20240909 |
52034773 | 51421 6 52 | 66656 452 1616 | T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250108 | 20240909 |
53487611 | 50945 6 52 | 66212 452 1616 | T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250108 | 20240909 |
54005606 | 36533 6 52 | 50620 444 1608 | T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250108 | 20240909 |
54442563 | 31833 6 52 | 45084 420 1600 | T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20250108 | 20240909 |
57653598 | 36575 6 52 | 50480 444 1608 | T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250108 | 20240909 |
61710404 | 38414 6 52 | 51240 428 1608 | T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20250108 | 20240909 |
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.
conv.c: conv.c:142:4: warning: misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation]
conv.c: for( i=0 ; i<nr ; i++ )
conv.c: ^
conv.c: conv.c:127:2: note: previous statement is here
conv.c: for( i=0 ; i<nr ; i++ )
conv.c: ^
conv.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 (Raspbian_Clang_11.0.1) |
T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
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: 201 | 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: 127 | 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: 142 | for( i=0 ; i<nr ; i++ )
conv.c: | ^~~
crypt.c: crypt.c: In function 'crypto_encrypt_mcnie4q2562_ref_timingleaks':
crypt.c: crypt.c:987:31: warning: variable 'res_bytes' set but not used [-Wunused-but-set-variable]
crypt.c: 987 | 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 (10.2.1_20210110) |
T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
Namespace violations
aes256.o N 0
aes256.o N 104
aes256.o N 118
aes256.o N 120
aes256.o N 129
aes256.o N 12b
aes256.o N 12d
aes256.o N 13a
aes256.o N 13e
aes256.o N 140
aes256.o N 150
aes256.o N 154
aes256.o N 162
aes256.o N 164
aes256.o N 173
aes256.o N 175
aes256.o N 177
aes256.o N 179
aes256.o N 17b
aes256.o N 17d
aes256.o N 18f
aes256.o N 1a0
aes256.o N 1b1
aes256.o N 1b3
aes256.o N 1b6
aes256.o N 1c9
aes256.o N 1cb
aes256.o N 1d7
aes256.o N 1e8
aes256.o N 1f4
aes256.o N 207
aes256.o N 21b
aes256.o N 22e
aes256.o N 232
aes256.o N 239
aes256.o N 240
aes256.o N 24f
aes256.o N 25
aes256.o N 254
aes256.o N 2e
aes256.o N f1
aes256.o N f6
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 0
bin_vec.o N 10a
bin_vec.o N 113
bin_vec.o N 121
bin_vec.o N 12d
bin_vec.o N 144
bin_vec.o N 151
bin_vec.o N 156
bin_vec.o N 15c
bin_vec.o N 161
bin_vec.o N 166
bin_vec.o N 16a
bin_vec.o N 16e
bin_vec.o N 170
bin_vec.o N 172
bin_vec.o N 17a
bin_vec.o N 17c
bin_vec.o N 180
bin_vec.o N 185
bin_vec.o N 187
bin_vec.o N 190
bin_vec.o N 192
bin_vec.o N 194
bin_vec.o N 196
bin_vec.o N 19e
bin_vec.o N 1a6
bin_vec.o N 1b3
bin_vec.o N 1c0
bin_vec.o N 1c9
bin_vec.o N 1d1
bin_vec.o N 1d9
bin_vec.o N 1e3
bin_vec.o N 1e9
bin_vec.o N 1f3
bin_vec.o N 1f6
bin_vec.o N 1fb
bin_vec.o N 1ff
bin_vec.o N 203
bin_vec.o N 207
bin_vec.o N 20a
bin_vec.o N 20d
bin_vec.o N 20f
bin_vec.o N 211
bin_vec.o N 215
bin_vec.o N 219
bin_vec.o N 21b
bin_vec.o N 25
bin_vec.o N 2f
bin_vec.o N f2
bin_vec.o N ff
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 0
conv.o N 102
conv.o N 116
conv.o N 11e
conv.o N 135
conv.o N 138
conv.o N 144
conv.o N 14a
conv.o N 156
conv.o N 15b
conv.o N 160
conv.o N 169
conv.o N 16b
conv.o N 16d
conv.o N 172
conv.o N 179
conv.o N 17c
conv.o N 180
conv.o N 182
conv.o N 185
conv.o N 187
conv.o N 189
conv.o N 18d
conv.o N 192
conv.o N 196
conv.o N 198
conv.o N 19b
conv.o N 1a4
conv.o N 1a6
conv.o N 1b0
conv.o N 1b8
conv.o N 1bb
conv.o N 25
conv.o N 2c
conv.o N ef
conv.o N f4
conv.o conv T
conv.o inv_conv T
crypt.o Const_bytes R
crypt.o N 0
crypt.o N 10a
crypt.o N 118
crypt.o N 12c
crypt.o N 131
crypt.o N 136
crypt.o N 143
crypt.o N 14e
crypt.o N 157
crypt.o N 15c
crypt.o N 173
crypt.o N 176
crypt.o N 17d
crypt.o N 182
crypt.o N 18e
crypt.o N 192
crypt.o N 196
crypt.o N 19a
crypt.o N 1a4
crypt.o N 1af
crypt.o N 1bd
crypt.o N 1ca
crypt.o N 1d7
crypt.o N 1dd
crypt.o N 1e5
crypt.o N 1ed
crypt.o N 1f7
crypt.o N 200
crypt.o N 209
crypt.o N 20b
crypt.o N 211
crypt.o N 215
crypt.o N 217
crypt.o N 21c
crypt.o N 220
crypt.o N 222
crypt.o N 224
crypt.o N 226
crypt.o N 22a
crypt.o N 238
crypt.o N 245
crypt.o N 24c
crypt.o N 25
crypt.o N 256
crypt.o N 264
crypt.o N 26c
crypt.o N 273
crypt.o N 27c
crypt.o N 283
crypt.o N 290
crypt.o N 294
crypt.o N 2a1
crypt.o N 2aa
crypt.o N 2b3
crypt.o N 2bb
crypt.o N 2c7
crypt.o N 2d
crypt.o N 2d9
crypt.o N 2e3
crypt.o N 2e9
crypt.o N 2f4
crypt.o N 2fd
crypt.o N 303
crypt.o N 30b
crypt.o N 312
crypt.o N 319
crypt.o N 323
crypt.o N 32b
crypt.o N 335
crypt.o N 341
crypt.o N 34c
crypt.o N 351
crypt.o N 35a
crypt.o N 36c
crypt.o N 378
crypt.o N 384
crypt.o N 38f
crypt.o N 396
crypt.o N 3c9
crypt.o N 3db
crypt.o N 3f9
crypt.o N 40b
crypt.o N 41b
crypt.o N 43a
crypt.o N 454
crypt.o N 46e
crypt.o N 499
crypt.o N 4c9
crypt.o N 4d4
crypt.o N 4e1
crypt.o N 4ed
crypt.o N 4f2
crypt.o N 4f5
crypt.o N 4f9
crypt.o N 4fe
crypt.o N 503
crypt.o N 505
crypt.o N 50a
crypt.o N 50c
crypt.o N 50f
crypt.o N 511
crypt.o N 514
crypt.o N 516
crypt.o N 519
crypt.o N 51e
crypt.o N 521
crypt.o N 524
crypt.o N 526
crypt.o N 52d
crypt.o N 535
crypt.o N 53e
crypt.o N 546
crypt.o N 54d
crypt.o N 555
crypt.o N 55d
crypt.o N 560
crypt.o N 562
crypt.o N 564
crypt.o N 56b
crypt.o N 574
crypt.o N 577
crypt.o N 57c
crypt.o N 58e
crypt.o N 592
crypt.o N 599
crypt.o N 5a1
crypt.o N 5ac
crypt.o N 5b3
crypt.o N 5b7
crypt.o N 5ba
crypt.o N 5bd
crypt.o N 5c1
crypt.o N 5cb
crypt.o N 5ce
crypt.o N 5d3
crypt.o N 5d6
crypt.o N 5d9
crypt.o N 5e0
crypt.o N 5e7
crypt.o N 5ea
crypt.o N 5ed
crypt.o N 5f1
crypt.o N 5fb
crypt.o N 603
crypt.o N 60c
crypt.o N 614
crypt.o N 61c
crypt.o N 627
crypt.o N 632
crypt.o N 638
crypt.o N 63b
crypt.o N 641
crypt.o N 644
crypt.o N 64b
crypt.o N 64f
crypt.o N 654
crypt.o N 659
crypt.o N 663
crypt.o N 66d
crypt.o N 677
crypt.o N 67f
crypt.o N 685
crypt.o N 68b
crypt.o N 68d
crypt.o N 68f
crypt.o N 692
crypt.o N 697
crypt.o N 699
crypt.o N 69e
crypt.o N 6a0
crypt.o N 6a5
crypt.o N 6aa
crypt.o N 6af
crypt.o N 6b4
crypt.o N 6b9
crypt.o N 6bd
crypt.o N 6c2
crypt.o N 6c4
crypt.o N 6c7
crypt.o N 6cb
crypt.o N 6ce
crypt.o N 6d2
crypt.o N f0
crypt.o N f4
crypt.o N fa
crypt.o N fc
crypt.o N fe
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_4Q 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 0
gf.o N 100
gf.o N 117
gf.o N 11a
gf.o N 12e
gf.o N 13c
gf.o N 143
gf.o N 14c
gf.o N 14e
gf.o N 153
gf.o N 155
gf.o N 15c
gf.o N 15e
gf.o N 162
gf.o N 16b
gf.o N 16f
gf.o N 171
gf.o N 178
gf.o N 17f
gf.o N 181
gf.o N 193
gf.o N 195
gf.o N 199
gf.o N 19d
gf.o N 19f
gf.o N 1a1
gf.o N 1a6
gf.o N 1ab
gf.o N 1b7
gf.o N 1be
gf.o N 1c5
gf.o N 1cf
gf.o N 1da
gf.o N 1e6
gf.o N 1f2
gf.o N 1fb
gf.o N 203
gf.o N 210
gf.o N 21e
gf.o N 225
gf.o N 22c
gf.o N 22e
gf.o N 231
gf.o N 234
gf.o N 236
gf.o N 238
gf.o N 23c
gf.o N 23e
gf.o N 240
gf.o N 244
gf.o N 248
gf.o N 24d
gf.o N 25
gf.o N 256
gf.o N 25b
gf.o N 25f
gf.o N 263
gf.o N 2a
gf.o N ed
gf.o N f0
gf.o N f6
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 0
matrix.o N 108
matrix.o N 10b
matrix.o N 110
matrix.o N 11b
matrix.o N 11f
matrix.o N 125
matrix.o N 129
matrix.o N 12d
matrix.o N 137
matrix.o N 13c
matrix.o N 13e
matrix.o N 140
matrix.o N 147
matrix.o N 152
matrix.o N 159
matrix.o N 165
matrix.o N 173
matrix.o N 180
matrix.o N 188
matrix.o N 192
matrix.o N 19f
matrix.o N 1ad
matrix.o N 1b6
matrix.o N 1be
matrix.o N 1c0
matrix.o N 1c2
matrix.o N 1c4
matrix.o N 1c6
matrix.o N 1c8
matrix.o N 1ca
matrix.o N 1cf
matrix.o N 1d3
matrix.o N 1d5
matrix.o N 1d8
matrix.o N 1db
matrix.o N 25
matrix.o N 2e
matrix.o N f1
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 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 154
rng.o N 158
rng.o N 15c
rng.o N 163
rng.o N 167
rng.o N 16b
rng.o N 172
rng.o N 179
rng.o N 188
rng.o N 194
rng.o N 1a7
rng.o N 1b3
rng.o N 1c5
rng.o N 1d2
rng.o N 1e4
rng.o N 1fb
rng.o N 208
rng.o N 213
rng.o N 220
rng.o N 231
rng.o N 243
rng.o N 25
rng.o N 252
rng.o N 257
rng.o N 263
rng.o N 26a
rng.o N 26c
rng.o N 271
rng.o N 278
rng.o N 27a
rng.o N 288
rng.o N 296
rng.o N 2ad
rng.o N 2b
rng.o N 2bf
rng.o N 2c4
rng.o N 2d2
rng.o N 2d4
rng.o N 2da
rng.o N ee
rng.o N f7
rng.o N fb
rng.o seedexpander T
rng.o seedexpander_init T
rng.o xrandombytes T
rng.o xrandombytes_init T
sha3.o N 0
sha3.o N 113
sha3.o N 11e
sha3.o N 127
sha3.o N 13b
sha3.o N 148
sha3.o N 14c
sha3.o N 159
sha3.o N 167
sha3.o N 171
sha3.o N 179
sha3.o N 183
sha3.o N 192
sha3.o N 19e
sha3.o N 1a9
sha3.o N 1ad
sha3.o N 1b3
sha3.o N 1b9
sha3.o N 1c6
sha3.o N 1d1
sha3.o N 1da
sha3.o N 1e2
sha3.o N 1e9
sha3.o N 1f0
sha3.o N 1f7
sha3.o N 1fb
sha3.o N 205
sha3.o N 20e
sha3.o N 213
sha3.o N 216
sha3.o N 218
sha3.o N 21a
sha3.o N 21d
sha3.o N 223
sha3.o N 225
sha3.o N 227
sha3.o N 22a
sha3.o N 22e
sha3.o N 232
sha3.o N 234
sha3.o N 25
sha3.o N 2c
sha3.o N ef
sha3.o N fc
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 -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
Namespace violations
aes256.o N 0
aes256.o N 104
aes256.o N 118
aes256.o N 120
aes256.o N 129
aes256.o N 12b
aes256.o N 12d
aes256.o N 13a
aes256.o N 13e
aes256.o N 140
aes256.o N 150
aes256.o N 154
aes256.o N 162
aes256.o N 164
aes256.o N 173
aes256.o N 175
aes256.o N 177
aes256.o N 179
aes256.o N 17b
aes256.o N 17d
aes256.o N 18f
aes256.o N 1a0
aes256.o N 1b1
aes256.o N 1b3
aes256.o N 1b6
aes256.o N 1c9
aes256.o N 1cb
aes256.o N 1d7
aes256.o N 1e8
aes256.o N 1f4
aes256.o N 207
aes256.o N 21b
aes256.o N 22e
aes256.o N 232
aes256.o N 239
aes256.o N 240
aes256.o N 24f
aes256.o N 25
aes256.o N 254
aes256.o N 2e
aes256.o N f1
aes256.o N f6
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 0
bin_vec.o N 10a
bin_vec.o N 113
bin_vec.o N 121
bin_vec.o N 12d
bin_vec.o N 144
bin_vec.o N 151
bin_vec.o N 156
bin_vec.o N 15c
bin_vec.o N 161
bin_vec.o N 166
bin_vec.o N 16a
bin_vec.o N 16e
bin_vec.o N 170
bin_vec.o N 172
bin_vec.o N 17a
bin_vec.o N 17c
bin_vec.o N 180
bin_vec.o N 185
bin_vec.o N 187
bin_vec.o N 190
bin_vec.o N 192
bin_vec.o N 194
bin_vec.o N 196
bin_vec.o N 19e
bin_vec.o N 1a6
bin_vec.o N 1b3
bin_vec.o N 1c0
bin_vec.o N 1c9
bin_vec.o N 1d1
bin_vec.o N 1d9
bin_vec.o N 1e3
bin_vec.o N 1e9
bin_vec.o N 1f3
bin_vec.o N 1f6
bin_vec.o N 1fb
bin_vec.o N 1ff
bin_vec.o N 203
bin_vec.o N 207
bin_vec.o N 20a
bin_vec.o N 20d
bin_vec.o N 20f
bin_vec.o N 211
bin_vec.o N 215
bin_vec.o N 219
bin_vec.o N 21b
bin_vec.o N 25
bin_vec.o N 2f
bin_vec.o N f2
bin_vec.o N ff
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 0
conv.o N 102
conv.o N 116
conv.o N 11e
conv.o N 135
conv.o N 138
conv.o N 144
conv.o N 14a
conv.o N 156
conv.o N 15b
conv.o N 160
conv.o N 169
conv.o N 16b
conv.o N 16d
conv.o N 172
conv.o N 179
conv.o N 17c
conv.o N 180
conv.o N 182
conv.o N 185
conv.o N 187
conv.o N 189
conv.o N 18d
conv.o N 192
conv.o N 196
conv.o N 198
conv.o N 19b
conv.o N 1a4
conv.o N 1a6
conv.o N 1b0
conv.o N 1b8
conv.o N 1bb
conv.o N 25
conv.o N 2c
conv.o N ef
conv.o N f4
conv.o conv T
conv.o inv_conv T
crypt.o Const_bytes R
crypt.o N 0
crypt.o N 10a
crypt.o N 118
crypt.o N 12c
crypt.o N 131
crypt.o N 136
crypt.o N 143
crypt.o N 14e
crypt.o N 157
crypt.o N 15c
crypt.o N 173
crypt.o N 176
crypt.o N 17d
crypt.o N 182
crypt.o N 18e
crypt.o N 192
crypt.o N 196
crypt.o N 19a
crypt.o N 1a4
crypt.o N 1af
crypt.o N 1bd
crypt.o N 1ca
crypt.o N 1d7
crypt.o N 1dd
crypt.o N 1e5
crypt.o N 1ed
crypt.o N 1f7
crypt.o N 200
crypt.o N 209
crypt.o N 20b
crypt.o N 211
crypt.o N 215
crypt.o N 217
crypt.o N 21c
crypt.o N 220
crypt.o N 222
crypt.o N 224
crypt.o N 226
crypt.o N 22a
crypt.o N 238
crypt.o N 245
crypt.o N 24c
crypt.o N 25
crypt.o N 256
crypt.o N 264
crypt.o N 26c
crypt.o N 273
crypt.o N 27c
crypt.o N 283
crypt.o N 290
crypt.o N 294
crypt.o N 2a1
crypt.o N 2aa
crypt.o N 2b3
crypt.o N 2bb
crypt.o N 2c7
crypt.o N 2d
crypt.o N 2d9
crypt.o N 2e3
crypt.o N 2e9
crypt.o N 2f4
crypt.o N 2fd
crypt.o N 303
crypt.o N 30b
crypt.o N 312
crypt.o N 319
crypt.o N 323
crypt.o N 32b
crypt.o N 335
crypt.o N 341
crypt.o N 34c
crypt.o N 351
crypt.o N 35a
crypt.o N 36c
crypt.o N 378
crypt.o N 384
crypt.o N 38f
crypt.o N 396
crypt.o N 3c9
crypt.o N 3db
crypt.o N 3f9
crypt.o N 40b
crypt.o N 41b
crypt.o N 43a
crypt.o N 454
crypt.o N 46e
crypt.o N 499
crypt.o N 4c9
crypt.o N 4d4
crypt.o N 4e1
crypt.o N 4ed
crypt.o N 4f2
crypt.o N 4f5
crypt.o N 4f9
crypt.o N 4fe
crypt.o N 503
crypt.o N 505
crypt.o N 50a
crypt.o N 50c
crypt.o N 50f
crypt.o N 511
crypt.o N 514
crypt.o N 516
crypt.o N 519
crypt.o N 51e
crypt.o N 521
crypt.o N 524
crypt.o N 526
crypt.o N 52d
crypt.o N 535
crypt.o N 53e
crypt.o N 546
crypt.o N 54d
crypt.o N 555
crypt.o N 55d
crypt.o N 560
crypt.o N 562
crypt.o N 564
crypt.o N 56b
crypt.o N 574
crypt.o N 579
crypt.o N 58b
crypt.o N 58e
crypt.o N 592
crypt.o N 599
crypt.o N 5a1
crypt.o N 5ac
crypt.o N 5b3
crypt.o N 5b7
crypt.o N 5ba
crypt.o N 5bd
crypt.o N 5c1
crypt.o N 5cb
crypt.o N 5ce
crypt.o N 5d3
crypt.o N 5d6
crypt.o N 5d9
crypt.o N 5e0
crypt.o N 5e7
crypt.o N 5ea
crypt.o N 5ed
crypt.o N 5f1
crypt.o N 5fb
crypt.o N 603
crypt.o N 60c
crypt.o N 614
crypt.o N 61f
crypt.o N 627
crypt.o N 632
crypt.o N 638
crypt.o N 63b
crypt.o N 641
crypt.o N 644
crypt.o N 64b
crypt.o N 64f
crypt.o N 654
crypt.o N 659
crypt.o N 663
crypt.o N 66d
crypt.o N 677
crypt.o N 67f
crypt.o N 685
crypt.o N 68b
crypt.o N 68d
crypt.o N 68f
crypt.o N 692
crypt.o N 697
crypt.o N 699
crypt.o N 69e
crypt.o N 6a0
crypt.o N 6a5
crypt.o N 6aa
crypt.o N 6af
crypt.o N 6b4
crypt.o N 6b9
crypt.o N 6bd
crypt.o N 6c2
crypt.o N 6c4
crypt.o N 6c7
crypt.o N 6cb
crypt.o N 6ce
crypt.o N 6d2
crypt.o N f0
crypt.o N f4
crypt.o N fa
crypt.o N fc
crypt.o N fe
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_4Q 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 0
gf.o N 100
gf.o N 117
gf.o N 11a
gf.o N 12e
gf.o N 13c
gf.o N 143
gf.o N 14c
gf.o N 14e
gf.o N 153
gf.o N 155
gf.o N 15c
gf.o N 15e
gf.o N 162
gf.o N 16b
gf.o N 16f
gf.o N 171
gf.o N 178
gf.o N 17f
gf.o N 181
gf.o N 193
gf.o N 195
gf.o N 199
gf.o N 19d
gf.o N 19f
gf.o N 1a1
gf.o N 1a6
gf.o N 1ab
gf.o N 1b7
gf.o N 1be
gf.o N 1c5
gf.o N 1cf
gf.o N 1da
gf.o N 1e6
gf.o N 1f2
gf.o N 1fb
gf.o N 203
gf.o N 210
gf.o N 21e
gf.o N 225
gf.o N 22c
gf.o N 22e
gf.o N 231
gf.o N 234
gf.o N 236
gf.o N 238
gf.o N 23c
gf.o N 23e
gf.o N 240
gf.o N 244
gf.o N 248
gf.o N 24d
gf.o N 25
gf.o N 256
gf.o N 25b
gf.o N 25f
gf.o N 263
gf.o N 2a
gf.o N ed
gf.o N f0
gf.o N f6
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 0
matrix.o N 108
matrix.o N 10b
matrix.o N 110
matrix.o N 11b
matrix.o N 11f
matrix.o N 125
matrix.o N 129
matrix.o N 12d
matrix.o N 137
matrix.o N 13c
matrix.o N 13e
matrix.o N 140
matrix.o N 147
matrix.o N 152
matrix.o N 159
matrix.o N 165
matrix.o N 173
matrix.o N 180
matrix.o N 188
matrix.o N 192
matrix.o N 19f
matrix.o N 1ad
matrix.o N 1b6
matrix.o N 1be
matrix.o N 1c0
matrix.o N 1c2
matrix.o N 1c4
matrix.o N 1c6
matrix.o N 1c8
matrix.o N 1ca
matrix.o N 1cf
matrix.o N 1d3
matrix.o N 1d5
matrix.o N 1d8
matrix.o N 1db
matrix.o N 25
matrix.o N 2e
matrix.o N f1
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 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 154
rng.o N 158
rng.o N 15c
rng.o N 163
rng.o N 167
rng.o N 16b
rng.o N 172
rng.o N 179
rng.o N 188
rng.o N 194
rng.o N 1a7
rng.o N 1b3
rng.o N 1c5
rng.o N 1d2
rng.o N 1e4
rng.o N 1fb
rng.o N 208
rng.o N 213
rng.o N 220
rng.o N 231
rng.o N 243
rng.o N 25
rng.o N 252
rng.o N 257
rng.o N 263
rng.o N 26a
rng.o N 26c
rng.o N 271
rng.o N 278
rng.o N 27a
rng.o N 288
rng.o N 296
rng.o N 2ad
rng.o N 2b
rng.o N 2bf
rng.o N 2c4
rng.o N 2d2
rng.o N 2d4
rng.o N 2da
rng.o N ee
rng.o N f7
rng.o N fb
rng.o seedexpander T
rng.o seedexpander_init T
rng.o xrandombytes T
rng.o xrandombytes_init T
sha3.o N 0
sha3.o N 113
sha3.o N 11e
sha3.o N 127
sha3.o N 13b
sha3.o N 148
sha3.o N 14c
sha3.o N 159
sha3.o N 167
sha3.o N 171
sha3.o N 179
sha3.o N 183
sha3.o N 192
sha3.o N 19e
sha3.o N 1a9
sha3.o N 1ad
sha3.o N 1b3
sha3.o N 1b9
sha3.o N 1c6
sha3.o N 1d1
sha3.o N 1da
sha3.o N 1e2
sha3.o N 1e9
sha3.o N 1f0
sha3.o N 1f7
sha3.o N 1fb
sha3.o N 205
sha3.o N 20e
sha3.o N 213
sha3.o N 216
sha3.o N 218
sha3.o N 21a
sha3.o N 21d
sha3.o N 223
sha3.o N 225
sha3.o N 227
sha3.o N 22a
sha3.o N 22e
sha3.o N 232
sha3.o N 234
sha3.o N 25
sha3.o N 2c
sha3.o N ef
sha3.o N fc
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 -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
Namespace violations
aes256.o N 0
aes256.o N 103
aes256.o N 117
aes256.o N 11f
aes256.o N 12b
aes256.o N 13c
aes256.o N 148
aes256.o N 15b
aes256.o N 16f
aes256.o N 17c
aes256.o N 18a
aes256.o N 199
aes256.o N 1a9
aes256.o N 1bc
aes256.o N 1ce
aes256.o N 1df
aes256.o N 1f0
aes256.o N 203
aes256.o N 20c
aes256.o N 210
aes256.o N 214
aes256.o N 21b
aes256.o N 222
aes256.o N 231
aes256.o N 233
aes256.o N 238
aes256.o N 23a
aes256.o N 23d
aes256.o N 241
aes256.o N 245
aes256.o N 247
aes256.o N 249
aes256.o N 24b
aes256.o N 24d
aes256.o N 24f
aes256.o N 25
aes256.o N 251
aes256.o N 253
aes256.o N 255
aes256.o N 2e
aes256.o N f0
aes256.o N f5
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 0
bin_vec.o N 109
bin_vec.o N 112
bin_vec.o N 120
bin_vec.o N 12c
bin_vec.o N 143
bin_vec.o N 14b
bin_vec.o N 150
bin_vec.o N 156
bin_vec.o N 15b
bin_vec.o N 160
bin_vec.o N 16d
bin_vec.o N 17a
bin_vec.o N 187
bin_vec.o N 190
bin_vec.o N 198
bin_vec.o N 1a0
bin_vec.o N 1a8
bin_vec.o N 1b0
bin_vec.o N 1ba
bin_vec.o N 1c0
bin_vec.o N 1c9
bin_vec.o N 1d3
bin_vec.o N 1d7
bin_vec.o N 1da
bin_vec.o N 1de
bin_vec.o N 1e0
bin_vec.o N 1e5
bin_vec.o N 1e7
bin_vec.o N 1ec
bin_vec.o N 1f0
bin_vec.o N 1f2
bin_vec.o N 1f6
bin_vec.o N 1fa
bin_vec.o N 1fc
bin_vec.o N 1ff
bin_vec.o N 202
bin_vec.o N 204
bin_vec.o N 208
bin_vec.o N 20a
bin_vec.o N 20c
bin_vec.o N 20e
bin_vec.o N 210
bin_vec.o N 214
bin_vec.o N 218
bin_vec.o N 21a
bin_vec.o N 25
bin_vec.o N 2f
bin_vec.o N f1
bin_vec.o N fe
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 0
conv.o N 101
conv.o N 115
conv.o N 11d
conv.o N 134
conv.o N 137
conv.o N 143
conv.o N 149
conv.o N 155
conv.o N 15a
conv.o N 15f
conv.o N 168
conv.o N 16a
conv.o N 16c
conv.o N 171
conv.o N 178
conv.o N 17b
conv.o N 17f
conv.o N 181
conv.o N 184
conv.o N 186
conv.o N 188
conv.o N 18c
conv.o N 191
conv.o N 195
conv.o N 197
conv.o N 19a
conv.o N 1a3
conv.o N 1a5
conv.o N 1af
conv.o N 1b7
conv.o N 1ba
conv.o N 25
conv.o N 2c
conv.o N ee
conv.o N f3
conv.o conv T
conv.o inv_conv T
crypt.o Const_bytes R
crypt.o N 0
crypt.o N 109
crypt.o N 117
crypt.o N 12b
crypt.o N 130
crypt.o N 135
crypt.o N 142
crypt.o N 14d
crypt.o N 156
crypt.o N 15b
crypt.o N 172
crypt.o N 175
crypt.o N 17c
crypt.o N 181
crypt.o N 18d
crypt.o N 191
crypt.o N 195
crypt.o N 199
crypt.o N 1a3
crypt.o N 1ae
crypt.o N 1bc
crypt.o N 1c9
crypt.o N 1d6
crypt.o N 1dc
crypt.o N 1e4
crypt.o N 1ec
crypt.o N 1f6
crypt.o N 1ff
crypt.o N 20d
crypt.o N 21a
crypt.o N 221
crypt.o N 22b
crypt.o N 239
crypt.o N 241
crypt.o N 248
crypt.o N 25
crypt.o N 251
crypt.o N 258
crypt.o N 265
crypt.o N 269
crypt.o N 276
crypt.o N 27f
crypt.o N 288
crypt.o N 290
crypt.o N 29c
crypt.o N 2ae
crypt.o N 2b8
crypt.o N 2be
crypt.o N 2c9
crypt.o N 2d
crypt.o N 2d2
crypt.o N 2d8
crypt.o N 2e0
crypt.o N 2e7
crypt.o N 2ee
crypt.o N 2f8
crypt.o N 300
crypt.o N 30a
crypt.o N 316
crypt.o N 321
crypt.o N 326
crypt.o N 32f
crypt.o N 341
crypt.o N 34d
crypt.o N 359
crypt.o N 364
crypt.o N 36d
crypt.o N 374
crypt.o N 37a
crypt.o N 37e
crypt.o N 380
crypt.o N 385
crypt.o N 389
crypt.o N 3bc
crypt.o N 3ce
crypt.o N 3ec
crypt.o N 3fe
crypt.o N 40e
crypt.o N 42d
crypt.o N 447
crypt.o N 461
crypt.o N 48c
crypt.o N 4bc
crypt.o N 4c7
crypt.o N 4d4
crypt.o N 4e0
crypt.o N 4e2
crypt.o N 4e4
crypt.o N 4e6
crypt.o N 4e8
crypt.o N 4ec
crypt.o N 4f1
crypt.o N 4f4
crypt.o N 4f8
crypt.o N 4fd
crypt.o N 502
crypt.o N 504
crypt.o N 509
crypt.o N 50b
crypt.o N 50e
crypt.o N 510
crypt.o N 513
crypt.o N 515
crypt.o N 518
crypt.o N 51d
crypt.o N 520
crypt.o N 523
crypt.o N 525
crypt.o N 52c
crypt.o N 534
crypt.o N 53d
crypt.o N 545
crypt.o N 54c
crypt.o N 554
crypt.o N 55c
crypt.o N 55f
crypt.o N 561
crypt.o N 563
crypt.o N 56a
crypt.o N 573
crypt.o N 578
crypt.o N 58a
crypt.o N 58d
crypt.o N 591
crypt.o N 598
crypt.o N 5a0
crypt.o N 5ab
crypt.o N 5b2
crypt.o N 5b6
crypt.o N 5b9
crypt.o N 5bc
crypt.o N 5c0
crypt.o N 5ca
crypt.o N 5cd
crypt.o N 5d2
crypt.o N 5d5
crypt.o N 5d8
crypt.o N 5df
crypt.o N 5e6
crypt.o N 5e9
crypt.o N 5ec
crypt.o N 5f0
crypt.o N 5fa
crypt.o N 602
crypt.o N 60b
crypt.o N 613
crypt.o N 61e
crypt.o N 626
crypt.o N 631
crypt.o N 637
crypt.o N 63a
crypt.o N 640
crypt.o N 643
crypt.o N 64a
crypt.o N 64e
crypt.o N 653
crypt.o N 658
crypt.o N 662
crypt.o N 66c
crypt.o N 676
crypt.o N 67e
crypt.o N 684
crypt.o N 68a
crypt.o N 68c
crypt.o N 68e
crypt.o N 691
crypt.o N 696
crypt.o N 698
crypt.o N 69d
crypt.o N 69f
crypt.o N 6a4
crypt.o N 6a9
crypt.o N 6ae
crypt.o N 6b3
crypt.o N 6b8
crypt.o N 6bc
crypt.o N 6c1
crypt.o N 6c3
crypt.o N 6c6
crypt.o N 6ca
crypt.o N 6cd
crypt.o N 6d1
crypt.o N ef
crypt.o N f3
crypt.o N f9
crypt.o N fb
crypt.o N fd
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_4Q 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 0
gf.o N 116
gf.o N 119
gf.o N 12d
gf.o N 13b
gf.o N 142
gf.o N 147
gf.o N 153
gf.o N 15c
gf.o N 163
gf.o N 16a
gf.o N 171
gf.o N 17b
gf.o N 17f
gf.o N 18a
gf.o N 196
gf.o N 1a2
gf.o N 1b4
gf.o N 1bd
gf.o N 1c5
gf.o N 1d2
gf.o N 1e0
gf.o N 1e7
gf.o N 1ee
gf.o N 1f3
gf.o N 1f5
gf.o N 1f7
gf.o N 1f9
gf.o N 202
gf.o N 206
gf.o N 208
gf.o N 20f
gf.o N 216
gf.o N 218
gf.o N 21a
gf.o N 21c
gf.o N 21f
gf.o N 222
gf.o N 224
gf.o N 228
gf.o N 22a
gf.o N 22c
gf.o N 230
gf.o N 234
gf.o N 236
gf.o N 238
gf.o N 23d
gf.o N 23f
gf.o N 243
gf.o N 247
gf.o N 24c
gf.o N 25
gf.o N 255
gf.o N 25a
gf.o N 25e
gf.o N 262
gf.o N 2a
gf.o N ec
gf.o N ef
gf.o N f5
gf.o N ff
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 0
matrix.o N 107
matrix.o N 10a
matrix.o N 10f
matrix.o N 116
matrix.o N 121
matrix.o N 128
matrix.o N 133
matrix.o N 137
matrix.o N 13d
matrix.o N 141
matrix.o N 145
matrix.o N 14f
matrix.o N 154
matrix.o N 162
matrix.o N 16e
matrix.o N 17b
matrix.o N 183
matrix.o N 18d
matrix.o N 19a
matrix.o N 1a8
matrix.o N 1b1
matrix.o N 1b9
matrix.o N 1bb
matrix.o N 1bd
matrix.o N 1bf
matrix.o N 1c1
matrix.o N 1c3
matrix.o N 1c5
matrix.o N 1c7
matrix.o N 1c9
matrix.o N 1ce
matrix.o N 1d2
matrix.o N 1d4
matrix.o N 1d7
matrix.o N 1da
matrix.o N 25
matrix.o N 2e
matrix.o N f0
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 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 154
rng.o N 158
rng.o N 15f
rng.o N 166
rng.o N 179
rng.o N 185
rng.o N 197
rng.o N 1a4
rng.o N 1af
rng.o N 1c1
rng.o N 1d8
rng.o N 1e5
rng.o N 1e9
rng.o N 1f0
rng.o N 1fb
rng.o N 208
rng.o N 219
rng.o N 22b
rng.o N 22f
rng.o N 23e
rng.o N 243
rng.o N 24f
rng.o N 25
rng.o N 256
rng.o N 258
rng.o N 25d
rng.o N 264
rng.o N 266
rng.o N 26a
rng.o N 279
rng.o N 287
rng.o N 295
rng.o N 2ac
rng.o N 2b
rng.o N 2be
rng.o N 2c3
rng.o N 2d1
rng.o N 2d3
rng.o N 2d9
rng.o N ed
rng.o N f6
rng.o N fa
rng.o seedexpander T
rng.o seedexpander_init T
rng.o xrandombytes T
rng.o xrandombytes_init T
sha3.o N 0
sha3.o N 112
sha3.o N 11d
sha3.o N 126
sha3.o N 13a
sha3.o N 147
sha3.o N 14b
sha3.o N 158
sha3.o N 166
sha3.o N 170
sha3.o N 178
sha3.o N 182
sha3.o N 191
sha3.o N 19d
sha3.o N 1a8
sha3.o N 1ac
sha3.o N 1b2
sha3.o N 1b8
sha3.o N 1c5
sha3.o N 1d0
sha3.o N 1d9
sha3.o N 1e1
sha3.o N 1e8
sha3.o N 1ef
sha3.o N 1f6
sha3.o N 1fa
sha3.o N 204
sha3.o N 20d
sha3.o N 212
sha3.o N 215
sha3.o N 217
sha3.o N 219
sha3.o N 21c
sha3.o N 222
sha3.o N 224
sha3.o N 226
sha3.o N 229
sha3.o N 22d
sha3.o N 231
sha3.o N 233
sha3.o N 25
sha3.o N 2c
sha3.o N ee
sha3.o N fb
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 -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
Namespace violations
aes256.o N 0
aes256.o N 104
aes256.o N 118
aes256.o N 120
aes256.o N 129
aes256.o N 12b
aes256.o N 12d
aes256.o N 141
aes256.o N 145
aes256.o N 149
aes256.o N 14d
aes256.o N 14f
aes256.o N 15c
aes256.o N 16a
aes256.o N 16c
aes256.o N 17b
aes256.o N 17d
aes256.o N 17f
aes256.o N 181
aes256.o N 183
aes256.o N 185
aes256.o N 195
aes256.o N 1a6
aes256.o N 1b7
aes256.o N 1b9
aes256.o N 1bc
aes256.o N 1cf
aes256.o N 1d1
aes256.o N 1dd
aes256.o N 1ee
aes256.o N 1fa
aes256.o N 20d
aes256.o N 220
aes256.o N 232
aes256.o N 236
aes256.o N 23d
aes256.o N 244
aes256.o N 25
aes256.o N 253
aes256.o N 2e
aes256.o N f1
aes256.o N f6
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 0
bin_vec.o N 10a
bin_vec.o N 113
bin_vec.o N 121
bin_vec.o N 12d
bin_vec.o N 144
bin_vec.o N 14c
bin_vec.o N 14e
bin_vec.o N 153
bin_vec.o N 159
bin_vec.o N 15e
bin_vec.o N 163
bin_vec.o N 167
bin_vec.o N 16c
bin_vec.o N 16e
bin_vec.o N 170
bin_vec.o N 179
bin_vec.o N 17b
bin_vec.o N 17d
bin_vec.o N 17f
bin_vec.o N 187
bin_vec.o N 194
bin_vec.o N 1a1
bin_vec.o N 1ae
bin_vec.o N 1b7
bin_vec.o N 1bf
bin_vec.o N 1c7
bin_vec.o N 1cf
bin_vec.o N 1d9
bin_vec.o N 1df
bin_vec.o N 1e9
bin_vec.o N 1ed
bin_vec.o N 1f0
bin_vec.o N 1f4
bin_vec.o N 1f9
bin_vec.o N 1fb
bin_vec.o N 1ff
bin_vec.o N 203
bin_vec.o N 207
bin_vec.o N 20a
bin_vec.o N 20d
bin_vec.o N 20f
bin_vec.o N 211
bin_vec.o N 215
bin_vec.o N 219
bin_vec.o N 21b
bin_vec.o N 25
bin_vec.o N 2f
bin_vec.o N f2
bin_vec.o N ff
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 0
conv.o N 102
conv.o N 116
conv.o N 11e
conv.o N 135
conv.o N 138
conv.o N 144
conv.o N 14a
conv.o N 156
conv.o N 15b
conv.o N 160
conv.o N 169
conv.o N 16b
conv.o N 16d
conv.o N 172
conv.o N 179
conv.o N 17c
conv.o N 180
conv.o N 182
conv.o N 185
conv.o N 187
conv.o N 189
conv.o N 18d
conv.o N 192
conv.o N 196
conv.o N 198
conv.o N 19b
conv.o N 1a4
conv.o N 1a6
conv.o N 1b0
conv.o N 1b8
conv.o N 1bb
conv.o N 25
conv.o N 2c
conv.o N ef
conv.o N f4
conv.o conv T
conv.o inv_conv T
crypt.o Const_bytes R
crypt.o N 0
crypt.o N 10a
crypt.o N 118
crypt.o N 12c
crypt.o N 131
crypt.o N 136
crypt.o N 143
crypt.o N 14e
crypt.o N 157
crypt.o N 15c
crypt.o N 173
crypt.o N 176
crypt.o N 17d
crypt.o N 182
crypt.o N 18e
crypt.o N 192
crypt.o N 196
crypt.o N 19a
crypt.o N 1a4
crypt.o N 1af
crypt.o N 1bd
crypt.o N 1ca
crypt.o N 1d7
crypt.o N 1dd
crypt.o N 1e5
crypt.o N 1ed
crypt.o N 1f7
crypt.o N 200
crypt.o N 20e
crypt.o N 21b
crypt.o N 222
crypt.o N 22c
crypt.o N 23a
crypt.o N 242
crypt.o N 249
crypt.o N 25
crypt.o N 252
crypt.o N 259
crypt.o N 266
crypt.o N 26a
crypt.o N 277
crypt.o N 280
crypt.o N 289
crypt.o N 291
crypt.o N 29d
crypt.o N 2af
crypt.o N 2b9
crypt.o N 2bf
crypt.o N 2ca
crypt.o N 2d
crypt.o N 2d3
crypt.o N 2d9
crypt.o N 2e1
crypt.o N 2e8
crypt.o N 2ef
crypt.o N 2f9
crypt.o N 301
crypt.o N 30b
crypt.o N 317
crypt.o N 322
crypt.o N 327
crypt.o N 330
crypt.o N 342
crypt.o N 34e
crypt.o N 35a
crypt.o N 365
crypt.o N 36e
crypt.o N 375
crypt.o N 37b
crypt.o N 37f
crypt.o N 381
crypt.o N 386
crypt.o N 38a
crypt.o N 3bd
crypt.o N 3cf
crypt.o N 3ed
crypt.o N 3ff
crypt.o N 40f
crypt.o N 42e
crypt.o N 448
crypt.o N 462
crypt.o N 48d
crypt.o N 4bd
crypt.o N 4c8
crypt.o N 4d5
crypt.o N 4e1
crypt.o N 4e3
crypt.o N 4e5
crypt.o N 4e7
crypt.o N 4e9
crypt.o N 4ed
crypt.o N 4f2
crypt.o N 4f5
crypt.o N 4f9
crypt.o N 4fe
crypt.o N 503
crypt.o N 505
crypt.o N 50a
crypt.o N 50c
crypt.o N 50f
crypt.o N 511
crypt.o N 514
crypt.o N 516
crypt.o N 519
crypt.o N 51e
crypt.o N 521
crypt.o N 524
crypt.o N 526
crypt.o N 52d
crypt.o N 535
crypt.o N 53e
crypt.o N 546
crypt.o N 54d
crypt.o N 555
crypt.o N 55d
crypt.o N 560
crypt.o N 562
crypt.o N 564
crypt.o N 56b
crypt.o N 574
crypt.o N 577
crypt.o N 57c
crypt.o N 58e
crypt.o N 592
crypt.o N 599
crypt.o N 5a1
crypt.o N 5ac
crypt.o N 5b3
crypt.o N 5b7
crypt.o N 5ba
crypt.o N 5bd
crypt.o N 5c1
crypt.o N 5cb
crypt.o N 5ce
crypt.o N 5d3
crypt.o N 5d6
crypt.o N 5d9
crypt.o N 5e0
crypt.o N 5e7
crypt.o N 5ea
crypt.o N 5ed
crypt.o N 5f1
crypt.o N 5fb
crypt.o N 603
crypt.o N 60c
crypt.o N 614
crypt.o N 61c
crypt.o N 627
crypt.o N 632
crypt.o N 638
crypt.o N 63b
crypt.o N 641
crypt.o N 644
crypt.o N 64b
crypt.o N 64f
crypt.o N 654
crypt.o N 659
crypt.o N 663
crypt.o N 66d
crypt.o N 677
crypt.o N 67f
crypt.o N 685
crypt.o N 68b
crypt.o N 68d
crypt.o N 68f
crypt.o N 692
crypt.o N 697
crypt.o N 699
crypt.o N 69e
crypt.o N 6a0
crypt.o N 6a5
crypt.o N 6aa
crypt.o N 6af
crypt.o N 6b4
crypt.o N 6b9
crypt.o N 6bd
crypt.o N 6c2
crypt.o N 6c4
crypt.o N 6c7
crypt.o N 6cb
crypt.o N 6ce
crypt.o N 6d2
crypt.o N f0
crypt.o N f4
crypt.o N fa
crypt.o N fc
crypt.o N fe
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_4Q 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 0
gf.o N 100
gf.o N 117
gf.o N 11a
gf.o N 12e
gf.o N 13c
gf.o N 143
gf.o N 14c
gf.o N 14e
gf.o N 153
gf.o N 155
gf.o N 15c
gf.o N 15e
gf.o N 167
gf.o N 16b
gf.o N 170
gf.o N 17c
gf.o N 183
gf.o N 18a
gf.o N 194
gf.o N 198
gf.o N 1a3
gf.o N 1af
gf.o N 1bb
gf.o N 1cd
gf.o N 1d6
gf.o N 1de
gf.o N 1eb
gf.o N 1f9
gf.o N 200
gf.o N 207
gf.o N 209
gf.o N 210
gf.o N 217
gf.o N 219
gf.o N 21b
gf.o N 21d
gf.o N 220
gf.o N 223
gf.o N 225
gf.o N 229
gf.o N 22b
gf.o N 22d
gf.o N 231
gf.o N 235
gf.o N 237
gf.o N 239
gf.o N 23e
gf.o N 240
gf.o N 244
gf.o N 248
gf.o N 24d
gf.o N 25
gf.o N 256
gf.o N 25b
gf.o N 25f
gf.o N 263
gf.o N 2a
gf.o N ed
gf.o N f0
gf.o N f6
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 0
matrix.o N 108
matrix.o N 10b
matrix.o N 110
matrix.o N 117
matrix.o N 122
matrix.o N 129
matrix.o N 134
matrix.o N 138
matrix.o N 13e
matrix.o N 142
matrix.o N 146
matrix.o N 150
matrix.o N 155
matrix.o N 163
matrix.o N 16f
matrix.o N 17c
matrix.o N 184
matrix.o N 18e
matrix.o N 19b
matrix.o N 1a9
matrix.o N 1b2
matrix.o N 1ba
matrix.o N 1bc
matrix.o N 1be
matrix.o N 1c0
matrix.o N 1c2
matrix.o N 1c4
matrix.o N 1c6
matrix.o N 1c8
matrix.o N 1ca
matrix.o N 1cf
matrix.o N 1d3
matrix.o N 1d5
matrix.o N 1d8
matrix.o N 1db
matrix.o N 25
matrix.o N 2e
matrix.o N f1
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 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 155
rng.o N 159
rng.o N 160
rng.o N 167
rng.o N 17a
rng.o N 186
rng.o N 198
rng.o N 1a5
rng.o N 1b0
rng.o N 1c2
rng.o N 1d9
rng.o N 1e6
rng.o N 1ea
rng.o N 1f1
rng.o N 1fc
rng.o N 209
rng.o N 21a
rng.o N 22c
rng.o N 230
rng.o N 23f
rng.o N 244
rng.o N 25
rng.o N 250
rng.o N 257
rng.o N 259
rng.o N 25e
rng.o N 265
rng.o N 267
rng.o N 26b
rng.o N 27a
rng.o N 288
rng.o N 296
rng.o N 2ad
rng.o N 2b
rng.o N 2bf
rng.o N 2c4
rng.o N 2d2
rng.o N 2d4
rng.o N 2da
rng.o N ee
rng.o N f7
rng.o N fb
rng.o seedexpander T
rng.o seedexpander_init T
rng.o xrandombytes T
rng.o xrandombytes_init T
sha3.o N 0
sha3.o N 113
sha3.o N 11e
sha3.o N 127
sha3.o N 13b
sha3.o N 148
sha3.o N 14c
sha3.o N 159
sha3.o N 167
sha3.o N 171
sha3.o N 179
sha3.o N 183
sha3.o N 192
sha3.o N 19e
sha3.o N 1a9
sha3.o N 1ad
sha3.o N 1b3
sha3.o N 1b9
sha3.o N 1c6
sha3.o N 1d1
sha3.o N 1da
sha3.o N 1e2
sha3.o N 1e9
sha3.o N 1f0
sha3.o N 1f7
sha3.o N 1fb
sha3.o N 205
sha3.o N 20e
sha3.o N 213
sha3.o N 216
sha3.o N 218
sha3.o N 21a
sha3.o N 21d
sha3.o N 223
sha3.o N 225
sha3.o N 227
sha3.o N 22a
sha3.o N 22e
sha3.o N 232
sha3.o N 234
sha3.o N 25
sha3.o N 2c
sha3.o N ef
sha3.o N fc
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 (Raspbian_Clang_11.0.1) |
Namespace violations
aes256.o N 0
aes256.o N 103
aes256.o N 117
aes256.o N 11f
aes256.o N 128
aes256.o N 12a
aes256.o N 12c
aes256.o N 139
aes256.o N 13d
aes256.o N 13f
aes256.o N 14f
aes256.o N 153
aes256.o N 161
aes256.o N 163
aes256.o N 172
aes256.o N 174
aes256.o N 176
aes256.o N 178
aes256.o N 17a
aes256.o N 17c
aes256.o N 18e
aes256.o N 19f
aes256.o N 1b0
aes256.o N 1b2
aes256.o N 1b5
aes256.o N 1c8
aes256.o N 1ca
aes256.o N 1d6
aes256.o N 1e7
aes256.o N 1f3
aes256.o N 206
aes256.o N 21a
aes256.o N 22d
aes256.o N 231
aes256.o N 238
aes256.o N 23f
aes256.o N 24e
aes256.o N 25
aes256.o N 253
aes256.o N 2e
aes256.o N f0
aes256.o N f5
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 0
bin_vec.o N 109
bin_vec.o N 112
bin_vec.o N 120
bin_vec.o N 12c
bin_vec.o N 143
bin_vec.o N 150
bin_vec.o N 155
bin_vec.o N 15b
bin_vec.o N 160
bin_vec.o N 165
bin_vec.o N 169
bin_vec.o N 16d
bin_vec.o N 16f
bin_vec.o N 171
bin_vec.o N 179
bin_vec.o N 17b
bin_vec.o N 17f
bin_vec.o N 184
bin_vec.o N 186
bin_vec.o N 18f
bin_vec.o N 191
bin_vec.o N 193
bin_vec.o N 195
bin_vec.o N 19d
bin_vec.o N 1a5
bin_vec.o N 1b2
bin_vec.o N 1bf
bin_vec.o N 1c8
bin_vec.o N 1d0
bin_vec.o N 1d8
bin_vec.o N 1e2
bin_vec.o N 1e8
bin_vec.o N 1f2
bin_vec.o N 1f5
bin_vec.o N 1fa
bin_vec.o N 1fe
bin_vec.o N 202
bin_vec.o N 206
bin_vec.o N 209
bin_vec.o N 20c
bin_vec.o N 20e
bin_vec.o N 210
bin_vec.o N 214
bin_vec.o N 218
bin_vec.o N 21a
bin_vec.o N 25
bin_vec.o N 2f
bin_vec.o N f1
bin_vec.o N fe
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 0
conv.o N 101
conv.o N 115
conv.o N 11d
conv.o N 134
conv.o N 137
conv.o N 143
conv.o N 149
conv.o N 155
conv.o N 15a
conv.o N 15f
conv.o N 168
conv.o N 16a
conv.o N 16c
conv.o N 171
conv.o N 178
conv.o N 17b
conv.o N 17f
conv.o N 181
conv.o N 184
conv.o N 186
conv.o N 188
conv.o N 18c
conv.o N 191
conv.o N 195
conv.o N 197
conv.o N 19a
conv.o N 1a3
conv.o N 1a5
conv.o N 1af
conv.o N 1b7
conv.o N 1ba
conv.o N 25
conv.o N 2c
conv.o N ee
conv.o N f3
conv.o conv T
conv.o inv_conv T
crypt.o Const_bytes R
crypt.o N 0
crypt.o N 109
crypt.o N 117
crypt.o N 12b
crypt.o N 130
crypt.o N 135
crypt.o N 142
crypt.o N 14d
crypt.o N 156
crypt.o N 15b
crypt.o N 172
crypt.o N 175
crypt.o N 17c
crypt.o N 181
crypt.o N 18d
crypt.o N 191
crypt.o N 195
crypt.o N 199
crypt.o N 1a3
crypt.o N 1ae
crypt.o N 1bc
crypt.o N 1c9
crypt.o N 1d6
crypt.o N 1dc
crypt.o N 1e4
crypt.o N 1ec
crypt.o N 1f6
crypt.o N 1ff
crypt.o N 208
crypt.o N 20a
crypt.o N 210
crypt.o N 214
crypt.o N 216
crypt.o N 21b
crypt.o N 21f
crypt.o N 221
crypt.o N 223
crypt.o N 227
crypt.o N 229
crypt.o N 237
crypt.o N 244
crypt.o N 24b
crypt.o N 25
crypt.o N 255
crypt.o N 263
crypt.o N 26b
crypt.o N 272
crypt.o N 27b
crypt.o N 282
crypt.o N 28f
crypt.o N 293
crypt.o N 2a0
crypt.o N 2a9
crypt.o N 2b2
crypt.o N 2ba
crypt.o N 2c6
crypt.o N 2d
crypt.o N 2d8
crypt.o N 2e2
crypt.o N 2e8
crypt.o N 2f3
crypt.o N 2fc
crypt.o N 302
crypt.o N 30a
crypt.o N 311
crypt.o N 318
crypt.o N 322
crypt.o N 32a
crypt.o N 334
crypt.o N 340
crypt.o N 34b
crypt.o N 350
crypt.o N 359
crypt.o N 36b
crypt.o N 377
crypt.o N 383
crypt.o N 38e
crypt.o N 395
crypt.o N 3c8
crypt.o N 3da
crypt.o N 3f8
crypt.o N 40a
crypt.o N 41a
crypt.o N 439
crypt.o N 453
crypt.o N 46d
crypt.o N 498
crypt.o N 4c8
crypt.o N 4d3
crypt.o N 4e0
crypt.o N 4ec
crypt.o N 4f1
crypt.o N 4f4
crypt.o N 4f8
crypt.o N 4fd
crypt.o N 502
crypt.o N 504
crypt.o N 509
crypt.o N 50b
crypt.o N 50e
crypt.o N 510
crypt.o N 513
crypt.o N 515
crypt.o N 518
crypt.o N 51d
crypt.o N 520
crypt.o N 523
crypt.o N 525
crypt.o N 52c
crypt.o N 534
crypt.o N 53d
crypt.o N 545
crypt.o N 54c
crypt.o N 554
crypt.o N 55c
crypt.o N 55f
crypt.o N 561
crypt.o N 563
crypt.o N 56a
crypt.o N 573
crypt.o N 578
crypt.o N 58a
crypt.o N 58d
crypt.o N 591
crypt.o N 598
crypt.o N 5a0
crypt.o N 5ab
crypt.o N 5b2
crypt.o N 5b6
crypt.o N 5b9
crypt.o N 5bc
crypt.o N 5c0
crypt.o N 5ca
crypt.o N 5cf
crypt.o N 5d2
crypt.o N 5d5
crypt.o N 5d8
crypt.o N 5df
crypt.o N 5e6
crypt.o N 5e9
crypt.o N 5ed
crypt.o N 5f0
crypt.o N 5fa
crypt.o N 602
crypt.o N 60b
crypt.o N 613
crypt.o N 61b
crypt.o N 626
crypt.o N 631
crypt.o N 637
crypt.o N 63a
crypt.o N 640
crypt.o N 643
crypt.o N 64a
crypt.o N 64e
crypt.o N 653
crypt.o N 658
crypt.o N 662
crypt.o N 66c
crypt.o N 676
crypt.o N 67e
crypt.o N 684
crypt.o N 68a
crypt.o N 68c
crypt.o N 68e
crypt.o N 691
crypt.o N 696
crypt.o N 698
crypt.o N 69d
crypt.o N 69f
crypt.o N 6a4
crypt.o N 6a9
crypt.o N 6ae
crypt.o N 6b3
crypt.o N 6b8
crypt.o N 6bc
crypt.o N 6c1
crypt.o N 6c3
crypt.o N 6c6
crypt.o N 6ca
crypt.o N 6cd
crypt.o N 6d1
crypt.o N ef
crypt.o N f3
crypt.o N f9
crypt.o N fb
crypt.o N fd
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_4Q 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 0
gf.o N 116
gf.o N 119
gf.o N 12d
gf.o N 13b
gf.o N 142
gf.o N 14b
gf.o N 14d
gf.o N 152
gf.o N 154
gf.o N 15b
gf.o N 15d
gf.o N 161
gf.o N 16a
gf.o N 16e
gf.o N 170
gf.o N 177
gf.o N 17e
gf.o N 180
gf.o N 192
gf.o N 194
gf.o N 198
gf.o N 19c
gf.o N 19e
gf.o N 1a0
gf.o N 1a5
gf.o N 1aa
gf.o N 1b6
gf.o N 1bd
gf.o N 1c4
gf.o N 1ce
gf.o N 1d9
gf.o N 1e5
gf.o N 1f1
gf.o N 1fa
gf.o N 202
gf.o N 20f
gf.o N 21d
gf.o N 224
gf.o N 22b
gf.o N 22d
gf.o N 230
gf.o N 233
gf.o N 235
gf.o N 237
gf.o N 23b
gf.o N 23d
gf.o N 23f
gf.o N 243
gf.o N 247
gf.o N 24c
gf.o N 25
gf.o N 255
gf.o N 25a
gf.o N 25e
gf.o N 262
gf.o N 2a
gf.o N ec
gf.o N ef
gf.o N f5
gf.o N ff
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 0
matrix.o N 107
matrix.o N 10a
matrix.o N 10f
matrix.o N 11a
matrix.o N 11e
matrix.o N 124
matrix.o N 128
matrix.o N 12c
matrix.o N 136
matrix.o N 13b
matrix.o N 13d
matrix.o N 13f
matrix.o N 146
matrix.o N 151
matrix.o N 158
matrix.o N 164
matrix.o N 172
matrix.o N 17f
matrix.o N 187
matrix.o N 191
matrix.o N 19e
matrix.o N 1ac
matrix.o N 1b5
matrix.o N 1bd
matrix.o N 1bf
matrix.o N 1c1
matrix.o N 1c3
matrix.o N 1c5
matrix.o N 1c7
matrix.o N 1c9
matrix.o N 1ce
matrix.o N 1d2
matrix.o N 1d4
matrix.o N 1d7
matrix.o N 1da
matrix.o N 25
matrix.o N 2e
matrix.o N f0
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 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 153
rng.o N 157
rng.o N 15b
rng.o N 162
rng.o N 166
rng.o N 16a
rng.o N 171
rng.o N 178
rng.o N 187
rng.o N 193
rng.o N 1a6
rng.o N 1b2
rng.o N 1c4
rng.o N 1d1
rng.o N 1e3
rng.o N 1fa
rng.o N 207
rng.o N 212
rng.o N 21f
rng.o N 230
rng.o N 242
rng.o N 25
rng.o N 251
rng.o N 256
rng.o N 262
rng.o N 269
rng.o N 26b
rng.o N 270
rng.o N 277
rng.o N 279
rng.o N 287
rng.o N 295
rng.o N 2ac
rng.o N 2b
rng.o N 2be
rng.o N 2c3
rng.o N 2d1
rng.o N 2d3
rng.o N 2d9
rng.o N ed
rng.o N f6
rng.o N fa
rng.o seedexpander T
rng.o seedexpander_init T
rng.o xrandombytes T
rng.o xrandombytes_init T
sha3.o N 0
sha3.o N 112
sha3.o N 11d
sha3.o N 126
sha3.o N 13a
sha3.o N 147
sha3.o N 14b
sha3.o N 158
sha3.o N 166
sha3.o N 170
sha3.o N 178
sha3.o N 182
sha3.o N 191
sha3.o N 19d
sha3.o N 1a8
sha3.o N 1ac
sha3.o N 1b2
sha3.o N 1b8
sha3.o N 1c5
sha3.o N 1d0
sha3.o N 1d9
sha3.o N 1e1
sha3.o N 1e8
sha3.o N 1ef
sha3.o N 1f6
sha3.o N 1fa
sha3.o N 204
sha3.o N 20d
sha3.o N 212
sha3.o N 215
sha3.o N 218
sha3.o N 21a
sha3.o N 21c
sha3.o N 222
sha3.o N 224
sha3.o N 226
sha3.o N 229
sha3.o N 22d
sha3.o N 231
sha3.o N 233
sha3.o N 25
sha3.o N 2c
sha3.o N ee
sha3.o N fb
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 -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
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_4Q 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 B
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 (10.2.1_20210110) |
T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |