Test results for armeabi, berry2, crypto_aead/pi64cipher256v2tworounds

[Page version: 20241120 00:22:57]

Measurements for armeabi, berry2, crypto_aead Test results for armeabi, berry2, crypto_aead Test results for crypto_aead/pi64cipher256v2tworounds
Computer: berry2
Microarchitecture: armeabi; Cortex-A7 (410fc075)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240909
Operation: crypto_aead
Primitive: pi64cipher256v2tworounds

Compiler output


encrypt.c: encrypt.c: In function 'crypto_aead_pi64cipher256v2tworounds_optimized_nonSSE_timingleaks_encrypt':
encrypt.c: encrypt.c:383:67: warning: unused variable 'ii2' [-Wunused-variable]
encrypt.c:   383 |  unsigned long long i, j, jj, ii, b, i1, j1, a, mblocks, b1, ii1, ii2;
encrypt.c:       |                                                                   ^~~
encrypt.c: encrypt.c:383:62: warning: unused variable 'ii1' [-Wunused-variable]
encrypt.c:   383 |  unsigned long long i, j, jj, ii, b, i1, j1, a, mblocks, b1, ii1, ii2;
encrypt.c:       |                                                              ^~~
encrypt.c: encrypt.c:383:42: warning: unused variable 'j1' [-Wunused-variable]
encrypt.c:   383 |  unsigned long long i, j, jj, ii, b, i1, j1, a, mblocks, b1, ii1, ii2;
encrypt.c:       |                                          ^~
encrypt.c: encrypt.c:383:31: warning: unused variable 'ii' [-Wunused-variable]
encrypt.c:   383 |  unsigned long long i, j, jj, ii, b, i1, j1, a, mblocks, b1, ii1, ii2;
encrypt.c:       |                               ^~
encrypt.c: encrypt.c:379:31: warning: variable 'CommonInternalState8' set but not used [-Wunused-but-set-variable]
encrypt.c:   379 |  u_int8_t   *InternalState8, *CommonInternalState8, *tempTag8;
encrypt.c:       |                               ^~~~~~~~~~~~~~~~~~~~
encrypt.c: encrypt.c:366:92: warning: unused variable 'IS15' [-Wunused-variable]
encrypt.c:   366 |  u_int64_t IS0, IS1, IS2, IS3, IS4, IS5, IS6, IS7, IS8, IS9, IS10, IS11, IS12, IS13, IS14, IS15;
encrypt.c:       |                                                                                            ^~~~
encrypt.c: encrypt.c:366:86: warning: unused variable 'IS14' [-Wunused-variable]
encrypt.c:   366 |  u_int64_t IS0, IS1, IS2, IS3, IS4, IS5, IS6, IS7, IS8, IS9, IS10, IS11, IS12, IS13, IS14, IS15;
encrypt.c:       |                                                                                      ^~~~
encrypt.c: encrypt.c:366:80: warning: unused variable 'IS13' [-Wunused-variable]
encrypt.c:   366 |  u_int64_t IS0, IS1, IS2, IS3, IS4, IS5, IS6, IS7, IS8, IS9, IS10, IS11, IS12, IS13, IS14, IS15;
encrypt.c:       |                                                                                ^~~~
encrypt.c: ...

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
T:optimized_nonSSEgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:optimized_nonSSEgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:optimized_nonSSEgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:optimized_nonSSEgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

Compiler output


encrypt.c: encrypt.c: In function 'crypto_aead_pi64cipher256v2tworounds_ref_timingleaks_encrypt':
encrypt.c: encrypt.c:210:42: warning: unused variable 'j1' [-Wunused-variable]
encrypt.c:   210 |  unsigned long long i, j, jj, ii, b, i1, j1, a;
encrypt.c:       |                                          ^~
encrypt.c: encrypt.c:210:31: warning: unused variable 'ii' [-Wunused-variable]
encrypt.c:   210 |  unsigned long long i, j, jj, ii, b, i1, j1, a;
encrypt.c:       |                               ^~
encrypt.c: encrypt.c:206:31: warning: variable 'CommonInternalState8' set but not used [-Wunused-but-set-variable]
encrypt.c:   206 |  u_int8_t   *InternalState8, *CommonInternalState8, *tempTag8;
encrypt.c:       |                               ^~~~~~~~~~~~~~~~~~~~
encrypt.c: encrypt.c:198:51: warning: variable 'k64' set but not used [-Wunused-but-set-variable]
encrypt.c:   198 |  u_int64_t  *c64, *m64, *ad64, *nsec64, *npub64, *k64;
encrypt.c:       |                                                   ^~~
encrypt.c: encrypt.c:198:42: warning: variable 'npub64' set but not used [-Wunused-but-set-variable]
encrypt.c:   198 |  u_int64_t  *c64, *m64, *ad64, *nsec64, *npub64, *k64;
encrypt.c:       |                                          ^~~~~~
encrypt.c: encrypt.c:196:57: warning: unused variable 'z3' [-Wunused-variable]
encrypt.c:   196 |  u_int64_t  x0, x1, x2, x3, y0, y1, y2, y3, z0, z1, z2, z3;
encrypt.c:       |                                                         ^~
encrypt.c: encrypt.c:196:53: warning: unused variable 'z2' [-Wunused-variable]
encrypt.c:   196 |  u_int64_t  x0, x1, x2, x3, y0, y1, y2, y3, z0, z1, z2, z3;
encrypt.c:       |                                                     ^~
encrypt.c: encrypt.c:196:49: warning: unused variable 'z1' [-Wunused-variable]
encrypt.c:   196 |  u_int64_t  x0, x1, x2, x3, y0, y1, y2, y3, z0, z1, z2, z3;
encrypt.c:       |                                                 ^~
encrypt.c: ...

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)