Test results for armeabi, bblack, crypto_aead/aegis256

[Page version: 20241101 10:17:42]

Measurements for armeabi, bblack, crypto_aead Test results for armeabi, bblack, crypto_aead Test results for crypto_aead/aegis256
Computer: bblack
Microarchitecture: armeabi; Cortex-A8 (413fc082)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240716
Operation: crypto_aead
Primitive: aegis256
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
1782404280 4096 015330 4556 776T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024080620240716
1784964256 4096 014278 4556 776T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024080620240716
3170723920 4096 014046 4556 776T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024080620240716
24004726284 1024 022358 1484 776T:sodium-softaesgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024080620240716
31067765668 1024 020710 1484 776T:sodium-softaesgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024080620240716
33017286484 0 029495 412 784T:sodium-softaesclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024080620240716
33088565300 0 037167 412 792T:sodium-softaesclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024080620240716
33244726464 0 032079 412 776T:sodium-softaesclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024080620240716
33247286464 0 032079 412 776T:sodium-softaesclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024080620240716
41671845168 0 029093 408 776T:sodium-softaesclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024080620240716
43389762572 1024 016618 1476 776T:sodium-softaesgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024080620240716
51790965396 1024 020766 1484 776T:sodium-softaesgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024080620240716

Compiler output


encrypt.c: In file included from encrypt.c:4:
encrypt.c: In file included from /usr/lib/llvm-7/lib/clang/7.0.1/include/immintrin.h:28:
encrypt.c: /usr/lib/llvm-7/lib/clang/7.0.1/include/mmintrin.h:64: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-7/lib/clang/7.0.1/include/mmintrin.h:143: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-7/lib/clang/7.0.1/include/mmintrin.h:173: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-7/lib/clang/7.0.1/include/mmintrin.h:203: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-7/lib/clang/7.0.1/include/mmintrin.h:230: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-7/lib/clang/7.0.1/include/mmintrin.h:253: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-7/lib/clang/7.0.1/include/mmintrin.h:274: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-7/lib/clang/7.0.1/include/mmintrin.h:301: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 (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:aesniclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:aesniclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:aesniclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:aesniclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))

Compiler output


encrypt.c: encrypt.c:4:10: fatal error: immintrin.h: No such file or directory
encrypt.c:  #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 (8.3.0)
T:aesnigcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:aesnigcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:aesnigcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)

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/bblack/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/bblack/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 (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))

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/bblack/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/bblack/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 (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))

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/bblack/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: libcrypto_aead_aegis256.a(encrypt.o): in function `crypto_aead_aegis256_ref_timingleaks_decrypt':
try.c: .../supercop-data/bblack/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: 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 (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))

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/bblack/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/bblack/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 (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))

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/bblack/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/bblack/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 (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))

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/bblack/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/bblack/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/bblack/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/bblack/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/bblack/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/bblack/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/bblack/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/bblack/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/bblack/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/bblack/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 (8.3.0)

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: 3, namely:
ImplementationCompiler
T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)

Namespace violations


encrypt.o N 00000000
encrypt.o N 00000037
encrypt.o N 00000041
encrypt.o N 00000111
encrypt.o N 00000115
encrypt.o N 00000122
encrypt.o N 0000012d
encrypt.o N 00000136
encrypt.o N 0000016e
encrypt.o N 00000182
encrypt.o N 00000186
encrypt.o N 00000194
encrypt.o N 0000019e
encrypt.o N 000001a6
encrypt.o N 000001aa
encrypt.o N 000001b1
encrypt.o N 000001c8
encrypt.o N 000001d3
encrypt.o N 000001dc
encrypt.o N 000001e5
encrypt.o N 000001e8
encrypt.o N 000001eb
encrypt.o N 000001ee
encrypt.o N 000001f1
encrypt.o N 000001fe
encrypt.o N 00000202
encrypt.o N 00000206
encrypt.o N 0000020a
encrypt.o N 0000020e
encrypt.o N 00000210
encrypt.o N 00000212
encrypt.o N 00000215
encrypt.o N 00000217
encrypt.o N 0000021b
encrypt.o N 0000022c
encrypt.o N 00000230
encrypt.o N 00000232
encrypt.o N 00000236
encrypt.o N 0000023d
encrypt.o N 0000023f
encrypt.o N 00000244
encrypt.o N 00000247
encrypt.o N 0000024d
encrypt.o N 00000252
encrypt.o N 00000254
encrypt.o N 0000025a
encrypt.o N 00000266
encrypt.o N 0000026a
encrypt.o N 0000026e
encrypt.o N 00000278
encrypt.o N 0000027a
encrypt.o N 0000028d
encrypt.o N 00000290
encrypt.o N 000002a0
encrypt.o N 000002a4
encrypt.o N 000002b1
encrypt.o N 000002b5
encrypt.o N 000002c7
encrypt.o N 000002c9
encrypt.o N 000002cb
encrypt.o N 000002dd
encrypt.o N 000002e8
encrypt.o N 000002fc
encrypt.o N 0000030d
encrypt.o N 00000312
encrypt.o N 0000031f
encrypt.o N 00000323
encrypt.o N 00000330
encrypt.o N 00000341
encrypt.o N 00000345
encrypt.o N 00000349
encrypt.o N 0000035f
encrypt.o N 00000397
encrypt.o N 000003cf
encrypt.o N 000003dd
encrypt.o N 000003ea
encrypt.o N 000003fa
encrypt.o N 00000400
encrypt.o N 00000403
encrypt.o N 00000406
encrypt.o N 00000409
encrypt.o N 0000040c
encrypt.o N 0000040f
encrypt.o N 00000414
encrypt.o N 00000418
encrypt.o N 0000041e
encrypt.o N 00000421
encrypt.o N 00000424
encrypt.o N 00000427
encrypt.o N 0000042a
encrypt.o N 0000042d
encrypt.o N 00000430
encrypt.o N 00000436
encrypt.o N 0000043c
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 (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:sodium-softaesclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))

Namespace violations


encrypt.o N 00000000
encrypt.o N 00000037
encrypt.o N 00000041
encrypt.o N 00000110
encrypt.o N 00000114
encrypt.o N 00000121
encrypt.o N 0000012c
encrypt.o N 00000135
encrypt.o N 0000016d
encrypt.o N 00000181
encrypt.o N 00000185
encrypt.o N 00000193
encrypt.o N 0000019d
encrypt.o N 000001a5
encrypt.o N 000001a9
encrypt.o N 000001b0
encrypt.o N 000001c7
encrypt.o N 000001d2
encrypt.o N 000001db
encrypt.o N 000001e4
encrypt.o N 000001e7
encrypt.o N 000001ea
encrypt.o N 000001ed
encrypt.o N 000001f0
encrypt.o N 000001fd
encrypt.o N 00000201
encrypt.o N 00000205
encrypt.o N 00000209
encrypt.o N 0000020d
encrypt.o N 0000020f
encrypt.o N 00000211
encrypt.o N 00000214
encrypt.o N 00000216
encrypt.o N 0000021a
encrypt.o N 0000022b
encrypt.o N 0000022f
encrypt.o N 00000231
encrypt.o N 00000235
encrypt.o N 0000023c
encrypt.o N 0000023e
encrypt.o N 00000243
encrypt.o N 00000246
encrypt.o N 0000024c
encrypt.o N 00000251
encrypt.o N 00000253
encrypt.o N 00000259
encrypt.o N 00000265
encrypt.o N 00000269
encrypt.o N 0000026d
encrypt.o N 00000277
encrypt.o N 00000279
encrypt.o N 0000028c
encrypt.o N 0000028f
encrypt.o N 0000029f
encrypt.o N 000002a3
encrypt.o N 000002b0
encrypt.o N 000002b4
encrypt.o N 000002c6
encrypt.o N 000002c8
encrypt.o N 000002ca
encrypt.o N 000002dc
encrypt.o N 000002e7
encrypt.o N 000002fb
encrypt.o N 0000030c
encrypt.o N 00000311
encrypt.o N 0000031e
encrypt.o N 00000322
encrypt.o N 0000032f
encrypt.o N 00000340
encrypt.o N 00000344
encrypt.o N 00000348
encrypt.o N 0000035e
encrypt.o N 00000396
encrypt.o N 000003ce
encrypt.o N 000003dc
encrypt.o N 000003e9
encrypt.o N 000003f9
encrypt.o N 000003ff
encrypt.o N 00000402
encrypt.o N 00000405
encrypt.o N 00000408
encrypt.o N 0000040b
encrypt.o N 0000040e
encrypt.o N 00000413
encrypt.o N 00000417
encrypt.o N 0000041d
encrypt.o N 00000420
encrypt.o N 00000423
encrypt.o N 00000426
encrypt.o N 00000429
encrypt.o N 0000042c
encrypt.o N 0000042f
encrypt.o N 00000435
encrypt.o N 0000043b
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 (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))

Namespace violations


encrypt.o N 00000000
encrypt.o N 00000037
encrypt.o N 00000041
encrypt.o N 00000111
encrypt.o N 00000115
encrypt.o N 00000122
encrypt.o N 0000012d
encrypt.o N 00000136
encrypt.o N 0000016e
encrypt.o N 00000182
encrypt.o N 00000186
encrypt.o N 00000194
encrypt.o N 0000019e
encrypt.o N 000001a6
encrypt.o N 000001aa
encrypt.o N 000001b1
encrypt.o N 000001c8
encrypt.o N 000001d3
encrypt.o N 000001dc
encrypt.o N 000001e5
encrypt.o N 000001e8
encrypt.o N 000001eb
encrypt.o N 000001ee
encrypt.o N 000001f1
encrypt.o N 000001fe
encrypt.o N 00000202
encrypt.o N 00000206
encrypt.o N 0000020a
encrypt.o N 0000020e
encrypt.o N 00000210
encrypt.o N 00000213
encrypt.o N 00000215
encrypt.o N 00000217
encrypt.o N 0000021b
encrypt.o N 0000022c
encrypt.o N 00000230
encrypt.o N 00000232
encrypt.o N 00000236
encrypt.o N 0000023d
encrypt.o N 0000023f
encrypt.o N 00000244
encrypt.o N 00000247
encrypt.o N 0000024d
encrypt.o N 00000252
encrypt.o N 00000254
encrypt.o N 0000025a
encrypt.o N 00000266
encrypt.o N 0000026a
encrypt.o N 0000026e
encrypt.o N 00000278
encrypt.o N 0000027a
encrypt.o N 0000028d
encrypt.o N 00000290
encrypt.o N 000002a0
encrypt.o N 000002a4
encrypt.o N 000002b5
encrypt.o N 000002ba
encrypt.o N 000002c7
encrypt.o N 000002cb
encrypt.o N 000002dd
encrypt.o N 000002df
encrypt.o N 000002e1
encrypt.o N 000002f3
encrypt.o N 000002fe
encrypt.o N 00000312
encrypt.o N 00000328
encrypt.o N 00000360
encrypt.o N 00000398
encrypt.o N 000003a6
encrypt.o N 000003b3
encrypt.o N 000003c0
encrypt.o N 000003d0
encrypt.o N 000003dd
encrypt.o N 000003ee
encrypt.o N 000003f4
encrypt.o N 000003f7
encrypt.o N 000003fa
encrypt.o N 000003fd
encrypt.o N 00000400
encrypt.o N 00000403
encrypt.o N 00000408
encrypt.o N 0000040c
encrypt.o N 00000412
encrypt.o N 00000415
encrypt.o N 00000418
encrypt.o N 0000041b
encrypt.o N 0000041e
encrypt.o N 00000421
encrypt.o N 00000424
encrypt.o N 0000042a
encrypt.o N 00000430
encrypt.o N 00000434
encrypt.o N 00000436
encrypt.o N 0000043a
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 (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))

Namespace violations


encrypt.o N 00000000
encrypt.o N 00000037
encrypt.o N 00000041
encrypt.o N 00000110
encrypt.o N 00000114
encrypt.o N 00000121
encrypt.o N 0000012c
encrypt.o N 00000135
encrypt.o N 0000016d
encrypt.o N 00000181
encrypt.o N 00000185
encrypt.o N 00000193
encrypt.o N 0000019d
encrypt.o N 000001a5
encrypt.o N 000001a9
encrypt.o N 000001b0
encrypt.o N 000001c7
encrypt.o N 000001d2
encrypt.o N 000001db
encrypt.o N 000001e4
encrypt.o N 000001e7
encrypt.o N 000001ea
encrypt.o N 000001ed
encrypt.o N 000001f0
encrypt.o N 000001fd
encrypt.o N 00000201
encrypt.o N 00000205
encrypt.o N 00000209
encrypt.o N 0000020d
encrypt.o N 0000020f
encrypt.o N 00000211
encrypt.o N 00000214
encrypt.o N 00000216
encrypt.o N 0000021a
encrypt.o N 0000022b
encrypt.o N 0000022f
encrypt.o N 00000231
encrypt.o N 00000235
encrypt.o N 0000023c
encrypt.o N 0000023e
encrypt.o N 00000243
encrypt.o N 00000246
encrypt.o N 0000024c
encrypt.o N 00000251
encrypt.o N 00000253
encrypt.o N 00000259
encrypt.o N 00000265
encrypt.o N 00000269
encrypt.o N 0000026d
encrypt.o N 00000277
encrypt.o N 00000279
encrypt.o N 0000028c
encrypt.o N 0000028f
encrypt.o N 0000029f
encrypt.o N 000002a3
encrypt.o N 000002b0
encrypt.o N 000002b4
encrypt.o N 000002c6
encrypt.o N 000002c8
encrypt.o N 000002ca
encrypt.o N 000002d5
encrypt.o N 000002e9
encrypt.o N 000002fb
encrypt.o N 0000030c
encrypt.o N 00000311
encrypt.o N 0000031e
encrypt.o N 00000322
encrypt.o N 0000032f
encrypt.o N 00000340
encrypt.o N 00000344
encrypt.o N 00000348
encrypt.o N 0000035e
encrypt.o N 00000396
encrypt.o N 000003ce
encrypt.o N 000003dc
encrypt.o N 000003e9
encrypt.o N 000003f9
encrypt.o N 000003ff
encrypt.o N 00000402
encrypt.o N 00000405
encrypt.o N 00000408
encrypt.o N 0000040b
encrypt.o N 0000040e
encrypt.o N 00000413
encrypt.o N 00000417
encrypt.o N 0000041d
encrypt.o N 00000420
encrypt.o N 00000423
encrypt.o N 00000426
encrypt.o N 00000429
encrypt.o N 0000042c
encrypt.o N 0000042f
encrypt.o N 00000435
encrypt.o N 0000043b
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 (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))

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 (8.3.0)
T:sodium-softaesgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:sodium-softaesgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:sodium-softaesgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)