[Page version: 20241120 00:22:57]
Measurements for armeabi, berry2, crypto_aead Test results for armeabi, berry2, crypto_aead Test results for crypto_aead/elmd51271v1encrypt.c: In file included from encrypt.c:14: 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_elmd51271v1_ref_timingleaks_decrypt': encrypt.c: encrypt.c:152:58: warning: unused variable 'Is_complete' [-Wunused-variable] encrypt.c: 152 | int i; u8 zeroes[16], ozs[16], blen = 16, Is_final = 0, Is_complete =1; encrypt.c: | ^~~~~~~~~~~ encrypt.c: encrypt.c:152:33: warning: unused variable 'blen' [-Wunused-variable] encrypt.c: 152 | int i; u8 zeroes[16], ozs[16], blen = 16, Is_final = 0, Is_complete =1; encrypt.c: | ^~~~ encrypt.c: encrypt.c:152:24: warning: variable 'ozs' set but not used [-Wunused-but-set-variable] encrypt.c: 152 | int i; 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) |