Implementation notes: armeabi, tonido, crypto_stream/aes256ctr

Computer: tonido
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20170718
Operation: crypto_stream
Primitive: aes256ctr
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
436296? ? ?? ? ?cryptoppg++_-march=native_-mtune=xscale_-O22017072120170718
436812? ? ?? ? ?cryptoppg++_-funroll-loops_-march=native_-mtune=xscale_-Os2017072120170718
436836? ? ?? ? ?cryptoppg++_-march=native_-mtune=xscale_-Os2017072120170718
436872? ? ?? ? ?cryptoppg++_-funroll-loops_-march=native_-mtune=xscale_-O22017072120170718
437430? ? ?? ? ?cryptoppg++_-march=native_-mtune=xscale_-O32017072120170718
437850? ? ?? ? ?cryptoppg++_-funroll-loops_-march=native_-mtune=xscale_-O32017072120170718

Compiler output

Implementation: crypto_stream/aes256ctr/openssl
Compiler: gcc -funroll-loops -march=native -mtune=xscale -O2
stream.c: stream.c: In function 'crypto_stream_aes256ctr_openssl':
stream.c: stream.c:12:3: warning: implicit declaration of function 'memset' [-Wimplicit-function-declaration]
stream.c: memset(temp, 0, outlen);
stream.c: ^~~~~~
stream.c: stream.c:12:3: warning: incompatible implicit declaration of built-in function 'memset'
stream.c: stream.c:12:3: note: include '<string.h>' or provide a declaration of 'memset'
stream.c: stream.c: In function 'crypto_stream_aes256ctr_openssl_xor':
stream.c: stream.c:24:18: error: storage size of 'x' isn't known
stream.c: EVP_CIPHER_CTX x;
stream.c: ^

Number of similar (compiler,implementation) pairs: 6, namely:
CompilerImplementations
gcc -funroll-loops -march=native -mtune=xscale -O2 openssl
gcc -funroll-loops -march=native -mtune=xscale -O3 openssl
gcc -funroll-loops -march=native -mtune=xscale -Os openssl
gcc -march=native -mtune=xscale -O2 openssl
gcc -march=native -mtune=xscale -O3 openssl
gcc -march=native -mtune=xscale -Os openssl