Implementation notes: armeabi, tonido, crypto_aead/aes256cpfbv1

Computer: tonido
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20170718
Operation: crypto_aead
Primitive: aes256cpfbv1
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
1394694? ? ?? ? ?gladmangcc_-funroll-loops_-march=native_-mtune=xscale_-Os2017072220170718
1403586? ? ?? ? ?gladmangcc_-march=native_-mtune=xscale_-Os2017072220170718
1544412? ? ?? ? ?aesrefgcc_-march=native_-mtune=xscale_-O32017072220170718
1544538? ? ?? ? ?gladmangcc_-funroll-loops_-march=native_-mtune=xscale_-O32017072220170718
1545036? ? ?? ? ?gladmangcc_-funroll-loops_-march=native_-mtune=xscale_-O22017072220170718
1555146? ? ?? ? ?gladmangcc_-march=native_-mtune=xscale_-O22017072220170718
1555560? ? ?? ? ?gladmangcc_-march=native_-mtune=xscale_-O32017072220170718
1559778? ? ?? ? ?aesrefgcc_-funroll-loops_-march=native_-mtune=xscale_-O32017072220170718
1572174? ? ?? ? ?aesrefgcc_-funroll-loops_-march=native_-mtune=xscale_-O22017072220170718
1585368? ? ?? ? ?aesrefgcc_-march=native_-mtune=xscale_-O22017072220170718
1588500? ? ?? ? ?aesrefgcc_-funroll-loops_-march=native_-mtune=xscale_-Os2017072220170718
1739556? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=xscale_-O32017072220170718
1741578? ? ?? ? ?refgcc_-march=native_-mtune=xscale_-O32017072220170718
1755690? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=xscale_-O22017072220170718
1800786? ? ?? ? ?aesrefgcc_-march=native_-mtune=xscale_-Os2017072220170718
1858140? ? ?? ? ?refgcc_-march=native_-mtune=xscale_-O22017072220170718
1918752? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=xscale_-Os2017072220170718
1919376? ? ?? ? ?refgcc_-march=native_-mtune=xscale_-Os2017072220170718

Compiler output

Implementation: crypto_aead/aes256cpfbv1/aesni
Compiler: gcc -funroll-loops -march=native -mtune=xscale -O2
cpfbkey.c: cpfbkey.c:15:10: fatal error: wmmintrin.h: No such file or directory
cpfbkey.c: #include <wmmintrin.h>
cpfbkey.c: ^~~~~~~~~~~~~
cpfbkey.c: compilation terminated.

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

Compiler output

Implementation: crypto_aead/aes256cpfbv1/evp
Compiler: gcc -funroll-loops -march=native -mtune=xscale -O2
encrypt.c: encrypt.c:170:82: error: array type has incomplete element type 'EVP_CIPHER_CTX {aka struct evp_cipher_ctx_st}'
encrypt.c: static void gen_kappa(unsigned char* nonce, unsigned char* kappa, EVP_CIPHER_CTX ctx_key[1]){
encrypt.c: ^~~~~~~
encrypt.c: encrypt.c: In function 'crypto_aead_aes256cpfbv1_evp_encrypt':
encrypt.c: encrypt.c:188:20: error: array type has incomplete element type 'EVP_CIPHER_CTX {aka struct evp_cipher_ctx_st}'
encrypt.c: EVP_CIPHER_CTX ctx_k[1];
encrypt.c: ^~~~~
encrypt.c: encrypt.c:189:20: error: array type has incomplete element type 'EVP_CIPHER_CTX {aka struct evp_cipher_ctx_st}'
encrypt.c: EVP_CIPHER_CTX ctx_kappa_0[1];
encrypt.c: ^~~~~~~~~~~
encrypt.c: ...
encrypt.c: ^~~~~~~~~~~
encrypt.c: encrypt.c:332:20: error: array type has incomplete element type 'EVP_CIPHER_CTX {aka struct evp_cipher_ctx_st}'
encrypt.c: EVP_CIPHER_CTX ctx_kappa_m[1];
encrypt.c: ^~~~~~~~~~~
encrypt.c: encrypt.c:351:31: error: type of formal parameter 3 is incomplete
encrypt.c: gen_kappa(nonce, kappa_0, ctx_k);
encrypt.c: ^~~~~
encrypt.c: encrypt.c:412:28: error: type of formal parameter 3 is incomplete
encrypt.c: gen_kappa(nonce, kappa_m, ctx_k);
encrypt.c: ^~~~~

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