Implementation notes: amd64, rome0, crypto_stream/rijn256ctr

Computer: rome0
Microarchitecture: amd64; Zen 2 (830f10)
Architecture: amd64
CPU ID: AuthenticAMD-00830f10-178bfbff
SUPERCOP version: 20240625
Operation: crypto_stream
Primitive: rijn256ctr

Compiler output

Implementation: T:gil
Security model: timingleaks
Compiler: clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1)
stream.c: stream.c:114:3: warning: setting buffer to a 'sizeof' expression; did you mean to transpose the last two arguments? [-Wmemset-transposed-args]
stream.c:   memset_s(&nc, sizeof(nc), 0, sizeof(nc));
stream.c:   ^
stream.c: stream.c:33:57: note: expanded from macro 'memset_s'
stream.c: #define memset_s(DST, DSTLEN, VAL, OPLEN) memset((DST), (DSTLEN), (VAL))
stream.c:                                                         ^
stream.c: stream.c:114:3: note: cast the second argument to 'int' to silence
stream.c: stream.c:33:57: note: expanded from macro 'memset_s'
stream.c: #define memset_s(DST, DSTLEN, VAL, OPLEN) memset((DST), (DSTLEN), (VAL))
stream.c:                                                         ^
stream.c: stream.c:169:3: warning: setting buffer to a 'sizeof' expression; did you mean to transpose the last two arguments? [-Wmemset-transposed-args]
stream.c:   memset_s(ks, sizeof(ks), 0, sizeof(ks));
stream.c:   ^
stream.c: stream.c:33:57: note: expanded from macro 'memset_s'
stream.c: #define memset_s(DST, DSTLEN, VAL, OPLEN) memset((DST), (DSTLEN), (VAL))
stream.c:                                                         ^
stream.c: stream.c:169:3: note: cast the second argument to 'int' to silence
stream.c: stream.c:33:57: note: expanded from macro 'memset_s'
stream.c: #define memset_s(DST, DSTLEN, VAL, OPLEN) memset((DST), (DSTLEN), (VAL))
stream.c:                                                         ^
stream.c: stream.c:170:3: warning: setting buffer to a 'sizeof' expression; did you mean to transpose the last two arguments? [-Wmemset-transposed-args]
stream.c:   memset_s(&nc, sizeof(nc), 0, sizeof(nc));
stream.c:   ^
stream.c: stream.c:33:57: note: expanded from macro 'memset_s'
stream.c: #define memset_s(DST, DSTLEN, VAL, OPLEN) memset((DST), (DSTLEN), (VAL))
stream.c: ...
try.c: /usr/bin/ld: libcrypto_stream_rijn256ctr.a(stream.o): in function `crypto_stream_rijn256ctr_gil_timingleaks_xor':
try.c: .../supercop-data/rome0/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rijn256ctr/gil/work/stream.c:100: undefined reference to `Rijndael_k32b32_expandkey'
try.c: /usr/bin/ld: libcrypto_stream_rijn256ctr.a(stream.o): in function `_full_xor':
try.c: .../supercop-data/rome0/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rijn256ctr/gil/work/stream.c:56: undefined reference to `Rijndael_k32b32_encrypt_x4'
try.c: /usr/bin/ld: libcrypto_stream_rijn256ctr.a(stream.o): in function `_partial_xor':
try.c: .../supercop-data/rome0/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rijn256ctr/gil/work/stream.c:73: undefined reference to `Rijndael_k32b32_encrypt_x4'
try.c: /usr/bin/ld: libcrypto_stream_rijn256ctr.a(stream.o): in function `crypto_stream_rijn256ctr_gil_timingleaks':
try.c: .../supercop-data/rome0/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rijn256ctr/gil/work/stream.c:155: undefined reference to `Rijndael_k32b32_expandkey'
try.c: /usr/bin/ld: libcrypto_stream_rijn256ctr.a(stream.o): in function `_full_stream':
try.c: .../supercop-data/rome0/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rijn256ctr/gil/work/stream.c:122: undefined reference to `Rijndael_k32b32_encrypt_x4'
try.c: /usr/bin/ld: libcrypto_stream_rijn256ctr.a(stream.o): in function `_partial_stream':
try.c: .../supercop-data/rome0/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rijn256ctr/gil/work/stream.c:134: undefined reference to `Rijndael_k32b32_encrypt_x4'
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:gilclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1)

Compiler output

Implementation: T:gil
Security model: timingleaks
Compiler: clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1)
stream.c: stream.c:114:3: warning: setting buffer to a 'sizeof' expression; did you mean to transpose the last two arguments? [-Wmemset-transposed-args]
stream.c:   memset_s(&nc, sizeof(nc), 0, sizeof(nc));
stream.c:   ^
stream.c: stream.c:33:57: note: expanded from macro 'memset_s'
stream.c: #define memset_s(DST, DSTLEN, VAL, OPLEN) memset((DST), (DSTLEN), (VAL))
stream.c:                                                         ^
stream.c: stream.c:114:3: note: cast the second argument to 'int' to silence
stream.c: stream.c:33:57: note: expanded from macro 'memset_s'
stream.c: #define memset_s(DST, DSTLEN, VAL, OPLEN) memset((DST), (DSTLEN), (VAL))
stream.c:                                                         ^
stream.c: stream.c:169:3: warning: setting buffer to a 'sizeof' expression; did you mean to transpose the last two arguments? [-Wmemset-transposed-args]
stream.c:   memset_s(ks, sizeof(ks), 0, sizeof(ks));
stream.c:   ^
stream.c: stream.c:33:57: note: expanded from macro 'memset_s'
stream.c: #define memset_s(DST, DSTLEN, VAL, OPLEN) memset((DST), (DSTLEN), (VAL))
stream.c:                                                         ^
stream.c: stream.c:169:3: note: cast the second argument to 'int' to silence
stream.c: stream.c:33:57: note: expanded from macro 'memset_s'
stream.c: #define memset_s(DST, DSTLEN, VAL, OPLEN) memset((DST), (DSTLEN), (VAL))
stream.c:                                                         ^
stream.c: stream.c:170:3: warning: setting buffer to a 'sizeof' expression; did you mean to transpose the last two arguments? [-Wmemset-transposed-args]
stream.c:   memset_s(&nc, sizeof(nc), 0, sizeof(nc));
stream.c:   ^
stream.c: stream.c:33:57: note: expanded from macro 'memset_s'
stream.c: #define memset_s(DST, DSTLEN, VAL, OPLEN) memset((DST), (DSTLEN), (VAL))
stream.c: ...
try.c: /usr/bin/ld: libcrypto_stream_rijn256ctr.a(stream.o): in function `crypto_stream_rijn256ctr_gil_timingleaks_xor':
try.c: .../supercop-data/rome0/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rijn256ctr/gil/work/stream.c:100: undefined reference to `Rijndael_k32b32_expandkey'
try.c: /usr/bin/ld: libcrypto_stream_rijn256ctr.a(stream.o): in function `_full_xor':
try.c: .../supercop-data/rome0/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rijn256ctr/gil/work/stream.c:56: undefined reference to `Rijndael_k32b32_encrypt_x4'
try.c: /usr/bin/ld: libcrypto_stream_rijn256ctr.a(stream.o): in function `_partial_xor':
try.c: .../supercop-data/rome0/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rijn256ctr/gil/work/stream.c:73: undefined reference to `Rijndael_k32b32_encrypt_x4'
try.c: /usr/bin/ld: libcrypto_stream_rijn256ctr.a(stream.o): in function `crypto_stream_rijn256ctr_gil_timingleaks':
try.c: .../supercop-data/rome0/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rijn256ctr/gil/work/stream.c:155: undefined reference to `Rijndael_k32b32_expandkey'
try.c: /usr/bin/ld: libcrypto_stream_rijn256ctr.a(stream.o): in function `_full_stream':
try.c: .../supercop-data/rome0/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rijn256ctr/gil/work/stream.c:122: undefined reference to `Rijndael_k32b32_encrypt_x4'
try.c: /usr/bin/ld: libcrypto_stream_rijn256ctr.a(stream.o): in function `_partial_stream':
try.c: .../supercop-data/rome0/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rijn256ctr/gil/work/stream.c:134: undefined reference to `Rijndael_k32b32_encrypt_x4'
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:gilclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1)

Compiler output

Implementation: T:gil
Security model: timingleaks
Compiler: clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1)
stream.c: stream.c:114:3: warning: setting buffer to a 'sizeof' expression; did you mean to transpose the last two arguments? [-Wmemset-transposed-args]
stream.c:   memset_s(&nc, sizeof(nc), 0, sizeof(nc));
stream.c:   ^
stream.c: stream.c:33:57: note: expanded from macro 'memset_s'
stream.c: #define memset_s(DST, DSTLEN, VAL, OPLEN) memset((DST), (DSTLEN), (VAL))
stream.c:                                                         ^
stream.c: stream.c:114:3: note: cast the second argument to 'int' to silence
stream.c: stream.c:33:57: note: expanded from macro 'memset_s'
stream.c: #define memset_s(DST, DSTLEN, VAL, OPLEN) memset((DST), (DSTLEN), (VAL))
stream.c:                                                         ^
stream.c: stream.c:169:3: warning: setting buffer to a 'sizeof' expression; did you mean to transpose the last two arguments? [-Wmemset-transposed-args]
stream.c:   memset_s(ks, sizeof(ks), 0, sizeof(ks));
stream.c:   ^
stream.c: stream.c:33:57: note: expanded from macro 'memset_s'
stream.c: #define memset_s(DST, DSTLEN, VAL, OPLEN) memset((DST), (DSTLEN), (VAL))
stream.c:                                                         ^
stream.c: stream.c:169:3: note: cast the second argument to 'int' to silence
stream.c: stream.c:33:57: note: expanded from macro 'memset_s'
stream.c: #define memset_s(DST, DSTLEN, VAL, OPLEN) memset((DST), (DSTLEN), (VAL))
stream.c:                                                         ^
stream.c: stream.c:170:3: warning: setting buffer to a 'sizeof' expression; did you mean to transpose the last two arguments? [-Wmemset-transposed-args]
stream.c:   memset_s(&nc, sizeof(nc), 0, sizeof(nc));
stream.c:   ^
stream.c: stream.c:33:57: note: expanded from macro 'memset_s'
stream.c: #define memset_s(DST, DSTLEN, VAL, OPLEN) memset((DST), (DSTLEN), (VAL))
stream.c: ...
try.c: /usr/bin/ld: libcrypto_stream_rijn256ctr.a(stream.o): in function `crypto_stream_rijn256ctr_gil_timingleaks_xor':
try.c: .../supercop-data/rome0/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rijn256ctr/gil/work/stream.c:100: undefined reference to `Rijndael_k32b32_expandkey'
try.c: /usr/bin/ld: libcrypto_stream_rijn256ctr.a(stream.o): in function `_full_xor':
try.c: .../supercop-data/rome0/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rijn256ctr/gil/work/stream.c:56: undefined reference to `Rijndael_k32b32_encrypt_x4'
try.c: /usr/bin/ld: libcrypto_stream_rijn256ctr.a(stream.o): in function `_partial_xor':
try.c: .../supercop-data/rome0/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rijn256ctr/gil/work/stream.c:73: undefined reference to `Rijndael_k32b32_encrypt_x4'
try.c: /usr/bin/ld: libcrypto_stream_rijn256ctr.a(stream.o): in function `crypto_stream_rijn256ctr_gil_timingleaks':
try.c: .../supercop-data/rome0/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rijn256ctr/gil/work/stream.c:155: undefined reference to `Rijndael_k32b32_expandkey'
try.c: /usr/bin/ld: libcrypto_stream_rijn256ctr.a(stream.o): in function `_full_stream':
try.c: .../supercop-data/rome0/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rijn256ctr/gil/work/stream.c:122: undefined reference to `Rijndael_k32b32_encrypt_x4'
try.c: /usr/bin/ld: libcrypto_stream_rijn256ctr.a(stream.o): in function `_partial_stream':
try.c: .../supercop-data/rome0/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rijn256ctr/gil/work/stream.c:134: undefined reference to `Rijndael_k32b32_encrypt_x4'
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:gilclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1)

Compiler output

Implementation: T:gil
Security model: timingleaks
Compiler: clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1)
stream.c: stream.c:114:3: warning: setting buffer to a 'sizeof' expression; did you mean to transpose the last two arguments? [-Wmemset-transposed-args]
stream.c:   memset_s(&nc, sizeof(nc), 0, sizeof(nc));
stream.c:   ^
stream.c: stream.c:33:57: note: expanded from macro 'memset_s'
stream.c: #define memset_s(DST, DSTLEN, VAL, OPLEN) memset((DST), (DSTLEN), (VAL))
stream.c:                                                         ^
stream.c: stream.c:114:3: note: cast the second argument to 'int' to silence
stream.c: stream.c:33:57: note: expanded from macro 'memset_s'
stream.c: #define memset_s(DST, DSTLEN, VAL, OPLEN) memset((DST), (DSTLEN), (VAL))
stream.c:                                                         ^
stream.c: stream.c:169:3: warning: setting buffer to a 'sizeof' expression; did you mean to transpose the last two arguments? [-Wmemset-transposed-args]
stream.c:   memset_s(ks, sizeof(ks), 0, sizeof(ks));
stream.c:   ^
stream.c: stream.c:33:57: note: expanded from macro 'memset_s'
stream.c: #define memset_s(DST, DSTLEN, VAL, OPLEN) memset((DST), (DSTLEN), (VAL))
stream.c:                                                         ^
stream.c: stream.c:169:3: note: cast the second argument to 'int' to silence
stream.c: stream.c:33:57: note: expanded from macro 'memset_s'
stream.c: #define memset_s(DST, DSTLEN, VAL, OPLEN) memset((DST), (DSTLEN), (VAL))
stream.c:                                                         ^
stream.c: stream.c:170:3: warning: setting buffer to a 'sizeof' expression; did you mean to transpose the last two arguments? [-Wmemset-transposed-args]
stream.c:   memset_s(&nc, sizeof(nc), 0, sizeof(nc));
stream.c:   ^
stream.c: stream.c:33:57: note: expanded from macro 'memset_s'
stream.c: #define memset_s(DST, DSTLEN, VAL, OPLEN) memset((DST), (DSTLEN), (VAL))
stream.c: ...
try.c: /usr/bin/ld: libcrypto_stream_rijn256ctr.a(stream.o): in function `crypto_stream_rijn256ctr_gil_timingleaks_xor':
try.c: .../supercop-data/rome0/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rijn256ctr/gil/work/stream.c:100: undefined reference to `Rijndael_k32b32_expandkey'
try.c: /usr/bin/ld: libcrypto_stream_rijn256ctr.a(stream.o): in function `_full_xor':
try.c: .../supercop-data/rome0/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rijn256ctr/gil/work/stream.c:56: undefined reference to `Rijndael_k32b32_encrypt_x4'
try.c: /usr/bin/ld: libcrypto_stream_rijn256ctr.a(stream.o): in function `_partial_xor':
try.c: .../supercop-data/rome0/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rijn256ctr/gil/work/stream.c:73: undefined reference to `Rijndael_k32b32_encrypt_x4'
try.c: /usr/bin/ld: libcrypto_stream_rijn256ctr.a(stream.o): in function `crypto_stream_rijn256ctr_gil_timingleaks':
try.c: .../supercop-data/rome0/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rijn256ctr/gil/work/stream.c:155: undefined reference to `Rijndael_k32b32_expandkey'
try.c: /usr/bin/ld: libcrypto_stream_rijn256ctr.a(stream.o): in function `_full_stream':
try.c: .../supercop-data/rome0/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rijn256ctr/gil/work/stream.c:122: undefined reference to `Rijndael_k32b32_encrypt_x4'
try.c: /usr/bin/ld: libcrypto_stream_rijn256ctr.a(stream.o): in function `_partial_stream':
try.c: .../supercop-data/rome0/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rijn256ctr/gil/work/stream.c:134: undefined reference to `Rijndael_k32b32_encrypt_x4'
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:gilclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1)

Compiler output

Implementation: T:gil
Security model: timingleaks
Compiler: clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1)
stream.c: stream.c:114:3: warning: setting buffer to a 'sizeof' expression; did you mean to transpose the last two arguments? [-Wmemset-transposed-args]
stream.c:   memset_s(&nc, sizeof(nc), 0, sizeof(nc));
stream.c:   ^
stream.c: stream.c:33:57: note: expanded from macro 'memset_s'
stream.c: #define memset_s(DST, DSTLEN, VAL, OPLEN) memset((DST), (DSTLEN), (VAL))
stream.c:                                                         ^
stream.c: stream.c:114:3: note: cast the second argument to 'int' to silence
stream.c: stream.c:33:57: note: expanded from macro 'memset_s'
stream.c: #define memset_s(DST, DSTLEN, VAL, OPLEN) memset((DST), (DSTLEN), (VAL))
stream.c:                                                         ^
stream.c: stream.c:169:3: warning: setting buffer to a 'sizeof' expression; did you mean to transpose the last two arguments? [-Wmemset-transposed-args]
stream.c:   memset_s(ks, sizeof(ks), 0, sizeof(ks));
stream.c:   ^
stream.c: stream.c:33:57: note: expanded from macro 'memset_s'
stream.c: #define memset_s(DST, DSTLEN, VAL, OPLEN) memset((DST), (DSTLEN), (VAL))
stream.c:                                                         ^
stream.c: stream.c:169:3: note: cast the second argument to 'int' to silence
stream.c: stream.c:33:57: note: expanded from macro 'memset_s'
stream.c: #define memset_s(DST, DSTLEN, VAL, OPLEN) memset((DST), (DSTLEN), (VAL))
stream.c:                                                         ^
stream.c: stream.c:170:3: warning: setting buffer to a 'sizeof' expression; did you mean to transpose the last two arguments? [-Wmemset-transposed-args]
stream.c:   memset_s(&nc, sizeof(nc), 0, sizeof(nc));
stream.c:   ^
stream.c: stream.c:33:57: note: expanded from macro 'memset_s'
stream.c: #define memset_s(DST, DSTLEN, VAL, OPLEN) memset((DST), (DSTLEN), (VAL))
stream.c: ...
try.c: /usr/bin/ld: libcrypto_stream_rijn256ctr.a(stream.o): in function `crypto_stream_rijn256ctr_gil_timingleaks_xor':
try.c: .../supercop-data/rome0/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rijn256ctr/gil/work/stream.c:100: undefined reference to `Rijndael_k32b32_expandkey'
try.c: /usr/bin/ld: libcrypto_stream_rijn256ctr.a(stream.o): in function `_full_xor':
try.c: .../supercop-data/rome0/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rijn256ctr/gil/work/stream.c:56: undefined reference to `Rijndael_k32b32_encrypt_x4'
try.c: /usr/bin/ld: libcrypto_stream_rijn256ctr.a(stream.o): in function `_partial_xor':
try.c: .../supercop-data/rome0/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rijn256ctr/gil/work/stream.c:73: undefined reference to `Rijndael_k32b32_encrypt_x4'
try.c: /usr/bin/ld: libcrypto_stream_rijn256ctr.a(stream.o): in function `crypto_stream_rijn256ctr_gil_timingleaks':
try.c: .../supercop-data/rome0/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rijn256ctr/gil/work/stream.c:155: undefined reference to `Rijndael_k32b32_expandkey'
try.c: /usr/bin/ld: libcrypto_stream_rijn256ctr.a(stream.o): in function `_full_stream':
try.c: .../supercop-data/rome0/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rijn256ctr/gil/work/stream.c:122: undefined reference to `Rijndael_k32b32_encrypt_x4'
try.c: /usr/bin/ld: libcrypto_stream_rijn256ctr.a(stream.o): in function `_partial_stream':
try.c: .../supercop-data/rome0/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rijn256ctr/gil/work/stream.c:134: undefined reference to `Rijndael_k32b32_encrypt_x4'
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:gilclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1)

Compiler output

Implementation: T:gil
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
try.c: /usr/bin/ld: libcrypto_stream_rijn256ctr.a(stream.o): in function `crypto_stream_rijn256ctr_gil_timingleaks_xor':
try.c: .../supercop-data/rome0/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rijn256ctr/gil/work/stream.c:100: undefined reference to `Rijndael_k32b32_expandkey'
try.c: /usr/bin/ld: libcrypto_stream_rijn256ctr.a(stream.o): in function `_partial_xor':
try.c: .../supercop-data/rome0/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rijn256ctr/gil/work/stream.c:73: undefined reference to `Rijndael_k32b32_encrypt_x4'
try.c: /usr/bin/ld: libcrypto_stream_rijn256ctr.a(stream.o): in function `_full_xor':
try.c: .../supercop-data/rome0/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rijn256ctr/gil/work/stream.c:56: undefined reference to `Rijndael_k32b32_encrypt_x4'
try.c: /usr/bin/ld: libcrypto_stream_rijn256ctr.a(stream.o): in function `crypto_stream_rijn256ctr_gil_timingleaks':
try.c: .../supercop-data/rome0/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rijn256ctr/gil/work/stream.c:155: undefined reference to `Rijndael_k32b32_expandkey'
try.c: /usr/bin/ld: libcrypto_stream_rijn256ctr.a(stream.o): in function `_partial_stream':
try.c: .../supercop-data/rome0/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rijn256ctr/gil/work/stream.c:134: undefined reference to `Rijndael_k32b32_encrypt_x4'
try.c: /usr/bin/ld: libcrypto_stream_rijn256ctr.a(stream.o): in function `_full_stream':
try.c: .../supercop-data/rome0/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rijn256ctr/gil/work/stream.c:122: undefined reference to `Rijndael_k32b32_encrypt_x4'
try.c: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:gilgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

Compiler output

Implementation: T:gil
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
try.c: /usr/bin/ld: libcrypto_stream_rijn256ctr.a(stream.o): in function `crypto_stream_rijn256ctr_gil_timingleaks_xor':
try.c: .../supercop-data/rome0/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rijn256ctr/gil/work/stream.c:100: undefined reference to `Rijndael_k32b32_expandkey'
try.c: /usr/bin/ld: libcrypto_stream_rijn256ctr.a(stream.o): in function `_full_xor':
try.c: .../supercop-data/rome0/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rijn256ctr/gil/work/stream.c:56: undefined reference to `Rijndael_k32b32_encrypt_x4'
try.c: /usr/bin/ld: libcrypto_stream_rijn256ctr.a(stream.o): in function `_partial_xor':
try.c: .../supercop-data/rome0/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rijn256ctr/gil/work/stream.c:73: undefined reference to `Rijndael_k32b32_encrypt_x4'
try.c: /usr/bin/ld: libcrypto_stream_rijn256ctr.a(stream.o): in function `crypto_stream_rijn256ctr_gil_timingleaks':
try.c: .../supercop-data/rome0/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rijn256ctr/gil/work/stream.c:155: undefined reference to `Rijndael_k32b32_expandkey'
try.c: /usr/bin/ld: libcrypto_stream_rijn256ctr.a(stream.o): in function `_full_stream':
try.c: .../supercop-data/rome0/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rijn256ctr/gil/work/stream.c:122: undefined reference to `Rijndael_k32b32_encrypt_x4'
try.c: /usr/bin/ld: libcrypto_stream_rijn256ctr.a(stream.o): in function `_partial_stream':
try.c: .../supercop-data/rome0/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rijn256ctr/gil/work/stream.c:134: undefined reference to `Rijndael_k32b32_encrypt_x4'
try.c: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:gilgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

Compiler output

Implementation: T:gil
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
try.c: /usr/bin/ld: libcrypto_stream_rijn256ctr.a(stream.o): in function `crypto_stream_rijn256ctr_gil_timingleaks_xor':
try.c: .../supercop-data/rome0/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rijn256ctr/gil/work/stream.c:100: undefined reference to `Rijndael_k32b32_expandkey'
try.c: /usr/bin/ld: libcrypto_stream_rijn256ctr.a(stream.o): in function `_partial_xor':
try.c: .../supercop-data/rome0/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rijn256ctr/gil/work/stream.c:73: undefined reference to `Rijndael_k32b32_encrypt_x4'
try.c: /usr/bin/ld: libcrypto_stream_rijn256ctr.a(stream.o): in function `_full_xor':
try.c: .../supercop-data/rome0/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rijn256ctr/gil/work/stream.c:56: undefined reference to `Rijndael_k32b32_encrypt_x4'
try.c: /usr/bin/ld: libcrypto_stream_rijn256ctr.a(stream.o): in function `crypto_stream_rijn256ctr_gil_timingleaks':
try.c: .../supercop-data/rome0/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rijn256ctr/gil/work/stream.c:155: undefined reference to `Rijndael_k32b32_expandkey'
try.c: /usr/bin/ld: libcrypto_stream_rijn256ctr.a(stream.o): in function `_full_stream':
try.c: .../supercop-data/rome0/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rijn256ctr/gil/work/stream.c:122: undefined reference to `Rijndael_k32b32_encrypt_x4'
try.c: /usr/bin/ld: libcrypto_stream_rijn256ctr.a(stream.o): in function `_partial_stream':
try.c: .../supercop-data/rome0/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rijn256ctr/gil/work/stream.c:134: undefined reference to `Rijndael_k32b32_encrypt_x4'
try.c: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:gilgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

Compiler output

Implementation: T:gil
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
try.c: /usr/bin/ld: libcrypto_stream_rijn256ctr.a(stream.o): in function `crypto_stream_rijn256ctr_gil_timingleaks_xor':
try.c: .../supercop-data/rome0/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rijn256ctr/gil/work/stream.c:100: undefined reference to `Rijndael_k32b32_expandkey'
try.c: /usr/bin/ld: libcrypto_stream_rijn256ctr.a(stream.o): in function `_full_xor':
try.c: .../supercop-data/rome0/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rijn256ctr/gil/work/stream.c:56: undefined reference to `Rijndael_k32b32_encrypt_x4'
try.c: /usr/bin/ld: libcrypto_stream_rijn256ctr.a(stream.o): in function `_partial_xor':
try.c: .../supercop-data/rome0/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rijn256ctr/gil/work/stream.c:73: undefined reference to `Rijndael_k32b32_encrypt_x4'
try.c: /usr/bin/ld: libcrypto_stream_rijn256ctr.a(stream.o): in function `crypto_stream_rijn256ctr_gil_timingleaks':
try.c: .../supercop-data/rome0/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rijn256ctr/gil/work/stream.c:155: undefined reference to `Rijndael_k32b32_expandkey'
try.c: /usr/bin/ld: libcrypto_stream_rijn256ctr.a(stream.o): in function `_full_stream':
try.c: .../supercop-data/rome0/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rijn256ctr/gil/work/stream.c:122: undefined reference to `Rijndael_k32b32_encrypt_x4'
try.c: /usr/bin/ld: libcrypto_stream_rijn256ctr.a(stream.o): in function `_partial_stream':
try.c: .../supercop-data/rome0/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/rijn256ctr/gil/work/stream.c:134: undefined reference to `Rijndael_k32b32_encrypt_x4'
try.c: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:gilgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)