Test results for amd64, r24000, crypto_aead/qameleon6464tcmev1
[Page version: 20241016 00:06:19]
Measurements for amd64, r24000, crypto_aead
Test results for amd64, r24000, crypto_aead
Test results for crypto_aead/qameleon6464tcmev1
Computer: r24000
Microarchitecture: amd64; Coffee Lake (906ea)
Architecture: amd64
CPU ID: GenuineIntel-000906ea-bfebfbff
SUPERCOP version: 20241011
Operation: crypto_aead
Primitive: qameleon6464tcmev1
Test failure
error 111
crypto_aead_encrypt returns nonzero
Number of similar (implementation,compiler) pairs: 9, namely:
Implementation | Compiler |
T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_16.0.6_(15)) |
T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_16.0.6_(15)) |
T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_16.0.6_(15)) |
T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_16.0.6_(15)) |
T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_16.0.6_(15)) |
T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (13.2.0) |
T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (13.2.0) |
T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (13.2.0) |
T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (13.2.0) |
Compiler output
encrypt.c: In function 'set_stage_in_tweak',
encrypt.c: inlined from 'crypto_aead_qameleon6464tcmev1_ref_timingleaks_encrypt' at encrypt.c:184:2:
encrypt.c: encrypt.c:87:26: warning: 'tweakl' may be used uninitialized [-Wmaybe-uninitialized]
encrypt.c: 87 | tweak[0] = (tweak[0] & 0xf) ^ value;
encrypt.c: | ~~~~~^~~
encrypt.c: encrypt.c: In function 'crypto_aead_qameleon6464tcmev1_ref_timingleaks_encrypt':
encrypt.c: encrypt.c:103:36: note: 'tweakl' declared here
encrypt.c: 103 | unsigned char tweak[16], tweakl[32], k0[16], w0[16], k1[16], k1_M[16], w1 [16], whitekey[16];
encrypt.c: | ^~~~~~
encrypt.c: In function 'set_stage_in_tweak',
encrypt.c: inlined from 'crypto_aead_qameleon6464tcmev1_ref_timingleaks_decrypt' at encrypt.c:301:2:
encrypt.c: encrypt.c:87:26: warning: 'tweakl' may be used uninitialized [-Wmaybe-uninitialized]
encrypt.c: 87 | tweak[0] = (tweak[0] & 0xf) ^ value;
encrypt.c: | ~~~~~^~~
encrypt.c: encrypt.c: In function 'crypto_aead_qameleon6464tcmev1_ref_timingleaks_decrypt':
encrypt.c: encrypt.c:212:36: note: 'tweakl' declared here
encrypt.c: 212 | unsigned char tweak[16], tweakl[32], k0[16], w0[16], k1[16], k1_M[16],
encrypt.c: | ^~~~~~
Number of similar (implementation,compiler) pairs: 2, namely:
Implementation | Compiler |
T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (13.2.0) |
T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (13.2.0) |