Implementation notes: aarch64, par3, crypto_aead/aes128cpfbv1

Computer: par3
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20170718
Operation: crypto_aead
Primitive: aes128cpfbv1
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
212152? ? ?? ? ?gladmangcc_-funroll-loops_-march=native_-mtune=native_-Os2017071920170718
219276? ? ?? ? ?gladmangcc_-funroll-loops_-march=native_-mtune=native_-O32017071920170718
220238? ? ?? ? ?gladmangcc_-funroll-loops_-march=native_-mtune=native_-O22017071920170718
224285? ? ?? ? ?gladmangcc_-march=native_-mtune=native_-O32017071920170718
225420? ? ?? ? ?gladmangcc_-march=native_-mtune=native_-O22017071920170718
243693? ? ?? ? ?aesrefgcc_-march=native_-mtune=native_-O32017071920170718
249831? ? ?? ? ?aesrefgcc_-funroll-loops_-march=native_-mtune=native_-Os2017071920170718
256119? ? ?? ? ?aesrefgcc_-funroll-loops_-march=native_-mtune=native_-O32017071920170718
257102? ? ?? ? ?aesrefgcc_-funroll-loops_-march=native_-mtune=native_-O22017071920170718
262287? ? ?? ? ?aesrefgcc_-march=native_-mtune=native_-O22017071920170718
275324? ? ?? ? ?gladmangcc_-march=native_-mtune=native_-Os2017071920170718
277899? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-O32017071920170718
278129? ? ?? ? ?refgcc_-march=native_-mtune=native_-O32017071920170718
301185? ? ?? ? ?aesrefgcc_-march=native_-mtune=native_-Os2017071920170718
305411? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-O22017071920170718
374958? ? ?? ? ?refgcc_-march=native_-mtune=native_-O22017071920170718
386403? ? ?? ? ?refgcc_-march=native_-mtune=native_-Os2017071920170718
386575? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-Os2017071920170718

Compiler output

Implementation: crypto_aead/aes128cpfbv1/aesni
Compiler: gcc -funroll-loops -march=native -mtune=native -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=native -O2 aesni
gcc -funroll-loops -march=native -mtune=native -O3 aesni
gcc -funroll-loops -march=native -mtune=native -Os aesni
gcc -march=native -mtune=native -O2 aesni
gcc -march=native -mtune=native -O3 aesni
gcc -march=native -mtune=native -Os aesni

Compiler output

Implementation: crypto_aead/aes128cpfbv1/evp
Compiler: gcc -funroll-loops -march=native -mtune=native -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_aes128cpfbv1_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:190: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:204:31: error: type of formal parameter 3 is incomplete
encrypt.c: gen_kappa(nonce, kappa_0, ctx_k);
encrypt.c: ^~~~~
encrypt.c: encrypt.c:265:28: error: type of formal parameter 3 is incomplete
encrypt.c: gen_kappa(nonce, kappa_m, ctx_k);
encrypt.c: ^~~~~
encrypt.c: encrypt.c: In function 'crypto_aead_aes128cpfbv1_evp_decrypt':
encrypt.c: encrypt.c:330: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:331: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: ...

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