Implementation notes: armeabi, tinker, crypto_encrypt/mceliece

Computer: tinker
Microarchitecture: armeabi; Cortex-A17 (410fc0d1)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240107
Operation: crypto_encrypt
Primitive: mceliece

Compiler output

Implementation: T:ref
Security model: timingleaks
Compiler: clang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
misc.c: misc.c:6:44: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
misc.c: __inline int u8rnd() { char c; randombytes(&c,1); return 255 & (int) c; }
misc.c: ^~
misc.c: /home/supercop/supercop-20240107/supercop-data/tinker/armeabi/include/randombytes.h:8:40: note: passing argument to parameter here
misc.c: extern void randombytes(unsigned char *,unsigned long long);
misc.c: ^
misc.c: 1 warning generated.
try.c: /usr/bin/arm-linux-gnueabihf-ld: libcrypto_encrypt_mceliece.a(poly.o):(.bss+0x1000): multiple definition of `gf_log'; libcrypto_encrypt_mceliece.a(keypair.o):(.bss+0x1000): first defined here
try.c: /usr/bin/arm-linux-gnueabihf-ld: libcrypto_encrypt_mceliece.a(poly.o):(.bss+0x0): multiple definition of `gf_exp'; libcrypto_encrypt_mceliece.a(keypair.o):(.bss+0x0): first defined here
try.c: /usr/bin/arm-linux-gnueabihf-ld: libcrypto_encrypt_mceliece.a(decrypt.o):(.bss+0x1080): multiple definition of `gf_log'; libcrypto_encrypt_mceliece.a(keypair.o):(.bss+0x1000): first defined here
try.c: /usr/bin/arm-linux-gnueabihf-ld: libcrypto_encrypt_mceliece.a(decrypt.o):(.bss+0x80): multiple definition of `gf_exp'; libcrypto_encrypt_mceliece.a(keypair.o):(.bss+0x0): first defined here
try.c: /usr/bin/arm-linux-gnueabihf-ld: libcrypto_encrypt_mceliece.a(gf.o):(.bss+0x0): multiple definition of `gf_exp'; libcrypto_encrypt_mceliece.a(keypair.o):(.bss+0x0): first defined here
try.c: /usr/bin/arm-linux-gnueabihf-ld: libcrypto_encrypt_mceliece.a(gf.o):(.bss+0x1000): multiple definition of `gf_log'; libcrypto_encrypt_mceliece.a(keypair.o):(.bss+0x1000): first defined here
try.c: /usr/bin/arm-linux-gnueabihf-ld: warning: crypto_stream_chacha20_moon_neon_32_constbranchindex-chacha.o: missing .note.GNU-stack section implies executable stack
try.c: /usr/bin/arm-linux-gnueabihf-ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
try.c: /usr/bin/arm-linux-gnueabihf-ld: libcrypto_encrypt_mceliece.a(keypair.o): in function `gop_supr':
try.c: keypair.c:(.text+0x...): undefined reference to `u8rnd'
try.c: /usr/bin/arm-linux-gnueabihf-ld: keypair.c:(.text+0x...): undefined reference to `u8rnd'
try.c: /usr/bin/arm-linux-gnueabihf-ld: keypair.c:(.text+0x...): undefined reference to `u8rnd'
try.c: /usr/bin/arm-linux-gnueabihf-ld: keypair.c:(.text+0x...): undefined reference to `u8rnd'
try.c: /usr/bin/arm-linux-gnueabihf-ld: libcrypto_encrypt_mceliece.a(keypair.o): in function `crypto_encrypt_mceliece_ref_timingleaks_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `u8rnd'
try.c: /usr/bin/arm-linux-gnueabihf-ld: libcrypto_encrypt_mceliece.a(keypair.o):keypair.c:(.text+0x...): more undefined references to `u8rnd' follow
try.c: clang: error: linker command failed with exit code 1 (use -v to see invocation)

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
clang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:ref

Compiler output

Implementation: T:ref
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
try.c: /usr/bin/ld: libcrypto_encrypt_mceliece.a(poly.o):(.bss+0x1000): multiple definition of `gf_log'; libcrypto_encrypt_mceliece.a(keypair.o):(.bss+0x1000): first defined here
try.c: /usr/bin/ld: libcrypto_encrypt_mceliece.a(poly.o):(.bss+0x0): multiple definition of `gf_exp'; libcrypto_encrypt_mceliece.a(keypair.o):(.bss+0x0): first defined here
try.c: /usr/bin/ld: libcrypto_encrypt_mceliece.a(decrypt.o):(.bss+0x1090): multiple definition of `gf_log'; libcrypto_encrypt_mceliece.a(keypair.o):(.bss+0x1000): first defined here
try.c: /usr/bin/ld: libcrypto_encrypt_mceliece.a(decrypt.o):(.bss+0x90): multiple definition of `gf_exp'; libcrypto_encrypt_mceliece.a(keypair.o):(.bss+0x0): first defined here
try.c: /usr/bin/ld: libcrypto_encrypt_mceliece.a(gf.o):(.bss+0x8): multiple definition of `gf_exp'; libcrypto_encrypt_mceliece.a(keypair.o):(.bss+0x0): first defined here
try.c: /usr/bin/ld: libcrypto_encrypt_mceliece.a(gf.o):(.bss+0x1008): multiple definition of `gf_log'; libcrypto_encrypt_mceliece.a(keypair.o):(.bss+0x1000): first defined here
try.c: /usr/bin/ld: warning: crypto_stream_chacha20_moon_neon_32_constbranchindex-chacha.o: missing .note.GNU-stack section implies executable stack
try.c: /usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
try.c: /usr/bin/ld: libcrypto_encrypt_mceliece.a(keypair.o): in function `gop_supr':
try.c: keypair.c:(.text+0x...): undefined reference to `u8rnd'
try.c: /usr/bin/ld: keypair.c:(.text+0x...): undefined reference to `u8rnd'
try.c: /usr/bin/ld: keypair.c:(.text+0x...): undefined reference to `u8rnd'
try.c: /usr/bin/ld: keypair.c:(.text+0x...): undefined reference to `u8rnd'
try.c: /usr/bin/ld: libcrypto_encrypt_mceliece.a(keypair.o): in function `crypto_encrypt_mceliece_ref_timingleaks_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `u8rnd'
try.c: /usr/bin/ld: libcrypto_encrypt_mceliece.a(keypair.o):keypair.c:(.text+0x...): more undefined references to `u8rnd' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 2, namely:
CompilerImplementations
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:ref
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:ref

Compiler output

Implementation: T:ref
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE
try.c: /usr/bin/ld: libcrypto_encrypt_mceliece.a(poly.o):(.bss+0x1000): multiple definition of `gf_log'; libcrypto_encrypt_mceliece.a(keypair.o):(.bss+0x1000): first defined here
try.c: /usr/bin/ld: libcrypto_encrypt_mceliece.a(poly.o):(.bss+0x0): multiple definition of `gf_exp'; libcrypto_encrypt_mceliece.a(keypair.o):(.bss+0x0): first defined here
try.c: /usr/bin/ld: libcrypto_encrypt_mceliece.a(decrypt.o):(.bss+0x108c): multiple definition of `gf_log'; libcrypto_encrypt_mceliece.a(keypair.o):(.bss+0x1000): first defined here
try.c: /usr/bin/ld: libcrypto_encrypt_mceliece.a(decrypt.o):(.bss+0x8c): multiple definition of `gf_exp'; libcrypto_encrypt_mceliece.a(keypair.o):(.bss+0x0): first defined here
try.c: /usr/bin/ld: libcrypto_encrypt_mceliece.a(gf.o):(.bss+0x4): multiple definition of `gf_exp'; libcrypto_encrypt_mceliece.a(keypair.o):(.bss+0x0): first defined here
try.c: /usr/bin/ld: libcrypto_encrypt_mceliece.a(gf.o):(.bss+0x1004): multiple definition of `gf_log'; libcrypto_encrypt_mceliece.a(keypair.o):(.bss+0x1000): first defined here
try.c: /usr/bin/ld: warning: crypto_stream_chacha20_moon_neon_32_constbranchindex-chacha.o: missing .note.GNU-stack section implies executable stack
try.c: /usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
try.c: /usr/bin/ld: libcrypto_encrypt_mceliece.a(keypair.o): in function `gop_supr':
try.c: keypair.c:(.text+0x...): undefined reference to `u8rnd'
try.c: /usr/bin/ld: keypair.c:(.text+0x...): undefined reference to `u8rnd'
try.c: /usr/bin/ld: keypair.c:(.text+0x...): undefined reference to `u8rnd'
try.c: /usr/bin/ld: keypair.c:(.text+0x...): undefined reference to `u8rnd'
try.c: /usr/bin/ld: libcrypto_encrypt_mceliece.a(keypair.o): in function `crypto_encrypt_mceliece_ref_timingleaks_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `u8rnd'
try.c: collect2: error: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE T:ref

Compiler output

Implementation: T:ref
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE
try.c: /usr/bin/ld: libcrypto_encrypt_mceliece.a(poly.o):(.bss+0x1000): multiple definition of `gf_log'; libcrypto_encrypt_mceliece.a(keypair.o):(.bss+0x1000): first defined here
try.c: /usr/bin/ld: libcrypto_encrypt_mceliece.a(poly.o):(.bss+0x0): multiple definition of `gf_exp'; libcrypto_encrypt_mceliece.a(keypair.o):(.bss+0x0): first defined here
try.c: /usr/bin/ld: libcrypto_encrypt_mceliece.a(decrypt.o):(.bss+0x108c): multiple definition of `gf_log'; libcrypto_encrypt_mceliece.a(keypair.o):(.bss+0x1000): first defined here
try.c: /usr/bin/ld: libcrypto_encrypt_mceliece.a(decrypt.o):(.bss+0x8c): multiple definition of `gf_exp'; libcrypto_encrypt_mceliece.a(keypair.o):(.bss+0x0): first defined here
try.c: /usr/bin/ld: libcrypto_encrypt_mceliece.a(gf.o):(.bss+0x4): multiple definition of `gf_exp'; libcrypto_encrypt_mceliece.a(keypair.o):(.bss+0x0): first defined here
try.c: /usr/bin/ld: libcrypto_encrypt_mceliece.a(gf.o):(.bss+0x1004): multiple definition of `gf_log'; libcrypto_encrypt_mceliece.a(keypair.o):(.bss+0x1000): first defined here
try.c: /usr/bin/ld: warning: crypto_stream_chacha20_moon_neon_32_constbranchindex-chacha.o: missing .note.GNU-stack section implies executable stack
try.c: /usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
try.c: /usr/bin/ld: libcrypto_encrypt_mceliece.a(keypair.o): in function `gop_supr':
try.c: keypair.c:(.text+0x...): undefined reference to `u8rnd'
try.c: /usr/bin/ld: keypair.c:(.text+0x...): undefined reference to `u8rnd'
try.c: /usr/bin/ld: keypair.c:(.text+0x...): undefined reference to `u8rnd'
try.c: /usr/bin/ld: keypair.c:(.text+0x...): undefined reference to `u8rnd'
try.c: /usr/bin/ld: libcrypto_encrypt_mceliece.a(keypair.o): in function `crypto_encrypt_mceliece_ref_timingleaks_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `u8rnd'
try.c: /usr/bin/ld: libcrypto_encrypt_mceliece.a(misc.o):misc.c:(.text+0x...): more undefined references to `u8rnd' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE T:ref