Test results for armeabi, berry0, crypto_aead/aegis256

[Page version: 20250206 00:27:24]

Measurements for armeabi, berry0, crypto_aead Test results for armeabi, berry0, crypto_aead Test results for crypto_aead/aegis256
Computer: berry0
Microarchitecture: armeabi; ARM1176 (410fb767)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240909
Operation: crypto_aead
Primitive: aegis256
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
3699916568 4096 020675 4452 816T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100420240909
153743719504 1024 029883 1384 816T:sodium-softaesgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100420240909
158747259360 0 030596 388 832T:sodium-softaesclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100420240909
159467859268 0 035572 388 824T:sodium-softaesclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100420240909
159670649268 0 030448 388 832T:sodium-softaesclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100420240909
1048347534044 1024 021479 1376 816T:sodium-softaesgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100420240909
1048916734584 1024 023311 1384 816T:sodium-softaesgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100420240909
1132758647724 0 032106 384 816T:sodium-softaesclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100420240909
1196484294684 1024 023255 1384 816T:sodium-softaesgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100420240909
1199267616408 0 030354 384 816T:sodium-softaesclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100420240909

Compiler output


encrypt.c: In file included from encrypt.c:4:
encrypt.c: In file included from /usr/lib/llvm-11/lib/clang/11.0.1/include/immintrin.h:15:
encrypt.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:50:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
encrypt.c:     return (__m64)__builtin_ia32_vec_init_v2si(__i, 0);
encrypt.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
encrypt.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:129:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
encrypt.c:     return (__m64)__builtin_ia32_packsswb((__v4hi)__m1, (__v4hi)__m2);
encrypt.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
encrypt.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:159:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
encrypt.c:     return (__m64)__builtin_ia32_packssdw((__v2si)__m1, (__v2si)__m2);
encrypt.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
encrypt.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:189:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
encrypt.c:     return (__m64)__builtin_ia32_packuswb((__v4hi)__m1, (__v4hi)__m2);
encrypt.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
encrypt.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:216:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
encrypt.c:     return (__m64)__builtin_ia32_punpckhbw((__v8qi)__m1, (__v8qi)__m2);
encrypt.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
encrypt.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:239:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
encrypt.c:     return (__m64)__builtin_ia32_punpckhwd((__v4hi)__m1, (__v4hi)__m2);
encrypt.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
encrypt.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:260:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
encrypt.c:     return (__m64)__builtin_ia32_punpckhdq((__v2si)__m1, (__v2si)__m2);
encrypt.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
encrypt.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:287:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
encrypt.c:     return (__m64)__builtin_ia32_punpcklbw((__v8qi)__m1, (__v8qi)__m2);
encrypt.c: ...

Number of similar (implementation,compiler) pairs: 5, namely:
ImplementationCompiler
T:aesniclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:aesniclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:aesniclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:aesniclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:aesniclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Compiler output


encrypt.c: encrypt.c:4:10: fatal error: immintrin.h: No such file or directory
encrypt.c:     4 | #include <immintrin.h>
encrypt.c:       |          ^~~~~~~~~~~~~
encrypt.c: compilation terminated.

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

Compiler output


try.c: /usr/bin/ld: libcrypto_aead_aegis256.a(encrypt.o): in function `crypto_aead_aegis256_ref_timingleaks_encrypt':
try.c: .../supercop-data/berry0/armeabi/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aegis256/ref/work/encrypt.c:163: undefined reference to `aegis256_initialization'
try.c: /usr/bin/ld: libcrypto_aead_aegis256.a(encrypt.o): in function `crypto_aead_aegis256_ref_timingleaks_decrypt':
try.c: .../supercop-data/berry0/armeabi/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aegis256/ref/work/encrypt.c:219: undefined reference to `aegis256_initialization'
try.c: clang: error: linker command failed with exit code 1 (use -v to see invocation)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Compiler output


try.c: /usr/bin/ld: libcrypto_aead_aegis256.a(encrypt.o): in function `crypto_aead_aegis256_ref_timingleaks_encrypt':
try.c: .../supercop-data/berry0/armeabi/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aegis256/ref/work/encrypt.c:163: undefined reference to `aegis256_initialization'
try.c: /usr/bin/ld: libcrypto_aead_aegis256.a(encrypt.o): in function `crypto_aead_aegis256_ref_timingleaks_decrypt':
try.c: .../supercop-data/berry0/armeabi/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aegis256/ref/work/encrypt.c:219: undefined reference to `aegis256_initialization'
try.c: clang: error: linker command failed with exit code 1 (use -v to see invocation)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Compiler output


try.c: /usr/bin/ld: libcrypto_aead_aegis256.a(encrypt.o): in function `crypto_aead_aegis256_ref_timingleaks_encrypt':
try.c: .../supercop-data/berry0/armeabi/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aegis256/ref/work/encrypt.c:163: undefined reference to `aegis256_initialization'
try.c: /usr/bin/ld: .../supercop-data/berry0/armeabi/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aegis256/ref/work/encrypt.c:167: undefined reference to `aegis256_enc_aut_step'
try.c: /usr/bin/ld: .../supercop-data/berry0/armeabi/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aegis256/ref/work/encrypt.c:175: undefined reference to `aegis256_enc_aut_step'
try.c: /usr/bin/ld: .../supercop-data/berry0/armeabi/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aegis256/ref/work/encrypt.c:180: undefined reference to `aegis256_enc_aut_step'
try.c: /usr/bin/ld: .../supercop-data/berry0/armeabi/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aegis256/ref/work/encrypt.c:188: undefined reference to `aegis256_enc_aut_step'
try.c: /usr/bin/ld: libcrypto_aead_aegis256.a(encrypt.o): in function `crypto_aead_aegis256_ref_timingleaks_decrypt':
try.c: .../supercop-data/berry0/armeabi/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aegis256/ref/work/encrypt.c:219: undefined reference to `aegis256_initialization'
try.c: /usr/bin/ld: .../supercop-data/berry0/armeabi/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aegis256/ref/work/encrypt.c:223: undefined reference to `aegis256_enc_aut_step'
try.c: /usr/bin/ld: .../supercop-data/berry0/armeabi/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aegis256/ref/work/encrypt.c:231: undefined reference to `aegis256_enc_aut_step'
try.c: /usr/bin/ld: .../supercop-data/berry0/armeabi/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aegis256/ref/work/encrypt.c:238: undefined reference to `aegis256_dec_aut_step'
try.c: /usr/bin/ld: .../supercop-data/berry0/armeabi/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aegis256/ref/work/encrypt.c:246: undefined reference to `aegis256_dec_aut_step'
try.c: clang: error: linker command failed with exit code 1 (use -v to see invocation)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Compiler output


try.c: /usr/bin/ld: libcrypto_aead_aegis256.a(encrypt.o): in function `crypto_aead_aegis256_ref_timingleaks_encrypt':
try.c: .../supercop-data/berry0/armeabi/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aegis256/ref/work/encrypt.c:163: undefined reference to `aegis256_initialization'
try.c: /usr/bin/ld: libcrypto_aead_aegis256.a(encrypt.o): in function `crypto_aead_aegis256_ref_timingleaks_decrypt':
try.c: .../supercop-data/berry0/armeabi/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aegis256/ref/work/encrypt.c:219: undefined reference to `aegis256_initialization'
try.c: clang: error: linker command failed with exit code 1 (use -v to see invocation)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Compiler output


try.c: /usr/bin/ld: libcrypto_aead_aegis256.a(encrypt.o): in function `crypto_aead_aegis256_ref_timingleaks_encrypt':
try.c: .../supercop-data/berry0/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aegis256/ref/work/encrypt.c:163: undefined reference to `aegis256_initialization'
try.c: /usr/bin/ld: libcrypto_aead_aegis256.a(encrypt.o): in function `crypto_aead_aegis256_ref_timingleaks_decrypt':
try.c: .../supercop-data/berry0/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aegis256/ref/work/encrypt.c:219: undefined reference to `aegis256_initialization'
try.c: clang: error: linker command failed with exit code 1 (use -v to see invocation)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Compiler output


try.c: /usr/bin/ld: libcrypto_aead_aegis256.a(encrypt.o): in function `crypto_aead_aegis256_ref_timingleaks_encrypt':
try.c: .../supercop-data/berry0/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aegis256/ref/work/encrypt.c:163: undefined reference to `aegis256_initialization'
try.c: /usr/bin/ld: libcrypto_aead_aegis256.a(encrypt.o): in function `crypto_aead_aegis256_ref_timingleaks_decrypt':
try.c: .../supercop-data/berry0/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aegis256/ref/work/encrypt.c:219: undefined reference to `aegis256_initialization'
try.c: collect2: error: ld returned 1 exit status

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

Compiler output


try.c: /usr/bin/ld: libcrypto_aead_aegis256.a(encrypt.o): in function `crypto_aead_aegis256_ref_timingleaks_encrypt':
try.c: .../supercop-data/berry0/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aegis256/ref/work/encrypt.c:163: undefined reference to `aegis256_initialization'
try.c: /usr/bin/ld: libcrypto_aead_aegis256.a(encrypt.o): in function `crypto_aead_aegis256_ref_timingleaks_decrypt':
try.c: .../supercop-data/berry0/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aegis256/ref/work/encrypt.c:219: undefined reference to `aegis256_initialization'
try.c: collect2: error: ld returned 1 exit status

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

Compiler output


try.c: /usr/bin/ld: libcrypto_aead_aegis256.a(encrypt.o): in function `crypto_aead_aegis256_ref_timingleaks_encrypt':
try.c: .../supercop-data/berry0/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aegis256/ref/work/encrypt.c:163: undefined reference to `aegis256_initialization'
try.c: /usr/bin/ld: .../supercop-data/berry0/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aegis256/ref/work/encrypt.c:175: undefined reference to `aegis256_enc_aut_step'
try.c: /usr/bin/ld: .../supercop-data/berry0/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aegis256/ref/work/encrypt.c:188: undefined reference to `aegis256_enc_aut_step'
try.c: /usr/bin/ld: .../supercop-data/berry0/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aegis256/ref/work/encrypt.c:167: undefined reference to `aegis256_enc_aut_step'
try.c: /usr/bin/ld: .../supercop-data/berry0/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aegis256/ref/work/encrypt.c:180: undefined reference to `aegis256_enc_aut_step'
try.c: /usr/bin/ld: libcrypto_aead_aegis256.a(encrypt.o): in function `crypto_aead_aegis256_ref_timingleaks_decrypt':
try.c: .../supercop-data/berry0/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aegis256/ref/work/encrypt.c:219: undefined reference to `aegis256_initialization'
try.c: /usr/bin/ld: .../supercop-data/berry0/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aegis256/ref/work/encrypt.c:231: undefined reference to `aegis256_enc_aut_step'
try.c: /usr/bin/ld: .../supercop-data/berry0/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aegis256/ref/work/encrypt.c:246: undefined reference to `aegis256_dec_aut_step'
try.c: /usr/bin/ld: .../supercop-data/berry0/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aegis256/ref/work/encrypt.c:223: undefined reference to `aegis256_enc_aut_step'
try.c: /usr/bin/ld: .../supercop-data/berry0/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_aead/aegis256/ref/work/encrypt.c:238: undefined reference to `aegis256_dec_aut_step'
try.c: collect2: error: ld returned 1 exit status

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

Namespace violations


aes.o AESROUND T
aes.o TE0 D
aes.o TE1 D
aes.o TE2 D
aes.o TE3 D
encrypt.o aegis256_tag_generation T

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

Namespace violations


encrypt.o N 0
encrypt.o N 108
encrypt.o N 113
encrypt.o N 11c
encrypt.o N 154
encrypt.o N 168
encrypt.o N 16c
encrypt.o N 17a
encrypt.o N 184
encrypt.o N 18c
encrypt.o N 190
encrypt.o N 197
encrypt.o N 1ae
encrypt.o N 1b9
encrypt.o N 1c2
encrypt.o N 1cb
encrypt.o N 1ce
encrypt.o N 1d1
encrypt.o N 1d4
encrypt.o N 1d7
encrypt.o N 1e4
encrypt.o N 1e8
encrypt.o N 1ec
encrypt.o N 1f0
encrypt.o N 1f4
encrypt.o N 1f6
encrypt.o N 1f8
encrypt.o N 1fc
encrypt.o N 1fe
encrypt.o N 201
encrypt.o N 212
encrypt.o N 216
encrypt.o N 218
encrypt.o N 21c
encrypt.o N 223
encrypt.o N 225
encrypt.o N 22a
encrypt.o N 22d
encrypt.o N 233
encrypt.o N 238
encrypt.o N 23a
encrypt.o N 240
encrypt.o N 24c
encrypt.o N 25
encrypt.o N 250
encrypt.o N 254
encrypt.o N 25e
encrypt.o N 260
encrypt.o N 273
encrypt.o N 276
encrypt.o N 287
encrypt.o N 28c
encrypt.o N 291
encrypt.o N 2a1
encrypt.o N 2a5
encrypt.o N 2b2
encrypt.o N 2b6
encrypt.o N 2c8
encrypt.o N 2ca
encrypt.o N 2cc
encrypt.o N 2d7
encrypt.o N 2eb
encrypt.o N 2f
encrypt.o N 2fd
encrypt.o N 30e
encrypt.o N 313
encrypt.o N 320
encrypt.o N 324
encrypt.o N 331
encrypt.o N 342
encrypt.o N 346
encrypt.o N 34a
encrypt.o N 370
encrypt.o N 382
encrypt.o N 398
encrypt.o N 3d0
encrypt.o N 408
encrypt.o N 416
encrypt.o N 423
encrypt.o N 433
encrypt.o N 436
encrypt.o N 439
encrypt.o N 43c
encrypt.o N 442
encrypt.o N 445
encrypt.o N 448
encrypt.o N 44d
encrypt.o N 451
encrypt.o N 457
encrypt.o N 45a
encrypt.o N 45d
encrypt.o N 460
encrypt.o N 463
encrypt.o N 466
encrypt.o N 469
encrypt.o N 46f
encrypt.o N 475
encrypt.o N f7
encrypt.o N fb
encrypt.o softaes_block_encrypt T

Number of similar (implementation,compiler) pairs: 2, namely:
ImplementationCompiler
T:sodium-softaesclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:sodium-softaesclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Namespace violations


encrypt.o N 0
encrypt.o N 107
encrypt.o N 112
encrypt.o N 11b
encrypt.o N 153
encrypt.o N 167
encrypt.o N 16b
encrypt.o N 179
encrypt.o N 183
encrypt.o N 18b
encrypt.o N 18f
encrypt.o N 196
encrypt.o N 1ad
encrypt.o N 1b8
encrypt.o N 1c1
encrypt.o N 1e7
encrypt.o N 1eb
encrypt.o N 1fd
encrypt.o N 213
encrypt.o N 216
encrypt.o N 219
encrypt.o N 21c
encrypt.o N 21f
encrypt.o N 22c
encrypt.o N 235
encrypt.o N 25
encrypt.o N 26d
encrypt.o N 27e
encrypt.o N 2b6
encrypt.o N 2c7
encrypt.o N 2ce
encrypt.o N 2dc
encrypt.o N 2ed
encrypt.o N 2f
encrypt.o N 2fd
encrypt.o N 30a
encrypt.o N 317
encrypt.o N 32a
encrypt.o N 33c
encrypt.o N 34c
encrypt.o N 356
encrypt.o N 368
encrypt.o N 37c
encrypt.o N 387
encrypt.o N 39e
encrypt.o N 3ab
encrypt.o N 3bc
encrypt.o N 3c0
encrypt.o N 3c4
encrypt.o N 3c8
encrypt.o N 3cc
encrypt.o N 3cf
encrypt.o N 3d5
encrypt.o N 3d8
encrypt.o N 3db
encrypt.o N 3de
encrypt.o N 3e1
encrypt.o N 3e5
encrypt.o N 3e7
encrypt.o N 3ea
encrypt.o N 3ec
encrypt.o N 3ee
encrypt.o N 3f0
encrypt.o N 3f5
encrypt.o N 3f7
encrypt.o N 3f9
encrypt.o N 3fe
encrypt.o N 403
encrypt.o N 409
encrypt.o N 40c
encrypt.o N 411
encrypt.o N 417
encrypt.o N 423
encrypt.o N 427
encrypt.o N 42b
encrypt.o N 42f
encrypt.o N 436
encrypt.o N 443
encrypt.o N 447
encrypt.o N 449
encrypt.o N 44b
encrypt.o N 44e
encrypt.o N 451
encrypt.o N 454
encrypt.o N 457
encrypt.o N 45a
encrypt.o N 45d
encrypt.o N 463
encrypt.o N 469
encrypt.o N 46d
encrypt.o N 473
encrypt.o N 478
encrypt.o N 47d
encrypt.o N 481
encrypt.o N 485
encrypt.o N 488
encrypt.o N 48a
encrypt.o N 48c
encrypt.o N 48e
encrypt.o N 492
encrypt.o N f6
encrypt.o N fa
encrypt.o softaes_block_encrypt T

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:sodium-softaesclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Namespace violations


encrypt.o N 0
encrypt.o N 108
encrypt.o N 113
encrypt.o N 11c
encrypt.o N 154
encrypt.o N 168
encrypt.o N 16c
encrypt.o N 17a
encrypt.o N 184
encrypt.o N 18c
encrypt.o N 190
encrypt.o N 197
encrypt.o N 1ae
encrypt.o N 1b9
encrypt.o N 1c2
encrypt.o N 1cb
encrypt.o N 1ce
encrypt.o N 1d1
encrypt.o N 1d4
encrypt.o N 1d7
encrypt.o N 1e4
encrypt.o N 1e8
encrypt.o N 1ec
encrypt.o N 1f0
encrypt.o N 1f4
encrypt.o N 1f6
encrypt.o N 1f9
encrypt.o N 1fb
encrypt.o N 1fd
encrypt.o N 201
encrypt.o N 212
encrypt.o N 216
encrypt.o N 218
encrypt.o N 21c
encrypt.o N 223
encrypt.o N 225
encrypt.o N 22a
encrypt.o N 22d
encrypt.o N 233
encrypt.o N 238
encrypt.o N 23a
encrypt.o N 240
encrypt.o N 24c
encrypt.o N 25
encrypt.o N 250
encrypt.o N 254
encrypt.o N 25e
encrypt.o N 260
encrypt.o N 273
encrypt.o N 276
encrypt.o N 287
encrypt.o N 28c
encrypt.o N 291
encrypt.o N 2a1
encrypt.o N 2a5
encrypt.o N 2b6
encrypt.o N 2bb
encrypt.o N 2c8
encrypt.o N 2cc
encrypt.o N 2f
encrypt.o N 2f2
encrypt.o N 304
encrypt.o N 316
encrypt.o N 318
encrypt.o N 31a
encrypt.o N 32c
encrypt.o N 337
encrypt.o N 34b
encrypt.o N 361
encrypt.o N 399
encrypt.o N 3d1
encrypt.o N 3df
encrypt.o N 3ec
encrypt.o N 3f9
encrypt.o N 409
encrypt.o N 416
encrypt.o N 427
encrypt.o N 42a
encrypt.o N 42d
encrypt.o N 433
encrypt.o N 436
encrypt.o N 439
encrypt.o N 43c
encrypt.o N 441
encrypt.o N 445
encrypt.o N 44b
encrypt.o N 44e
encrypt.o N 451
encrypt.o N 454
encrypt.o N 457
encrypt.o N 45a
encrypt.o N 45d
encrypt.o N 463
encrypt.o N 469
encrypt.o N 46d
encrypt.o N 46f
encrypt.o N 473
encrypt.o N f7
encrypt.o N fb
encrypt.o softaes_block_encrypt T

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:sodium-softaesclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Namespace violations


encrypt.o N 0
encrypt.o N 107
encrypt.o N 112
encrypt.o N 11b
encrypt.o N 153
encrypt.o N 167
encrypt.o N 16b
encrypt.o N 179
encrypt.o N 183
encrypt.o N 18b
encrypt.o N 18f
encrypt.o N 196
encrypt.o N 1ad
encrypt.o N 1b8
encrypt.o N 1c1
encrypt.o N 1ca
encrypt.o N 1cd
encrypt.o N 1d0
encrypt.o N 1d3
encrypt.o N 1d6
encrypt.o N 1e3
encrypt.o N 1e7
encrypt.o N 1eb
encrypt.o N 1ef
encrypt.o N 1f3
encrypt.o N 1f5
encrypt.o N 1f7
encrypt.o N 1fb
encrypt.o N 1fd
encrypt.o N 200
encrypt.o N 211
encrypt.o N 215
encrypt.o N 217
encrypt.o N 21b
encrypt.o N 222
encrypt.o N 224
encrypt.o N 229
encrypt.o N 22c
encrypt.o N 232
encrypt.o N 237
encrypt.o N 239
encrypt.o N 23f
encrypt.o N 24b
encrypt.o N 24f
encrypt.o N 25
encrypt.o N 253
encrypt.o N 25d
encrypt.o N 25f
encrypt.o N 272
encrypt.o N 275
encrypt.o N 286
encrypt.o N 28b
encrypt.o N 290
encrypt.o N 2a0
encrypt.o N 2a4
encrypt.o N 2b1
encrypt.o N 2b5
encrypt.o N 2c0
encrypt.o N 2d4
encrypt.o N 2e6
encrypt.o N 2e8
encrypt.o N 2ea
encrypt.o N 2f
encrypt.o N 2fc
encrypt.o N 30d
encrypt.o N 312
encrypt.o N 31f
encrypt.o N 323
encrypt.o N 330
encrypt.o N 341
encrypt.o N 345
encrypt.o N 349
encrypt.o N 36f
encrypt.o N 381
encrypt.o N 397
encrypt.o N 3cf
encrypt.o N 407
encrypt.o N 415
encrypt.o N 422
encrypt.o N 432
encrypt.o N 435
encrypt.o N 438
encrypt.o N 43e
encrypt.o N 441
encrypt.o N 444
encrypt.o N 447
encrypt.o N 44c
encrypt.o N 450
encrypt.o N 456
encrypt.o N 459
encrypt.o N 45c
encrypt.o N 45f
encrypt.o N 462
encrypt.o N 465
encrypt.o N 468
encrypt.o N 46e
encrypt.o N 474
encrypt.o N f6
encrypt.o N fa
encrypt.o softaes_block_encrypt T

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:sodium-softaesclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Namespace violations


encrypt.o softaes_block_encrypt T

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