[Page version: 20241120 00:22:57]
Measurements for armeabi, berry2, crypto_aead Test results for armeabi, berry2, crypto_aead Test results for crypto_aead/elmd51270v1encrypt.c: In file included from encrypt.c:15: encrypt.c: module.h: In function 'process_block': encrypt.c: module.h:140:6: warning: unused variable 'i' [-Wunused-variable] encrypt.c: 140 | int i; encrypt.c: | ^ encrypt.c: encrypt.c: In function 'crypto_aead_elmd51270v1_ref_timingleaks_decrypt': encrypt.c: encrypt.c:157:70: warning: unused variable 'Is_complete' [-Wunused-variable] encrypt.c: 157 | int i,j, flag = 0; u8 zeroes[16], ozs[16], blen = 16, Is_final = 0, Is_complete =1; encrypt.c: | ^~~~~~~~~~~ encrypt.c: encrypt.c:157:45: warning: unused variable 'blen' [-Wunused-variable] encrypt.c: 157 | int i,j, flag = 0; u8 zeroes[16], ozs[16], blen = 16, Is_final = 0, Is_complete =1; encrypt.c: | ^~~~ encrypt.c: encrypt.c:157:36: warning: variable 'ozs' set but not used [-Wunused-but-set-variable] encrypt.c: 157 | int i,j, flag = 0; u8 zeroes[16], ozs[16], blen = 16, Is_final = 0, Is_complete =1; encrypt.c: | ^~~
Implementation | Compiler |
T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |