Test results for armeabi, h7panda, crypto_stream/hc128

[Page version: 20260131 15:44:05]

Measurements for armeabi, h7panda, crypto_stream Test results for armeabi, h7panda, crypto_stream Test results for crypto_stream/hc128
Computer: h7panda
Microarchitecture: armeabi; Cortex-A9+NEON (411fc093)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20250922
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: error: call to undeclared function 'U32TO32_LITTLE'; ISO C99 and later do not support implicit function declarations [-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: ./e/hc-128.c:221:57: error: call to undeclared function 'U32TO32_LITTLE'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
hc-128.c:   221 |         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: error: call to undeclared function 'U32TO32_LITTLE'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
hc-128.c:   269 |           ((u32*)output)[0]  = ((u32*)input)[0]  ^ U32TO32_LITTLE(keystream[0]);
hc-128.c:       |                                                    ^
hc-128.c: 3 errors generated.

Number of similar (implementation,compiler) pairs: 5, namely:
ImplementationCompiler
T:e/hc-128/200606clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8)
T:e/hc-128/200606clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8)
T:e/hc-128/200606clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8)
T:e/hc-128/200606clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8)
T:e/hc-128/200606clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8)

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: error: 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

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

Compiler output


hc-128.c: In file included from hc-128.c:1:
hc-128.c: ./e/hc-128.c:239:54: error: call to undeclared function 'U32TO32_LITTLE'; ISO C99 and later do not support implicit function declarations [-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: ./e/hc-128.c:253:57: error: call to undeclared function 'U32TO32_LITTLE'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
hc-128.c:   253 |         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: error: call to undeclared function 'U32TO32_LITTLE'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
hc-128.c:   301 |           ((u32*)output)[0]  = ((u32*)input)[0]  ^ U32TO32_LITTLE(keystream[0]);
hc-128.c:       |                                                    ^
hc-128.c: 3 errors generated.

Number of similar (implementation,compiler) pairs: 5, namely:
ImplementationCompiler
T:e/hc-128/200701aclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8)
T:e/hc-128/200701aclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8)
T:e/hc-128/200701aclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8)
T:e/hc-128/200701aclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8)
T:e/hc-128/200701aclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8)

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: error: 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

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

Compiler output


hc-128.c: In file included from hc-128.c:1:
hc-128.c: ./e/hc-128.c:209:54: error: call to undeclared function 'U32TO32_LITTLE'; ISO C99 and later do not support implicit function declarations [-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: ./e/hc-128.c:223:57: error: call to undeclared function 'U32TO32_LITTLE'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
hc-128.c:   223 |         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: error: call to undeclared function 'U32TO32_LITTLE'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
hc-128.c:   271 |           ((u32*)output)[0]  = ((u32*)input)[0]  ^ U32TO32_LITTLE(keystream[0]);
hc-128.c:       |                                                    ^
hc-128.c: 3 errors generated.

Number of similar (implementation,compiler) pairs: 5, namely:
ImplementationCompiler
T:e/hc-128/200701bclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8)
T:e/hc-128/200701bclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8)
T:e/hc-128/200701bclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8)
T:e/hc-128/200701bclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8)
T:e/hc-128/200701bclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8)

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: error: 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

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