Implementation notes: aarch64, pi4b, crypto_stream/hc128

Computer: pi4b
Microarchitecture: aarch64; Cortex-A72 (410fd083)
Architecture: aarch64
CPU ID: 410fd083
SUPERCOP version: 20240808
Operation: crypto_stream
Primitive: hc128

Compiler output


hc-128.c: In file included from hc-128.c:1:
hc-128.c: ./e/hc-128.c:207:54: warning: implicit declaration of function 'U32TO32_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
hc-128.c:   for (i = 0; i < (keysize >> 5); i++) ctx->key[i] = U32TO32_LITTLE (((u32*)key)[i]);
hc-128.c:                                                      ^
hc-128.c: ./e/hc-128.c:221:57: warning: implicit declaration of function 'U32TO32_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
hc-128.c:         for (i = 0; i < (ctx->ivsize >> 5); i++)  ctx->iv[i] = U32TO32_LITTLE(((u32*)iv)[i]);
hc-128.c:                                                                ^
hc-128.c: ./e/hc-128.c:269:45: warning: implicit declaration of function 'U32TO32_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
hc-128.c:           ((u32*)output)[0]  = ((u32*)input)[0]  ^ U32TO32_LITTLE(keystream[0]);
hc-128.c:                                                    ^
hc-128.c: 3 warnings generated.
try.c: /usr/bin/ld: libcrypto_stream_hc128.a(hc-128.o): in function `crypto_stream_hc128_e_hc_128_200606_timingleaks_ECRYPT_keysetup':
try.c: .../supercop-data/pi4b/aarch64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200606/work/./e/hc-128.c:207: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_hc128.a(hc-128.o): in function `crypto_stream_hc128_e_hc_128_200606_timingleaks_ECRYPT_ivsetup':
try.c: .../supercop-data/pi4b/aarch64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200606/work/./e/hc-128.c:221: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_hc128.a(hc-128.o): in function `crypto_stream_hc128_e_hc_128_200606_timingleaks_ECRYPT_process_bytes':
try.c: .../supercop-data/pi4b/aarch64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200606/work/./e/hc-128.c:269: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200606/work/./e/hc-128.c:270: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200606/work/./e/hc-128.c:271: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_hc128.a(hc-128.o):.../supercop-data/pi4b/aarch64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200606/work/./e/hc-128.c:272: more undefined references to `U32TO32_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/hc-128/200606clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0)

Compiler output


hc-128.c: In file included from hc-128.c:1:
hc-128.c: e/hc-128.c: In function 'crypto_stream_hc128_e_hc_128_200606_timingleaks_ECRYPT_keysetup':
hc-128.c: e/hc-128.c:207:54: warning: implicit declaration of function 'U32TO32_LITTLE'; did you mean 'U8TO32_LITTLE'? [-Wimplicit-function-declaration]
hc-128.c:   207 |   for (i = 0; i < (keysize >> 5); i++) ctx->key[i] = U32TO32_LITTLE (((u32*)key)[i]);
hc-128.c:       |                                                      ^~~~~~~~~~~~~~
hc-128.c:       |                                                      U8TO32_LITTLE
try.c: /usr/bin/ld: libcrypto_stream_hc128.a(hc-128.o): in function `crypto_stream_hc128_e_hc_128_200606_timingleaks_ECRYPT_keysetup':
try.c: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200606/work/e/hc-128.c:207: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_hc128.a(hc-128.o): in function `crypto_stream_hc128_e_hc_128_200606_timingleaks_ECRYPT_ivsetup':
try.c: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200606/work/e/hc-128.c:221: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_hc128.a(hc-128.o): in function `crypto_stream_hc128_e_hc_128_200606_timingleaks_ECRYPT_process_bytes':
try.c: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200606/work/e/hc-128.c:269: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200606/work/e/hc-128.c:270: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200606/work/e/hc-128.c:271: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_hc128.a(hc-128.o):.../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200606/work/e/hc-128.c:272: more undefined references to `U32TO32_LITTLE' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:e/hc-128/200606gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)

Compiler output


hc-128.c: In file included from hc-128.c:1:
hc-128.c: e/hc-128.c: In function 'crypto_stream_hc128_e_hc_128_200606_timingleaks_ECRYPT_keysetup':
hc-128.c: e/hc-128.c:207:54: warning: implicit declaration of function 'U32TO32_LITTLE'; did you mean 'U8TO32_LITTLE'? [-Wimplicit-function-declaration]
hc-128.c:   207 |   for (i = 0; i < (keysize >> 5); i++) ctx->key[i] = U32TO32_LITTLE (((u32*)key)[i]);
hc-128.c:       |                                                      ^~~~~~~~~~~~~~
hc-128.c:       |                                                      U8TO32_LITTLE
try.c: /usr/bin/ld: libcrypto_stream_hc128.a(hc-128.o): in function `crypto_stream_hc128_e_hc_128_200606_timingleaks_ECRYPT_keysetup':
try.c: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200606/work/e/hc-128.c:207: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_hc128.a(hc-128.o): in function `crypto_stream_hc128_e_hc_128_200606_timingleaks_ECRYPT_ivsetup':
try.c: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200606/work/e/hc-128.c:221: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_hc128.a(hc-128.o): in function `crypto_stream_hc128_e_hc_128_200606_timingleaks_ECRYPT_process_bytes':
try.c: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200606/work/e/hc-128.c:269: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200606/work/e/hc-128.c:270: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200606/work/e/hc-128.c:271: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_hc128.a(hc-128.o):.../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200606/work/e/hc-128.c:272: more undefined references to `U32TO32_LITTLE' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:e/hc-128/200606gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)

Compiler output


hc-128.c: In file included from hc-128.c:1:
hc-128.c: e/hc-128.c: In function 'crypto_stream_hc128_e_hc_128_200606_timingleaks_ECRYPT_keysetup':
hc-128.c: e/hc-128.c:207:54: warning: implicit declaration of function 'U32TO32_LITTLE'; did you mean 'U8TO32_LITTLE'? [-Wimplicit-function-declaration]
hc-128.c:   207 |   for (i = 0; i < (keysize >> 5); i++) ctx->key[i] = U32TO32_LITTLE (((u32*)key)[i]);
hc-128.c:       |                                                      ^~~~~~~~~~~~~~
hc-128.c:       |                                                      U8TO32_LITTLE
try.c: /usr/bin/ld: libcrypto_stream_hc128.a(hc-128.o): in function `crypto_stream_hc128_e_hc_128_200606_timingleaks_ECRYPT_keysetup':
try.c: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200606/work/e/hc-128.c:207: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_hc128.a(hc-128.o): in function `crypto_stream_hc128_e_hc_128_200606_timingleaks_ECRYPT_ivsetup':
try.c: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200606/work/e/hc-128.c:221: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_hc128.a(hc-128.o): in function `crypto_stream_hc128_e_hc_128_200606_timingleaks_ECRYPT_process_bytes':
try.c: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200606/work/e/hc-128.c:269: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200606/work/e/hc-128.c:270: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200606/work/e/hc-128.c:271: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_hc128.a(hc-128.o):.../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200606/work/e/hc-128.c:272: more undefined references to `U32TO32_LITTLE' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:e/hc-128/200606gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)

Compiler output


hc-128.c: In file included from hc-128.c:1:
hc-128.c: e/hc-128.c: In function 'crypto_stream_hc128_e_hc_128_200606_timingleaks_ECRYPT_keysetup':
hc-128.c: e/hc-128.c:207:54: warning: implicit declaration of function 'U32TO32_LITTLE'; did you mean 'U8TO32_LITTLE'? [-Wimplicit-function-declaration]
hc-128.c:   207 |   for (i = 0; i < (keysize >> 5); i++) ctx->key[i] = U32TO32_LITTLE (((u32*)key)[i]);
hc-128.c:       |                                                      ^~~~~~~~~~~~~~
hc-128.c:       |                                                      U8TO32_LITTLE
try.c: /usr/bin/ld: libcrypto_stream_hc128.a(hc-128.o): in function `crypto_stream_hc128_e_hc_128_200606_timingleaks_ECRYPT_keysetup':
try.c: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200606/work/e/hc-128.c:207: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_hc128.a(hc-128.o): in function `crypto_stream_hc128_e_hc_128_200606_timingleaks_ECRYPT_ivsetup':
try.c: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200606/work/e/hc-128.c:221: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_hc128.a(hc-128.o): in function `crypto_stream_hc128_e_hc_128_200606_timingleaks_ECRYPT_process_bytes':
try.c: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200606/work/e/hc-128.c:269: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200606/work/e/hc-128.c:270: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200606/work/e/hc-128.c:271: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_hc128.a(hc-128.o):.../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200606/work/e/hc-128.c:272: more undefined references to `U32TO32_LITTLE' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:e/hc-128/200606gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)

Compiler output


hc-128.c: In file included from hc-128.c:1:
hc-128.c: ./e/hc-128.c:239:54: warning: implicit declaration of function 'U32TO32_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
hc-128.c:   for (i = 0; i < (keysize >> 5); i++) ctx->key[i] = U32TO32_LITTLE (((u32*)key)[i]);
hc-128.c:                                                      ^
hc-128.c: ./e/hc-128.c:253:57: warning: implicit declaration of function 'U32TO32_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
hc-128.c:         for (i = 0; i < (ctx->ivsize >> 5); i++)  ctx->iv[i] = U32TO32_LITTLE(((u32*)iv)[i]);
hc-128.c:                                                                ^
hc-128.c: ./e/hc-128.c:301:45: warning: implicit declaration of function 'U32TO32_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
hc-128.c:           ((u32*)output)[0]  = ((u32*)input)[0]  ^ U32TO32_LITTLE(keystream[0]);
hc-128.c:                                                    ^
hc-128.c: 3 warnings generated.
try.c: /usr/bin/ld: libcrypto_stream_hc128.a(hc-128.o): in function `crypto_stream_hc128_e_hc_128_200701a_timingleaks_ECRYPT_keysetup':
try.c: .../supercop-data/pi4b/aarch64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200701a/work/./e/hc-128.c:239: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_hc128.a(hc-128.o): in function `crypto_stream_hc128_e_hc_128_200701a_timingleaks_ECRYPT_ivsetup':
try.c: .../supercop-data/pi4b/aarch64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200701a/work/./e/hc-128.c:253: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_hc128.a(hc-128.o): in function `crypto_stream_hc128_e_hc_128_200701a_timingleaks_ECRYPT_process_bytes':
try.c: .../supercop-data/pi4b/aarch64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200701a/work/./e/hc-128.c:301: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200701a/work/./e/hc-128.c:302: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200701a/work/./e/hc-128.c:303: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_hc128.a(hc-128.o):.../supercop-data/pi4b/aarch64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200701a/work/./e/hc-128.c:304: more undefined references to `U32TO32_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/hc-128/200701aclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0)

Compiler output


hc-128.c: In file included from hc-128.c:1:
hc-128.c: e/hc-128.c: In function 'crypto_stream_hc128_e_hc_128_200701a_timingleaks_ECRYPT_keysetup':
hc-128.c: e/hc-128.c:239:54: warning: implicit declaration of function 'U32TO32_LITTLE'; did you mean 'U8TO32_LITTLE'? [-Wimplicit-function-declaration]
hc-128.c:   239 |   for (i = 0; i < (keysize >> 5); i++) ctx->key[i] = U32TO32_LITTLE (((u32*)key)[i]);
hc-128.c:       |                                                      ^~~~~~~~~~~~~~
hc-128.c:       |                                                      U8TO32_LITTLE
try.c: /usr/bin/ld: libcrypto_stream_hc128.a(hc-128.o): in function `crypto_stream_hc128_e_hc_128_200701a_timingleaks_ECRYPT_keysetup':
try.c: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200701a/work/e/hc-128.c:239: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_hc128.a(hc-128.o): in function `crypto_stream_hc128_e_hc_128_200701a_timingleaks_ECRYPT_ivsetup':
try.c: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200701a/work/e/hc-128.c:253: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_hc128.a(hc-128.o): in function `crypto_stream_hc128_e_hc_128_200701a_timingleaks_ECRYPT_process_bytes':
try.c: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200701a/work/e/hc-128.c:301: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200701a/work/e/hc-128.c:302: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200701a/work/e/hc-128.c:303: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_hc128.a(hc-128.o):.../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200701a/work/e/hc-128.c:304: more undefined references to `U32TO32_LITTLE' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:e/hc-128/200701agcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)

Compiler output


hc-128.c: In file included from hc-128.c:1:
hc-128.c: e/hc-128.c: In function 'crypto_stream_hc128_e_hc_128_200701a_timingleaks_ECRYPT_keysetup':
hc-128.c: e/hc-128.c:239:54: warning: implicit declaration of function 'U32TO32_LITTLE'; did you mean 'U8TO32_LITTLE'? [-Wimplicit-function-declaration]
hc-128.c:   239 |   for (i = 0; i < (keysize >> 5); i++) ctx->key[i] = U32TO32_LITTLE (((u32*)key)[i]);
hc-128.c:       |                                                      ^~~~~~~~~~~~~~
hc-128.c:       |                                                      U8TO32_LITTLE
try.c: /usr/bin/ld: libcrypto_stream_hc128.a(hc-128.o): in function `crypto_stream_hc128_e_hc_128_200701a_timingleaks_ECRYPT_keysetup':
try.c: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200701a/work/e/hc-128.c:239: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_hc128.a(hc-128.o): in function `crypto_stream_hc128_e_hc_128_200701a_timingleaks_ECRYPT_ivsetup':
try.c: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200701a/work/e/hc-128.c:253: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_hc128.a(hc-128.o): in function `crypto_stream_hc128_e_hc_128_200701a_timingleaks_ECRYPT_process_bytes':
try.c: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200701a/work/e/hc-128.c:301: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200701a/work/e/hc-128.c:302: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200701a/work/e/hc-128.c:303: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_hc128.a(hc-128.o):.../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200701a/work/e/hc-128.c:304: more undefined references to `U32TO32_LITTLE' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:e/hc-128/200701agcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)

Compiler output


hc-128.c: In file included from hc-128.c:1:
hc-128.c: e/hc-128.c: In function 'crypto_stream_hc128_e_hc_128_200701a_timingleaks_ECRYPT_keysetup':
hc-128.c: e/hc-128.c:239:54: warning: implicit declaration of function 'U32TO32_LITTLE'; did you mean 'U8TO32_LITTLE'? [-Wimplicit-function-declaration]
hc-128.c:   239 |   for (i = 0; i < (keysize >> 5); i++) ctx->key[i] = U32TO32_LITTLE (((u32*)key)[i]);
hc-128.c:       |                                                      ^~~~~~~~~~~~~~
hc-128.c:       |                                                      U8TO32_LITTLE
try.c: /usr/bin/ld: libcrypto_stream_hc128.a(hc-128.o): in function `crypto_stream_hc128_e_hc_128_200701a_timingleaks_ECRYPT_keysetup':
try.c: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200701a/work/e/hc-128.c:239: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_hc128.a(hc-128.o): in function `crypto_stream_hc128_e_hc_128_200701a_timingleaks_ECRYPT_ivsetup':
try.c: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200701a/work/e/hc-128.c:253: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_hc128.a(hc-128.o): in function `crypto_stream_hc128_e_hc_128_200701a_timingleaks_ECRYPT_process_bytes':
try.c: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200701a/work/e/hc-128.c:301: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200701a/work/e/hc-128.c:302: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200701a/work/e/hc-128.c:303: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_hc128.a(hc-128.o):.../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200701a/work/e/hc-128.c:304: more undefined references to `U32TO32_LITTLE' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:e/hc-128/200701agcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)

Compiler output


hc-128.c: In file included from hc-128.c:1:
hc-128.c: e/hc-128.c: In function 'crypto_stream_hc128_e_hc_128_200701a_timingleaks_ECRYPT_keysetup':
hc-128.c: e/hc-128.c:239:54: warning: implicit declaration of function 'U32TO32_LITTLE'; did you mean 'U8TO32_LITTLE'? [-Wimplicit-function-declaration]
hc-128.c:   239 |   for (i = 0; i < (keysize >> 5); i++) ctx->key[i] = U32TO32_LITTLE (((u32*)key)[i]);
hc-128.c:       |                                                      ^~~~~~~~~~~~~~
hc-128.c:       |                                                      U8TO32_LITTLE
try.c: /usr/bin/ld: libcrypto_stream_hc128.a(hc-128.o): in function `crypto_stream_hc128_e_hc_128_200701a_timingleaks_ECRYPT_keysetup':
try.c: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200701a/work/e/hc-128.c:239: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_hc128.a(hc-128.o): in function `crypto_stream_hc128_e_hc_128_200701a_timingleaks_ECRYPT_ivsetup':
try.c: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200701a/work/e/hc-128.c:253: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_hc128.a(hc-128.o): in function `crypto_stream_hc128_e_hc_128_200701a_timingleaks_ECRYPT_process_bytes':
try.c: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200701a/work/e/hc-128.c:301: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200701a/work/e/hc-128.c:302: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200701a/work/e/hc-128.c:303: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_hc128.a(hc-128.o):.../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200701a/work/e/hc-128.c:304: more undefined references to `U32TO32_LITTLE' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:e/hc-128/200701agcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)

Compiler output


hc-128.c: In file included from hc-128.c:1:
hc-128.c: ./e/hc-128.c:209:54: warning: implicit declaration of function 'U32TO32_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
hc-128.c:   for (i = 0; i < (keysize >> 5); i++) ctx->key[i] = U32TO32_LITTLE (((u32*)key)[i]);
hc-128.c:                                                      ^
hc-128.c: ./e/hc-128.c:223:57: warning: implicit declaration of function 'U32TO32_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
hc-128.c:         for (i = 0; i < (ctx->ivsize >> 5); i++)  ctx->iv[i] = U32TO32_LITTLE(((u32*)iv)[i]);
hc-128.c:                                                                ^
hc-128.c: ./e/hc-128.c:271:45: warning: implicit declaration of function 'U32TO32_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
hc-128.c:           ((u32*)output)[0]  = ((u32*)input)[0]  ^ U32TO32_LITTLE(keystream[0]);
hc-128.c:                                                    ^
hc-128.c: 3 warnings generated.
try.c: /usr/bin/ld: libcrypto_stream_hc128.a(hc-128.o): in function `crypto_stream_hc128_e_hc_128_200701b_timingleaks_ECRYPT_keysetup':
try.c: .../supercop-data/pi4b/aarch64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200701b/work/./e/hc-128.c:209: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_hc128.a(hc-128.o): in function `crypto_stream_hc128_e_hc_128_200701b_timingleaks_ECRYPT_ivsetup':
try.c: .../supercop-data/pi4b/aarch64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200701b/work/./e/hc-128.c:223: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_hc128.a(hc-128.o): in function `crypto_stream_hc128_e_hc_128_200701b_timingleaks_ECRYPT_process_bytes':
try.c: .../supercop-data/pi4b/aarch64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200701b/work/./e/hc-128.c:271: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200701b/work/./e/hc-128.c:272: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200701b/work/./e/hc-128.c:273: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_hc128.a(hc-128.o):.../supercop-data/pi4b/aarch64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200701b/work/./e/hc-128.c:274: more undefined references to `U32TO32_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/hc-128/200701bclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0)

Compiler output


hc-128.c: In file included from hc-128.c:1:
hc-128.c: e/hc-128.c: In function 'crypto_stream_hc128_e_hc_128_200701b_timingleaks_ECRYPT_keysetup':
hc-128.c: e/hc-128.c:209:54: warning: implicit declaration of function 'U32TO32_LITTLE'; did you mean 'U8TO32_LITTLE'? [-Wimplicit-function-declaration]
hc-128.c:   209 |   for (i = 0; i < (keysize >> 5); i++) ctx->key[i] = U32TO32_LITTLE (((u32*)key)[i]);
hc-128.c:       |                                                      ^~~~~~~~~~~~~~
hc-128.c:       |                                                      U8TO32_LITTLE
try.c: /usr/bin/ld: libcrypto_stream_hc128.a(hc-128.o): in function `crypto_stream_hc128_e_hc_128_200701b_timingleaks_ECRYPT_keysetup':
try.c: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200701b/work/e/hc-128.c:209: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_hc128.a(hc-128.o): in function `crypto_stream_hc128_e_hc_128_200701b_timingleaks_ECRYPT_ivsetup':
try.c: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200701b/work/e/hc-128.c:223: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_hc128.a(hc-128.o): in function `crypto_stream_hc128_e_hc_128_200701b_timingleaks_ECRYPT_process_bytes':
try.c: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200701b/work/e/hc-128.c:271: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200701b/work/e/hc-128.c:272: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200701b/work/e/hc-128.c:273: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_hc128.a(hc-128.o):.../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200701b/work/e/hc-128.c:274: more undefined references to `U32TO32_LITTLE' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:e/hc-128/200701bgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)

Compiler output


hc-128.c: In file included from hc-128.c:1:
hc-128.c: e/hc-128.c: In function 'crypto_stream_hc128_e_hc_128_200701b_timingleaks_ECRYPT_keysetup':
hc-128.c: e/hc-128.c:209:54: warning: implicit declaration of function 'U32TO32_LITTLE'; did you mean 'U8TO32_LITTLE'? [-Wimplicit-function-declaration]
hc-128.c:   209 |   for (i = 0; i < (keysize >> 5); i++) ctx->key[i] = U32TO32_LITTLE (((u32*)key)[i]);
hc-128.c:       |                                                      ^~~~~~~~~~~~~~
hc-128.c:       |                                                      U8TO32_LITTLE
try.c: /usr/bin/ld: libcrypto_stream_hc128.a(hc-128.o): in function `crypto_stream_hc128_e_hc_128_200701b_timingleaks_ECRYPT_keysetup':
try.c: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200701b/work/e/hc-128.c:209: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_hc128.a(hc-128.o): in function `crypto_stream_hc128_e_hc_128_200701b_timingleaks_ECRYPT_ivsetup':
try.c: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200701b/work/e/hc-128.c:223: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_hc128.a(hc-128.o): in function `crypto_stream_hc128_e_hc_128_200701b_timingleaks_ECRYPT_process_bytes':
try.c: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200701b/work/e/hc-128.c:271: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200701b/work/e/hc-128.c:272: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200701b/work/e/hc-128.c:273: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_hc128.a(hc-128.o):.../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200701b/work/e/hc-128.c:274: more undefined references to `U32TO32_LITTLE' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:e/hc-128/200701bgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)

Compiler output


hc-128.c: In file included from hc-128.c:1:
hc-128.c: e/hc-128.c: In function 'crypto_stream_hc128_e_hc_128_200701b_timingleaks_ECRYPT_keysetup':
hc-128.c: e/hc-128.c:209:54: warning: implicit declaration of function 'U32TO32_LITTLE'; did you mean 'U8TO32_LITTLE'? [-Wimplicit-function-declaration]
hc-128.c:   209 |   for (i = 0; i < (keysize >> 5); i++) ctx->key[i] = U32TO32_LITTLE (((u32*)key)[i]);
hc-128.c:       |                                                      ^~~~~~~~~~~~~~
hc-128.c:       |                                                      U8TO32_LITTLE
try.c: /usr/bin/ld: libcrypto_stream_hc128.a(hc-128.o): in function `crypto_stream_hc128_e_hc_128_200701b_timingleaks_ECRYPT_keysetup':
try.c: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200701b/work/e/hc-128.c:209: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_hc128.a(hc-128.o): in function `crypto_stream_hc128_e_hc_128_200701b_timingleaks_ECRYPT_ivsetup':
try.c: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200701b/work/e/hc-128.c:223: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_hc128.a(hc-128.o): in function `crypto_stream_hc128_e_hc_128_200701b_timingleaks_ECRYPT_process_bytes':
try.c: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200701b/work/e/hc-128.c:271: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200701b/work/e/hc-128.c:272: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200701b/work/e/hc-128.c:273: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_hc128.a(hc-128.o):.../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200701b/work/e/hc-128.c:274: more undefined references to `U32TO32_LITTLE' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:e/hc-128/200701bgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)

Compiler output


hc-128.c: In file included from hc-128.c:1:
hc-128.c: e/hc-128.c: In function 'crypto_stream_hc128_e_hc_128_200701b_timingleaks_ECRYPT_keysetup':
hc-128.c: e/hc-128.c:209:54: warning: implicit declaration of function 'U32TO32_LITTLE'; did you mean 'U8TO32_LITTLE'? [-Wimplicit-function-declaration]
hc-128.c:   209 |   for (i = 0; i < (keysize >> 5); i++) ctx->key[i] = U32TO32_LITTLE (((u32*)key)[i]);
hc-128.c:       |                                                      ^~~~~~~~~~~~~~
hc-128.c:       |                                                      U8TO32_LITTLE
try.c: /usr/bin/ld: libcrypto_stream_hc128.a(hc-128.o): in function `crypto_stream_hc128_e_hc_128_200701b_timingleaks_ECRYPT_keysetup':
try.c: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200701b/work/e/hc-128.c:209: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_hc128.a(hc-128.o): in function `crypto_stream_hc128_e_hc_128_200701b_timingleaks_ECRYPT_ivsetup':
try.c: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200701b/work/e/hc-128.c:223: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_hc128.a(hc-128.o): in function `crypto_stream_hc128_e_hc_128_200701b_timingleaks_ECRYPT_process_bytes':
try.c: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200701b/work/e/hc-128.c:271: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200701b/work/e/hc-128.c:272: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200701b/work/e/hc-128.c:273: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_hc128.a(hc-128.o):.../supercop-data/pi4b/aarch64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc128/e/hc-128/200701b/work/e/hc-128.c:274: more undefined references to `U32TO32_LITTLE' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:e/hc-128/200701bgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)