Test results for aarch64, pi3aplus, crypto_stream/trivium

[Page version: 20240908 09:13:06]

Measurements for aarch64, pi3aplus, crypto_stream Test results for aarch64, pi3aplus, crypto_stream Test results for crypto_stream/trivium
Computer: pi3aplus
Microarchitecture: aarch64; Cortex-A53 (410fd034)
Architecture: aarch64
CPU ID: 410fd034
SUPERCOP version: 20240808
Operation: crypto_stream
Primitive: trivium

Compiler output


trivium.c: In file included from trivium.c:1:
trivium.c: ./e/trivium.c:212:18: warning: implicit declaration of function 'U64TO64_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
trivium.c:   ctx->init[0] = U64TO64_CONVERT(ctx->init[0]);
trivium.c:                  ^
trivium.c: ./e/trivium.c:43:25: note: expanded from macro 'U64TO64_CONVERT'
trivium.c: #define U64TO64_CONVERT U64TO64_LITTLE
trivium.c:                         ^
trivium.c: ./e/trivium.c:244:19: warning: implicit declaration of function 'U64TO64_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
trivium.c:   ctx->state[2] = U64TO64_CONVERT(ctx->state[2]);
trivium.c:                   ^
trivium.c: ./e/trivium.c:43:25: note: expanded from macro 'U64TO64_CONVERT'
trivium.c: #define U64TO64_CONVERT U64TO64_LITTLE
trivium.c:                         ^
trivium.c: ./e/trivium.c:284:7: warning: implicit declaration of function 'U64TO64_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
trivium.c:       M64TO64_CONVERT(z[0]); ((m64*)output)[0] = XOR(((m64*)input)[0], z[0]);
trivium.c:       ^
trivium.c: ./e/trivium.c:44:25: note: expanded from macro 'M64TO64_CONVERT'
trivium.c: #define M64TO64_CONVERT M64TO64_LITTLE
trivium.c:                         ^
trivium.c: ./e/trivium.c:94:32: note: expanded from macro 'M64TO64_LITTLE'
trivium.c: #define M64TO64_LITTLE(m) (m = U64TO64_LITTLE(m))
trivium.c:                                ^
trivium.c: ./e/trivium.c:297:4: warning: implicit declaration of function 'U64TO64_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
trivium.c:           M64TO64_CONVERT(z);
trivium.c:           ^
trivium.c: ...
try.c: /usr/bin/ld: libcrypto_stream_trivium.a(trivium.o): in function `crypto_stream_trivium_e_submissions_trivium_timingleaks_ECRYPT_keysetup':
try.c: .../supercop-data/pi3aplus/aarch64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/trivium/e/submissions/trivium/work/./e/trivium.c:212: undefined reference to `U64TO64_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi3aplus/aarch64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/trivium/e/submissions/trivium/work/./e/trivium.c:213: undefined reference to `U64TO64_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_trivium.a(trivium.o): in function `crypto_stream_trivium_e_submissions_trivium_timingleaks_ECRYPT_ivsetup':
try.c: .../supercop-data/pi3aplus/aarch64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/trivium/e/submissions/trivium/work/./e/trivium.c:244: undefined reference to `U64TO64_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi3aplus/aarch64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/trivium/e/submissions/trivium/work/./e/trivium.c:245: undefined reference to `U64TO64_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_trivium.a(trivium.o): in function `crypto_stream_trivium_e_submissions_trivium_timingleaks_ECRYPT_process_bytes':
try.c: .../supercop-data/pi3aplus/aarch64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/trivium/e/submissions/trivium/work/./e/trivium.c:284: undefined reference to `U64TO64_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_trivium.a(trivium.o):.../supercop-data/pi3aplus/aarch64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/trivium/e/submissions/trivium/work/./e/trivium.c:285: more undefined references to `U64TO64_LITTLE' follow
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:e/submissions/triviumclang -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


trivium.c: In file included from trivium.c:1:
trivium.c: e/trivium.c: In function 'crypto_stream_trivium_e_submissions_trivium_timingleaks_ECRYPT_keysetup':
trivium.c: e/trivium.c:43:25: warning: implicit declaration of function 'U64TO64_LITTLE'; did you mean 'M64TO64_LITTLE'? [-Wimplicit-function-declaration]
trivium.c:  #define U64TO64_CONVERT U64TO64_LITTLE
trivium.c:                          ^~~~~~~~~~~~~~
trivium.c: e/trivium.c:212:18: note: in expansion of macro 'U64TO64_CONVERT'
trivium.c:    ctx->init[0] = U64TO64_CONVERT(ctx->init[0]);
trivium.c:                   ^~~~~~~~~~~~~~~
try.c: /usr/bin/ld: libcrypto_stream_trivium.a(trivium.o): in function `crypto_stream_trivium_e_submissions_trivium_timingleaks_ECRYPT_keysetup':
try.c: .../supercop-data/pi3aplus/aarch64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/trivium/e/submissions/trivium/work/e/trivium.c:212: undefined reference to `U64TO64_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi3aplus/aarch64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/trivium/e/submissions/trivium/work/e/trivium.c:213: undefined reference to `U64TO64_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_trivium.a(trivium.o): in function `crypto_stream_trivium_e_submissions_trivium_timingleaks_ECRYPT_ivsetup':
try.c: .../supercop-data/pi3aplus/aarch64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/trivium/e/submissions/trivium/work/e/trivium.c:244: undefined reference to `U64TO64_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi3aplus/aarch64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/trivium/e/submissions/trivium/work/e/trivium.c:245: undefined reference to `U64TO64_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_trivium.a(trivium.o): in function `crypto_stream_trivium_e_submissions_trivium_timingleaks_ECRYPT_process_bytes':
try.c: .../supercop-data/pi3aplus/aarch64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/trivium/e/submissions/trivium/work/e/trivium.c:284: undefined reference to `U64TO64_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_trivium.a(trivium.o):.../supercop-data/pi3aplus/aarch64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/trivium/e/submissions/trivium/work/e/trivium.c:285: more undefined references to `U64TO64_LITTLE' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:e/submissions/triviumgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)

Compiler output


trivium.c: In file included from trivium.c:1:
trivium.c: e/trivium.c: In function 'crypto_stream_trivium_e_submissions_trivium_timingleaks_ECRYPT_keysetup':
trivium.c: e/trivium.c:43:25: warning: implicit declaration of function 'U64TO64_LITTLE'; did you mean 'M64TO64_LITTLE'? [-Wimplicit-function-declaration]
trivium.c:  #define U64TO64_CONVERT U64TO64_LITTLE
trivium.c:                          ^~~~~~~~~~~~~~
trivium.c: e/trivium.c:212:18: note: in expansion of macro 'U64TO64_CONVERT'
trivium.c:    ctx->init[0] = U64TO64_CONVERT(ctx->init[0]);
trivium.c:                   ^~~~~~~~~~~~~~~
try.c: /usr/bin/ld: libcrypto_stream_trivium.a(trivium.o): in function `crypto_stream_trivium_e_submissions_trivium_timingleaks_ECRYPT_keysetup':
try.c: .../supercop-data/pi3aplus/aarch64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/trivium/e/submissions/trivium/work/e/trivium.c:212: undefined reference to `U64TO64_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi3aplus/aarch64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/trivium/e/submissions/trivium/work/e/trivium.c:213: undefined reference to `U64TO64_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_trivium.a(trivium.o): in function `crypto_stream_trivium_e_submissions_trivium_timingleaks_ECRYPT_ivsetup':
try.c: .../supercop-data/pi3aplus/aarch64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/trivium/e/submissions/trivium/work/e/trivium.c:244: undefined reference to `U64TO64_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi3aplus/aarch64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/trivium/e/submissions/trivium/work/e/trivium.c:245: undefined reference to `U64TO64_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_trivium.a(trivium.o): in function `crypto_stream_trivium_e_submissions_trivium_timingleaks_ECRYPT_process_bytes':
try.c: .../supercop-data/pi3aplus/aarch64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/trivium/e/submissions/trivium/work/e/trivium.c:284: undefined reference to `U64TO64_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_trivium.a(trivium.o):.../supercop-data/pi3aplus/aarch64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/trivium/e/submissions/trivium/work/e/trivium.c:285: more undefined references to `U64TO64_LITTLE' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:e/submissions/triviumgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)

Compiler output


trivium.c: In file included from trivium.c:1:
trivium.c: e/trivium.c: In function 'crypto_stream_trivium_e_submissions_trivium_timingleaks_ECRYPT_keysetup':
trivium.c: e/trivium.c:43:25: warning: implicit declaration of function 'U64TO64_LITTLE'; did you mean 'M64TO64_LITTLE'? [-Wimplicit-function-declaration]
trivium.c:  #define U64TO64_CONVERT U64TO64_LITTLE
trivium.c:                          ^~~~~~~~~~~~~~
trivium.c: e/trivium.c:212:18: note: in expansion of macro 'U64TO64_CONVERT'
trivium.c:    ctx->init[0] = U64TO64_CONVERT(ctx->init[0]);
trivium.c:                   ^~~~~~~~~~~~~~~
try.c: /usr/bin/ld: libcrypto_stream_trivium.a(trivium.o): in function `crypto_stream_trivium_e_submissions_trivium_timingleaks_ECRYPT_keysetup':
try.c: .../supercop-data/pi3aplus/aarch64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/trivium/e/submissions/trivium/work/e/trivium.c:212: undefined reference to `U64TO64_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi3aplus/aarch64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/trivium/e/submissions/trivium/work/e/trivium.c:213: undefined reference to `U64TO64_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_trivium.a(trivium.o): in function `crypto_stream_trivium_e_submissions_trivium_timingleaks_ECRYPT_ivsetup':
try.c: .../supercop-data/pi3aplus/aarch64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/trivium/e/submissions/trivium/work/e/trivium.c:244: undefined reference to `U64TO64_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi3aplus/aarch64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/trivium/e/submissions/trivium/work/e/trivium.c:245: undefined reference to `U64TO64_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_trivium.a(trivium.o): in function `crypto_stream_trivium_e_submissions_trivium_timingleaks_ECRYPT_process_bytes':
try.c: .../supercop-data/pi3aplus/aarch64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/trivium/e/submissions/trivium/work/e/trivium.c:284: undefined reference to `U64TO64_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_trivium.a(trivium.o):.../supercop-data/pi3aplus/aarch64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/trivium/e/submissions/trivium/work/e/trivium.c:285: more undefined references to `U64TO64_LITTLE' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:e/submissions/triviumgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)

Compiler output


trivium.c: In file included from trivium.c:1:
trivium.c: e/trivium.c: In function 'crypto_stream_trivium_e_submissions_trivium_timingleaks_ECRYPT_keysetup':
trivium.c: e/trivium.c:43:25: warning: implicit declaration of function 'U64TO64_LITTLE'; did you mean 'M64TO64_LITTLE'? [-Wimplicit-function-declaration]
trivium.c:  #define U64TO64_CONVERT U64TO64_LITTLE
trivium.c:                          ^~~~~~~~~~~~~~
trivium.c: e/trivium.c:212:18: note: in expansion of macro 'U64TO64_CONVERT'
trivium.c:    ctx->init[0] = U64TO64_CONVERT(ctx->init[0]);
trivium.c:                   ^~~~~~~~~~~~~~~
try.c: /usr/bin/ld: libcrypto_stream_trivium.a(trivium.o): in function `crypto_stream_trivium_e_submissions_trivium_timingleaks_ECRYPT_keysetup':
try.c: .../supercop-data/pi3aplus/aarch64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/trivium/e/submissions/trivium/work/e/trivium.c:212: undefined reference to `U64TO64_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi3aplus/aarch64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/trivium/e/submissions/trivium/work/e/trivium.c:213: undefined reference to `U64TO64_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_trivium.a(trivium.o): in function `crypto_stream_trivium_e_submissions_trivium_timingleaks_ECRYPT_ivsetup':
try.c: .../supercop-data/pi3aplus/aarch64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/trivium/e/submissions/trivium/work/e/trivium.c:244: undefined reference to `U64TO64_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi3aplus/aarch64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/trivium/e/submissions/trivium/work/e/trivium.c:245: undefined reference to `U64TO64_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_trivium.a(trivium.o): in function `crypto_stream_trivium_e_submissions_trivium_timingleaks_ECRYPT_process_bytes':
try.c: .../supercop-data/pi3aplus/aarch64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/trivium/e/submissions/trivium/work/e/trivium.c:284: undefined reference to `U64TO64_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_trivium.a(trivium.o):.../supercop-data/pi3aplus/aarch64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/trivium/e/submissions/trivium/work/e/trivium.c:285: more undefined references to `U64TO64_LITTLE' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:e/submissions/triviumgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)