Test results for amd64, know, crypto_encrypt/mcnie4q1282
[Page version: 20241023 21:33:59]
Measurements for amd64, know, crypto_encrypt
Test results for amd64, know, crypto_encrypt
Test results for crypto_encrypt/mcnie4q1282
Computer: know
Microarchitecture: amd64; Comet Lake (806ec)
Architecture: amd64
CPU ID: GenuineIntel-000806ec-bfebfbff
SUPERCOP version: 20241022
Operation: crypto_encrypt
Primitive: mcnie4q1282
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
10006285 | 53748 6 52 | 75483 820 1856 | T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240805 | 20240716 |
10383778 | 40157 6 52 | 60011 820 1856 | T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240805 | 20240716 |
10827047 | 76830 6 52 | 100322 900 1856 | T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240805 | 20240716 |
11097531 | 64387 6 52 | 86154 900 1792 | T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240805 | 20240716 |
11115897 | 37593 6 52 | 57074 900 1792 | T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240805 | 20240716 |
11122627 | 36328 6 52 | 56066 884 1856 | T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240805 | 20240716 |
11779755 | 71676 6 52 | 94938 900 1792 | T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240805 | 20240716 |
13936086 | 36420 6 52 | 55843 820 1856 | T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240805 | 20240716 |
33055940 | 30325 6 52 | 48699 812 1824 | T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240805 | 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.
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.
crypt.c: crypt.c:847:29: warning: variable 'cip_len' set but not used [-Wunused-but-set-variable]
crypt.c: unsigned long long msg_len,cip_len,er_dat_len,y_len;
crypt.c: ^
crypt.c: crypt.c:906:29: warning: variable 'cip_len' set but not used [-Wunused-but-set-variable]
crypt.c: unsigned long long msg_len,cip_len,er_dat_len;
crypt.c: ^
crypt.c: crypt.c:987: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: ^
crypt.c: 3 warnings 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 (Debian_Clang_14.0.6) |
T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
Compiler output
bin_vec.c: bin_vec.c: In function 'Shift':
bin_vec.c: bin_vec.c:201:15: 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:9: 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:11: 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_mcnie4q1282_ref_timingleaks':
crypt.c: crypt.c:987:38: 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: | ^~~~~~~~~
crypt.c: crypt.c: In function 'error_space':
crypt.c: crypt.c:1176:12: warning: '*Fs' may be used uninitialized [-Wmaybe-uninitialized]
crypt.c: 1176 | er = Fs[0]; rr = N;
crypt.c: | ~~~^~~~~~~
matrix.c: matrix.c: In function 'mat_inv':
matrix.c: matrix.c:325:18: warning: '*_180 + _196' may be used uninitialized [-Wmaybe-uninitialized]
matrix.c: 325 | if( B.dat[N-1][N-1] != 1 )
matrix.c: | ~~~~~^~~~~
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
Compiler output
bin_vec.c: bin_vec.c: In function 'Shift':
bin_vec.c: bin_vec.c:201:15: 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:9: 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:11: 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_mcnie4q1282_ref_timingleaks':
crypt.c: crypt.c:987:38: 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: | ^~~~~~~~~
crypt.c: crypt.c: In function 'error_space':
crypt.c: crypt.c:1176:12: warning: '*Fs' may be used uninitialized [-Wmaybe-uninitialized]
crypt.c: 1176 | er = Fs[0]; rr = N;
crypt.c: | ~~~^~~~~~~
matrix.c: matrix.c: In function 'mat_inv':
matrix.c: matrix.c:325:18: warning: '*_180 + _237' may be used uninitialized [-Wmaybe-uninitialized]
matrix.c: 325 | if( B.dat[N-1][N-1] != 1 )
matrix.c: | ~~~~~^~~~~
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
Compiler output
bin_vec.c: bin_vec.c: In function 'Shift':
bin_vec.c: bin_vec.c:201:15: 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:9: 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:11: 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_mcnie4q1282_ref_timingleaks':
crypt.c: crypt.c:987:38: 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: 2, namely:
Implementation | Compiler |
T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
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: 9, namely:
Implementation | Compiler |
T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |