Test results for aarch64, pi3bplus, crypto_aead/qameleon6464tcmev1
[Page version: 20241105 13:29:25]
Measurements for aarch64, pi3bplus, crypto_aead
Test results for aarch64, pi3bplus, crypto_aead
Test results for crypto_aead/qameleon6464tcmev1
Computer: pi3bplus
Microarchitecture: aarch64; Cortex-A53 (410fd034)
Architecture: aarch64
CPU ID: 410fd034
SUPERCOP version: 20241022
Operation: crypto_aead
Primitive: qameleon6464tcmev1
Test failure
error 111
crypto_aead_encrypt returns nonzero
Number of similar (implementation,compiler) pairs: 4, namely:
Implementation | Compiler |
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) |
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 (12.2.0) |
T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |