Test results for armeabi, tinker, crypto_stream/hc256
[Page version: 20241024 12:18:11]
Measurements for armeabi, tinker, crypto_stream
Test results for armeabi, tinker, crypto_stream
Test results for crypto_stream/hc256
Computer: tinker
Microarchitecture: armeabi; Cortex-A17 (410fc0d1)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240909
Operation: crypto_stream
Primitive: hc256
Compiler output
hc-256.c: In file included from hc-256.c:1:
hc-256.c: ./e/hc-256.c:209:54: warning: implicit declaration of function 'U32TO32_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
hc-256.c: for (i = 0; i < (keysize >> 5); i++) ctx->key[i] = U32TO32_LITTLE (((u32*)key)[i]);
hc-256.c: ^
hc-256.c: ./e/hc-256.c:223:57: warning: implicit declaration of function 'U32TO32_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
hc-256.c: for (i = 0; i < (ctx->ivsize >> 5); i++) ctx->iv[i] = U32TO32_LITTLE(((u32*)iv)[i]);
hc-256.c: ^
hc-256.c: ./e/hc-256.c:270:47: warning: implicit declaration of function 'U32TO32_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
hc-256.c: ((u32*)output)[i] = ((u32*)input)[i] ^ U32TO32_LITTLE(keystream[i]);
hc-256.c: ^
hc-256.c: 3 warnings generated.
try.c: /usr/bin/arm-linux-gnueabihf-ld: libcrypto_stream_hc256.a(hc-256.o): in function `crypto_stream_hc256_e_hc_256_200511_timingleaks_ECRYPT_keysetup':
try.c: .../supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc256/e/hc-256/200511/work/./e/hc-256.c:209: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/arm-linux-gnueabihf-ld: libcrypto_stream_hc256.a(hc-256.o): in function `crypto_stream_hc256_e_hc_256_200511_timingleaks_ECRYPT_ivsetup':
try.c: .../supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc256/e/hc-256/200511/work/./e/hc-256.c:223: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/arm-linux-gnueabihf-ld: libcrypto_stream_hc256.a(hc-256.o): in function `crypto_stream_hc256_e_hc_256_200511_timingleaks_ECRYPT_process_bytes':
try.c: .../supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc256/e/hc-256/200511/work/./e/hc-256.c:270: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/arm-linux-gnueabihf-ld: .../supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc256/e/hc-256/200511/work/./e/hc-256.c:270: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/arm-linux-gnueabihf-ld: .../supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc256/e/hc-256/200511/work/./e/hc-256.c:270: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/arm-linux-gnueabihf-ld: libcrypto_stream_hc256.a(hc-256.o):.../supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc256/e/hc-256/200511/work/./e/hc-256.c:270: 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:
Implementation | Compiler |
T:e/hc-256/200511 | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
Compiler output
hc-256.c: In file included from hc-256.c:1:
hc-256.c: e/hc-256.c: In function ‘crypto_stream_hc256_e_hc_256_200511_timingleaks_ECRYPT_keysetup’:
hc-256.c: e/hc-256.c:209:54: warning: implicit declaration of function ‘U32TO32_LITTLE’; did you mean ‘U8TO32_LITTLE’? [-Wimplicit-function-declaration]
hc-256.c: 209 | for (i = 0; i < (keysize >> 5); i++) ctx->key[i] = U32TO32_LITTLE (((u32*)key)[i]);
hc-256.c: | ^~~~~~~~~~~~~~
hc-256.c: | U8TO32_LITTLE
try.c: /usr/bin/ld: libcrypto_stream_hc256.a(hc-256.o): in function `crypto_stream_hc256_e_hc_256_200511_timingleaks_ECRYPT_keysetup':
try.c: .../supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc256/e/hc-256/200511/work/e/hc-256.c:209: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_hc256.a(hc-256.o): in function `crypto_stream_hc256_e_hc_256_200511_timingleaks_ECRYPT_ivsetup':
try.c: .../supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc256/e/hc-256/200511/work/e/hc-256.c:223: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_hc256.a(hc-256.o): in function `crypto_stream_hc256_e_hc_256_200511_timingleaks_ECRYPT_process_bytes':
try.c: .../supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc256/e/hc-256/200511/work/e/hc-256.c:270: undefined reference to `U32TO32_LITTLE'
try.c: collect2: error: ld returned 1 exit status
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:e/hc-256/200511 | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
Compiler output
hc-256.c: In file included from hc-256.c:1:
hc-256.c: e/hc-256.c: In function ‘crypto_stream_hc256_e_hc_256_200511_timingleaks_ECRYPT_keysetup’:
hc-256.c: e/hc-256.c:209:54: warning: implicit declaration of function ‘U32TO32_LITTLE’; did you mean ‘U8TO32_LITTLE’? [-Wimplicit-function-declaration]
hc-256.c: 209 | for (i = 0; i < (keysize >> 5); i++) ctx->key[i] = U32TO32_LITTLE (((u32*)key)[i]);
hc-256.c: | ^~~~~~~~~~~~~~
hc-256.c: | U8TO32_LITTLE
try.c: /usr/bin/ld: libcrypto_stream_hc256.a(hc-256.o): in function `crypto_stream_hc256_e_hc_256_200511_timingleaks_ECRYPT_keysetup':
try.c: .../supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc256/e/hc-256/200511/work/e/hc-256.c:209: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_hc256.a(hc-256.o): in function `crypto_stream_hc256_e_hc_256_200511_timingleaks_ECRYPT_ivsetup':
try.c: .../supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc256/e/hc-256/200511/work/e/hc-256.c:223: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_hc256.a(hc-256.o): in function `crypto_stream_hc256_e_hc_256_200511_timingleaks_ECRYPT_process_bytes':
try.c: .../supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc256/e/hc-256/200511/work/e/hc-256.c:270: undefined reference to `U32TO32_LITTLE'
try.c: collect2: error: ld returned 1 exit status
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:e/hc-256/200511 | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
Compiler output
hc-256.c: In file included from hc-256.c:1:
hc-256.c: e/hc-256.c: In function ‘crypto_stream_hc256_e_hc_256_200511_timingleaks_ECRYPT_keysetup’:
hc-256.c: e/hc-256.c:209:54: warning: implicit declaration of function ‘U32TO32_LITTLE’; did you mean ‘U8TO32_LITTLE’? [-Wimplicit-function-declaration]
hc-256.c: 209 | for (i = 0; i < (keysize >> 5); i++) ctx->key[i] = U32TO32_LITTLE (((u32*)key)[i]);
hc-256.c: | ^~~~~~~~~~~~~~
hc-256.c: | U8TO32_LITTLE
try.c: /usr/bin/ld: libcrypto_stream_hc256.a(hc-256.o): in function `crypto_stream_hc256_e_hc_256_200511_timingleaks_ECRYPT_keysetup':
try.c: .../supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc256/e/hc-256/200511/work/e/hc-256.c:209: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_hc256.a(hc-256.o): in function `crypto_stream_hc256_e_hc_256_200511_timingleaks_ECRYPT_ivsetup':
try.c: .../supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc256/e/hc-256/200511/work/e/hc-256.c:223: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_hc256.a(hc-256.o): in function `crypto_stream_hc256_e_hc_256_200511_timingleaks_ECRYPT_process_bytes':
try.c: .../supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc256/e/hc-256/200511/work/e/hc-256.c:270: undefined reference to `U32TO32_LITTLE'
try.c: collect2: error: ld returned 1 exit status
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:e/hc-256/200511 | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
Compiler output
hc-256.c: In file included from hc-256.c:1:
hc-256.c: e/hc-256.c: In function ‘crypto_stream_hc256_e_hc_256_200511_timingleaks_ECRYPT_keysetup’:
hc-256.c: e/hc-256.c:209:54: warning: implicit declaration of function ‘U32TO32_LITTLE’; did you mean ‘U8TO32_LITTLE’? [-Wimplicit-function-declaration]
hc-256.c: 209 | for (i = 0; i < (keysize >> 5); i++) ctx->key[i] = U32TO32_LITTLE (((u32*)key)[i]);
hc-256.c: | ^~~~~~~~~~~~~~
hc-256.c: | U8TO32_LITTLE
try.c: /usr/bin/ld: libcrypto_stream_hc256.a(hc-256.o): in function `crypto_stream_hc256_e_hc_256_200511_timingleaks_ECRYPT_keysetup':
try.c: .../supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc256/e/hc-256/200511/work/e/hc-256.c:209: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_hc256.a(hc-256.o): in function `crypto_stream_hc256_e_hc_256_200511_timingleaks_ECRYPT_ivsetup':
try.c: .../supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc256/e/hc-256/200511/work/e/hc-256.c:223: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_hc256.a(hc-256.o): in function `crypto_stream_hc256_e_hc_256_200511_timingleaks_ECRYPT_process_bytes':
try.c: .../supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc256/e/hc-256/200511/work/e/hc-256.c:270: undefined reference to `U32TO32_LITTLE'
try.c: collect2: error: ld returned 1 exit status
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:e/hc-256/200511 | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
Compiler output
hc-256.c: In file included from hc-256.c:1:
hc-256.c: ./e/hc-256.c:219:54: warning: implicit declaration of function 'U32TO32_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
hc-256.c: for (i = 0; i < (keysize >> 5); i++) ctx->key[i] = U32TO32_LITTLE (((u32*)key)[i]);
hc-256.c: ^
hc-256.c: ./e/hc-256.c:233:57: warning: implicit declaration of function 'U32TO32_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
hc-256.c: for (i = 0; i < (ctx->ivsize >> 5); i++) ctx->iv[i] = U32TO32_LITTLE(((u32*)iv)[i]);
hc-256.c: ^
hc-256.c: ./e/hc-256.c:279:48: warning: implicit declaration of function 'U32TO32_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
hc-256.c: ((u32*)output)[0] = ((u32*)input)[0] ^ U32TO32_LITTLE(keystream[0]);
hc-256.c: ^
hc-256.c: 3 warnings generated.
try.c: /usr/bin/arm-linux-gnueabihf-ld: libcrypto_stream_hc256.a(hc-256.o): in function `crypto_stream_hc256_e_hc_256_200701_timingleaks_ECRYPT_keysetup':
try.c: .../supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc256/e/hc-256/200701/work/./e/hc-256.c:219: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/arm-linux-gnueabihf-ld: libcrypto_stream_hc256.a(hc-256.o): in function `crypto_stream_hc256_e_hc_256_200701_timingleaks_ECRYPT_ivsetup':
try.c: .../supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc256/e/hc-256/200701/work/./e/hc-256.c:233: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/arm-linux-gnueabihf-ld: libcrypto_stream_hc256.a(hc-256.o): in function `crypto_stream_hc256_e_hc_256_200701_timingleaks_ECRYPT_process_bytes':
try.c: .../supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc256/e/hc-256/200701/work/./e/hc-256.c:279: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/arm-linux-gnueabihf-ld: .../supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc256/e/hc-256/200701/work/./e/hc-256.c:280: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/arm-linux-gnueabihf-ld: .../supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc256/e/hc-256/200701/work/./e/hc-256.c:281: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/arm-linux-gnueabihf-ld: libcrypto_stream_hc256.a(hc-256.o):.../supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc256/e/hc-256/200701/work/./e/hc-256.c:282: 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:
Implementation | Compiler |
T:e/hc-256/200701 | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
Compiler output
hc-256.c: In file included from hc-256.c:1:
hc-256.c: e/hc-256.c: In function ‘crypto_stream_hc256_e_hc_256_200701_timingleaks_ECRYPT_keysetup’:
hc-256.c: e/hc-256.c:219:54: warning: implicit declaration of function ‘U32TO32_LITTLE’; did you mean ‘U8TO32_LITTLE’? [-Wimplicit-function-declaration]
hc-256.c: 219 | for (i = 0; i < (keysize >> 5); i++) ctx->key[i] = U32TO32_LITTLE (((u32*)key)[i]);
hc-256.c: | ^~~~~~~~~~~~~~
hc-256.c: | U8TO32_LITTLE
try.c: /usr/bin/ld: libcrypto_stream_hc256.a(hc-256.o): in function `crypto_stream_hc256_e_hc_256_200701_timingleaks_ECRYPT_keysetup':
try.c: .../supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc256/e/hc-256/200701/work/e/hc-256.c:219: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_hc256.a(hc-256.o): in function `crypto_stream_hc256_e_hc_256_200701_timingleaks_ECRYPT_ivsetup':
try.c: .../supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc256/e/hc-256/200701/work/e/hc-256.c:233: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_hc256.a(hc-256.o): in function `crypto_stream_hc256_e_hc_256_200701_timingleaks_ECRYPT_process_bytes':
try.c: .../supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc256/e/hc-256/200701/work/e/hc-256.c:279: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc256/e/hc-256/200701/work/e/hc-256.c:280: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc256/e/hc-256/200701/work/e/hc-256.c:281: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_hc256.a(hc-256.o):.../supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc256/e/hc-256/200701/work/e/hc-256.c:282: more undefined references to `U32TO32_LITTLE' follow
try.c: collect2: error: ld returned 1 exit status
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:e/hc-256/200701 | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
Compiler output
hc-256.c: In file included from hc-256.c:1:
hc-256.c: e/hc-256.c: In function ‘crypto_stream_hc256_e_hc_256_200701_timingleaks_ECRYPT_keysetup’:
hc-256.c: e/hc-256.c:219:54: warning: implicit declaration of function ‘U32TO32_LITTLE’; did you mean ‘U8TO32_LITTLE’? [-Wimplicit-function-declaration]
hc-256.c: 219 | for (i = 0; i < (keysize >> 5); i++) ctx->key[i] = U32TO32_LITTLE (((u32*)key)[i]);
hc-256.c: | ^~~~~~~~~~~~~~
hc-256.c: | U8TO32_LITTLE
try.c: /usr/bin/ld: libcrypto_stream_hc256.a(hc-256.o): in function `crypto_stream_hc256_e_hc_256_200701_timingleaks_ECRYPT_keysetup':
try.c: .../supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc256/e/hc-256/200701/work/e/hc-256.c:219: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_hc256.a(hc-256.o): in function `crypto_stream_hc256_e_hc_256_200701_timingleaks_ECRYPT_ivsetup':
try.c: .../supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc256/e/hc-256/200701/work/e/hc-256.c:233: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_hc256.a(hc-256.o): in function `crypto_stream_hc256_e_hc_256_200701_timingleaks_ECRYPT_process_bytes':
try.c: .../supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc256/e/hc-256/200701/work/e/hc-256.c:279: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc256/e/hc-256/200701/work/e/hc-256.c:280: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc256/e/hc-256/200701/work/e/hc-256.c:281: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_hc256.a(hc-256.o):.../supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc256/e/hc-256/200701/work/e/hc-256.c:282: more undefined references to `U32TO32_LITTLE' follow
try.c: collect2: error: ld returned 1 exit status
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:e/hc-256/200701 | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
Compiler output
hc-256.c: In file included from hc-256.c:1:
hc-256.c: e/hc-256.c: In function ‘crypto_stream_hc256_e_hc_256_200701_timingleaks_ECRYPT_keysetup’:
hc-256.c: e/hc-256.c:219:54: warning: implicit declaration of function ‘U32TO32_LITTLE’; did you mean ‘U8TO32_LITTLE’? [-Wimplicit-function-declaration]
hc-256.c: 219 | for (i = 0; i < (keysize >> 5); i++) ctx->key[i] = U32TO32_LITTLE (((u32*)key)[i]);
hc-256.c: | ^~~~~~~~~~~~~~
hc-256.c: | U8TO32_LITTLE
try.c: /usr/bin/ld: libcrypto_stream_hc256.a(hc-256.o): in function `crypto_stream_hc256_e_hc_256_200701_timingleaks_ECRYPT_keysetup':
try.c: .../supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc256/e/hc-256/200701/work/e/hc-256.c:219: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_hc256.a(hc-256.o): in function `crypto_stream_hc256_e_hc_256_200701_timingleaks_ECRYPT_ivsetup':
try.c: .../supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc256/e/hc-256/200701/work/e/hc-256.c:233: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_hc256.a(hc-256.o): in function `crypto_stream_hc256_e_hc_256_200701_timingleaks_ECRYPT_process_bytes':
try.c: .../supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc256/e/hc-256/200701/work/e/hc-256.c:279: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc256/e/hc-256/200701/work/e/hc-256.c:280: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc256/e/hc-256/200701/work/e/hc-256.c:281: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_hc256.a(hc-256.o):.../supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc256/e/hc-256/200701/work/e/hc-256.c:282: more undefined references to `U32TO32_LITTLE' follow
try.c: collect2: error: ld returned 1 exit status
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:e/hc-256/200701 | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
Compiler output
hc-256.c: In file included from hc-256.c:1:
hc-256.c: e/hc-256.c: In function ‘crypto_stream_hc256_e_hc_256_200701_timingleaks_ECRYPT_keysetup’:
hc-256.c: e/hc-256.c:219:54: warning: implicit declaration of function ‘U32TO32_LITTLE’; did you mean ‘U8TO32_LITTLE’? [-Wimplicit-function-declaration]
hc-256.c: 219 | for (i = 0; i < (keysize >> 5); i++) ctx->key[i] = U32TO32_LITTLE (((u32*)key)[i]);
hc-256.c: | ^~~~~~~~~~~~~~
hc-256.c: | U8TO32_LITTLE
try.c: /usr/bin/ld: libcrypto_stream_hc256.a(hc-256.o): in function `crypto_stream_hc256_e_hc_256_200701_timingleaks_ECRYPT_keysetup':
try.c: .../supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc256/e/hc-256/200701/work/e/hc-256.c:219: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_hc256.a(hc-256.o): in function `crypto_stream_hc256_e_hc_256_200701_timingleaks_ECRYPT_ivsetup':
try.c: .../supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc256/e/hc-256/200701/work/e/hc-256.c:233: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_hc256.a(hc-256.o): in function `crypto_stream_hc256_e_hc_256_200701_timingleaks_ECRYPT_process_bytes':
try.c: .../supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc256/e/hc-256/200701/work/e/hc-256.c:279: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc256/e/hc-256/200701/work/e/hc-256.c:280: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: .../supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc256/e/hc-256/200701/work/e/hc-256.c:281: undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: libcrypto_stream_hc256.a(hc-256.o):.../supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/hc256/e/hc-256/200701/work/e/hc-256.c:282: more undefined references to `U32TO32_LITTLE' follow
try.c: collect2: error: ld returned 1 exit status
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:e/hc-256/200701 | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |