Test results for armeabi, berry2, crypto_aead/artemia128v1

[Page version: 20241120 00:22:57]

Measurements for armeabi, berry2, crypto_aead Test results for armeabi, berry2, crypto_aead Test results for crypto_aead/artemia128v1
Computer: berry2
Microarchitecture: armeabi; Cortex-A7 (410fc075)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240909
Operation: crypto_aead
Primitive: artemia128v1
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
497670112944 24 026947 388 816T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092720240909
64734376440 24 018795 388 816T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092720240909
72485335312 24 016795 380 816T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092720240909
77379796380 24 018599 388 816T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092720240909

Compiler output


jhae_padding.c: jhae_padding.c: In function 'padding_message':
jhae_padding.c: jhae_padding.c:79:54: warning: right shift count >= width of type [-Wshift-count-overflow]
jhae_padding.c:    79 |     padded[order[i++]] = (unsigned char)((messageLen >> 56) & 0xFF);
jhae_padding.c:       |                                                      ^~
jhae_padding.c: jhae_padding.c:80:54: warning: right shift count >= width of type [-Wshift-count-overflow]
jhae_padding.c:    80 |     padded[order[i++]] = (unsigned char)((messageLen >> 48) & 0xFF);
jhae_padding.c:       |                                                      ^~
jhae_padding.c: jhae_padding.c:81:54: warning: right shift count >= width of type [-Wshift-count-overflow]
jhae_padding.c:    81 |     padded[order[i++]] = (unsigned char)((messageLen >> 40) & 0xFF);
jhae_padding.c:       |                                                      ^~
jhae_padding.c: jhae_padding.c:82:54: warning: right shift count >= width of type [-Wshift-count-overflow]
jhae_padding.c:    82 |     padded[order[i++]] = (unsigned char)((messageLen >> 32) & 0xFF);
jhae_padding.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)

Namespace violations


jhae_decryption.o jhae_decryption_verification T
jhae_encryption.o jhae_encryption_authentication T
jhae_padding.o padding_associated_data T
jhae_padding.o padding_message T
jhae_padding.o unpadding_message T
jhae_padding.o unpadding_message_inplace T
jhae_permutation.o AES_SBOX R
jhae_permutation.o C D
jhae_permutation.o C0 R
jhae_permutation.o C1 R
jhae_permutation.o C2 R
jhae_permutation.o C3 R
jhae_permutation.o C4 R
jhae_permutation.o C5 R
jhae_permutation.o artemia_permutation T
jhae_permutation.o transformation_D1 T
jhae_permutation.o transformation_D2 T
jhae_permutation.o transformation_D3 T

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)