Test results for amd64, hertz, crypto_aead/jambuaes128v2
[Page version: 20241028 01:32:29]
Measurements for amd64, hertz, crypto_aead
Test results for amd64, hertz, crypto_aead
Test results for crypto_aead/jambuaes128v2
Computer: hertz
Microarchitecture: amd64; Zen 4 (a60f12)
Architecture: amd64
CPU ID: AuthenticAMD-00a60f12-178bfbff
SUPERCOP version: 20241022
Operation: crypto_aead
Primitive: jambuaes128v2
Test failure
error 111
crypto_aead_decrypt returns nonzero
Number of similar (implementation,compiler) pairs: 7, namely:
Implementation | Compiler |
T:aesni | cc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
T:aesni | cc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
T:ref | cc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
T:ref | cc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_19.1.1_(1ubuntu1)) |
T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_19.1.1_(1ubuntu1)) |
T:ref | clang -mllvm -polly -mllvm -polly-vectorizer=stripmine -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_19.1.1_(1ubuntu1)) |
Compiler output
encrypt.c: encrypt.c: In function 'jambu_dec_aut_msg_step':
encrypt.c: encrypt.c:228:22: warning: unused variable 'tmp1' [-Wunused-variable]
encrypt.c: 228 | __m128i tmp, tmp1;
encrypt.c: | ^~~~
encrypt.c: encrypt.c: In function 'crypto_aead_jambuaes128v2_aesni_timingleaks_encrypt':
encrypt.c: encrypt.c:270:48: warning: unused variable 'partialblockciphertext' [-Wunused-variable]
encrypt.c: 270 | unsigned char partialblockplaintext[8],partialblockciphertext[8];
encrypt.c: | ^~~~~~~~~~~~~~~~~~~~~~
encrypt.c: encrypt.c:270:23: warning: unused variable 'partialblockplaintext' [-Wunused-variable]
encrypt.c: 270 | unsigned char partialblockplaintext[8],partialblockciphertext[8];
encrypt.c: | ^~~~~~~~~~~~~~~~~~~~~
encrypt.c: encrypt.c:269:25: warning: unused variable 'j' [-Wunused-variable]
encrypt.c: 269 | unsigned long i,j;
encrypt.c: | ^
encrypt.c: encrypt.c: In function 'crypto_aead_jambuaes128v2_aesni_timingleaks_decrypt':
encrypt.c: encrypt.c:346:23: warning: unused variable 'check' [-Wunused-variable]
encrypt.c: 346 | unsigned char check = 0;
encrypt.c: | ^~~~~
encrypt.c: encrypt.c:345:23: warning: unused variable 'tag' [-Wunused-variable]
encrypt.c: 345 | unsigned char tag[8];
encrypt.c: | ^~~
encrypt.c: encrypt.c:344:49: warning: unused variable 'partialblockciphertext' [-Wunused-variable]
encrypt.c: 344 | unsigned char partialblockplaintext[16],partialblockciphertext[16];
encrypt.c: | ^~~~~~~~~~~~~~~~~~~~~~
encrypt.c: encrypt.c:344:23: warning: unused variable 'partialblockplaintext' [-Wunused-variable]
encrypt.c: ...
Number of similar (implementation,compiler) pairs: 2, namely:
Implementation | Compiler |
T:aesni | cc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
T:aesni | cc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
Compiler output
encrypt.c: encrypt.c:228:15: warning: unused variable 'tmp1' [-Wunused-variable]
encrypt.c: 228 | __m128i tmp, tmp1;
encrypt.c: | ^~~~
encrypt.c: encrypt.c:269:18: warning: unused variable 'j' [-Wunused-variable]
encrypt.c: 269 | unsigned long i,j;
encrypt.c: | ^
encrypt.c: encrypt.c:270:16: warning: unused variable 'partialblockplaintext' [-Wunused-variable]
encrypt.c: 270 | unsigned char partialblockplaintext[8],partialblockciphertext[8];
encrypt.c: | ^~~~~~~~~~~~~~~~~~~~~
encrypt.c: encrypt.c:270:41: warning: unused variable 'partialblockciphertext' [-Wunused-variable]
encrypt.c: 270 | unsigned char partialblockplaintext[8],partialblockciphertext[8];
encrypt.c: | ^~~~~~~~~~~~~~~~~~~~~~
encrypt.c: encrypt.c:343:18: warning: unused variable 'j' [-Wunused-variable]
encrypt.c: 343 | unsigned long i,j;
encrypt.c: | ^
encrypt.c: encrypt.c:344:16: warning: unused variable 'partialblockplaintext' [-Wunused-variable]
encrypt.c: 344 | unsigned char partialblockplaintext[16],partialblockciphertext[16];
encrypt.c: | ^~~~~~~~~~~~~~~~~~~~~
encrypt.c: encrypt.c:344:42: warning: unused variable 'partialblockciphertext' [-Wunused-variable]
encrypt.c: 344 | unsigned char partialblockplaintext[16],partialblockciphertext[16];
encrypt.c: | ^~~~~~~~~~~~~~~~~~~~~~
encrypt.c: encrypt.c:345:16: warning: unused variable 'tag' [-Wunused-variable]
encrypt.c: 345 | unsigned char tag[8];
encrypt.c: | ^~~
encrypt.c: encrypt.c:346:16: warning: unused variable 'check' [-Wunused-variable]
encrypt.c: ...
Number of similar (implementation,compiler) pairs: 3, namely:
Implementation | Compiler |
T:aesni | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_19.1.1_(1ubuntu1)) |
T:aesni | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_19.1.1_(1ubuntu1)) |
T:aesni | clang -mllvm -polly -mllvm -polly-vectorizer=stripmine -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_19.1.1_(1ubuntu1)) |
Compiler output
encrypt.c: encrypt.c: In function 'crypto_aead_jambuaes128v2_ref_timingleaks_decrypt':
encrypt.c: encrypt.c:267:17: warning: unused variable 'check' [-Wunused-variable]
encrypt.c: 267 | uint8_t check = 0;
encrypt.c: | ^~~~~
Number of similar (implementation,compiler) pairs: 2, namely:
Implementation | Compiler |
T:ref | cc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
T:ref | cc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
Compiler output
encrypt.c: encrypt.c:267:11: warning: unused variable 'check' [-Wunused-variable]
encrypt.c: 267 | uint8_t check = 0;
encrypt.c: | ^~~~~
encrypt.c: 1 warning generated.
Number of similar (implementation,compiler) pairs: 3, namely:
Implementation | Compiler |
T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_19.1.1_(1ubuntu1)) |
T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_19.1.1_(1ubuntu1)) |
T:ref | clang -mllvm -polly -mllvm -polly-vectorizer=stripmine -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_19.1.1_(1ubuntu1)) |