Implementation notes: amd64, pluton1mn, crypto_aead/elmd501v1

Computer: pluton1mn
Architecture: amd64
CPU ID: GenuineIntel-00050671-bfebfbff
SUPERCOP version: 20160806
Operation: crypto_aead
Primitive: elmd501v1

Compiler output

Implementation: crypto_aead/elmd501v1/ref
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
encrypt.c: In file included from encrypt.c:12:0:
encrypt.c: module.h: In function 'key_schedule':
encrypt.c: module.h:84:3: warning: implicit declaration of function 'AES_set_encrypt_key_5' [-Wimplicit-function-declaration]
encrypt.c: AES_set_encrypt_key_5(key, 128, &aes_key2);
encrypt.c: ^~~~~~~~~~~~~~~~~~~~~
encrypt.c: module.h:85:3: warning: implicit declaration of function 'AES_set_decrypt_key_5' [-Wimplicit-function-declaration]
encrypt.c: AES_set_decrypt_key_5(key, 128, &aes_key4);
encrypt.c: ^~~~~~~~~~~~~~~~~~~~~
encrypt.c: module.h: In function 'AES':
encrypt.c: module.h:103:4: warning: implicit declaration of function 'AES_encrypt_r5' [-Wimplicit-function-declaration]
encrypt.c: AES_encrypt_r5(inp, res, key);
encrypt.c: ^~~~~~~~~~~~~~
encrypt.c: module.h:105:4: warning: implicit declaration of function 'AES_decrypt_r5' [-Wimplicit-function-declaration]
encrypt.c: AES_decrypt_r5(inp, res, key);
encrypt.c: ^~~~~~~~~~~~~~
try.c: crypto_aead_elmd501v1.a(encrypt.o): In function `key_schedule':
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_set_encrypt_key_5'
try.c: crypto_aead_elmd501v1.a(encrypt.o): In function `process_block':
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_encrypt_r5'
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_decrypt_r5'
try.c: crypto_aead_elmd501v1.a(encrypt.o): In function `key_schedule':
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_set_decrypt_key_5'
try.c: collect2: error: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 2, namely:
CompilerImplementations
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv ref
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv ref

Compiler output

Implementation: crypto_aead/elmd501v1/ref
Compiler: gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv
encrypt.c: In file included from encrypt.c:12:0:
encrypt.c: module.h: In function 'key_schedule':
encrypt.c: module.h:84:3: warning: implicit declaration of function 'AES_set_encrypt_key_5' [-Wimplicit-function-declaration]
encrypt.c: AES_set_encrypt_key_5(key, 128, &aes_key2);
encrypt.c: ^~~~~~~~~~~~~~~~~~~~~
encrypt.c: module.h:85:3: warning: implicit declaration of function 'AES_set_decrypt_key_5' [-Wimplicit-function-declaration]
encrypt.c: AES_set_decrypt_key_5(key, 128, &aes_key4);
encrypt.c: ^~~~~~~~~~~~~~~~~~~~~
encrypt.c: module.h: In function 'AES':
encrypt.c: module.h:103:4: warning: implicit declaration of function 'AES_encrypt_r5' [-Wimplicit-function-declaration]
encrypt.c: AES_encrypt_r5(inp, res, key);
encrypt.c: ^~~~~~~~~~~~~~
encrypt.c: module.h:105:4: warning: implicit declaration of function 'AES_decrypt_r5' [-Wimplicit-function-declaration]
encrypt.c: AES_decrypt_r5(inp, res, key);
encrypt.c: ^~~~~~~~~~~~~~
try.c: crypto_aead_elmd501v1.a(encrypt.o): In function `process_AD':
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_encrypt_r5'
try.c: crypto_aead_elmd501v1.a(encrypt.o): In function `process_block.constprop.2':
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_decrypt_r5'
try.c: crypto_aead_elmd501v1.a(encrypt.o): In function `process_block.constprop.3':
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_encrypt_r5'
try.c: crypto_aead_elmd501v1.a(encrypt.o): In function `crypto_aead_elmd501v1_ref_encrypt':
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_set_encrypt_key_5'
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_set_decrypt_key_5'
try.c: crypto_aead_elmd501v1.a(encrypt.o): In function `crypto_aead_elmd501v1_ref_decrypt':
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_set_encrypt_key_5'
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_set_decrypt_key_5'
try.c: collect2: error: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv ref

Compiler output

Implementation: crypto_aead/elmd501v1/ref
Compiler: gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv
encrypt.c: In file included from encrypt.c:12:0:
encrypt.c: module.h: In function 'key_schedule':
encrypt.c: module.h:84:3: warning: implicit declaration of function 'AES_set_encrypt_key_5' [-Wimplicit-function-declaration]
encrypt.c: AES_set_encrypt_key_5(key, 128, &aes_key2);
encrypt.c: ^~~~~~~~~~~~~~~~~~~~~
encrypt.c: module.h:85:3: warning: implicit declaration of function 'AES_set_decrypt_key_5' [-Wimplicit-function-declaration]
encrypt.c: AES_set_decrypt_key_5(key, 128, &aes_key4);
encrypt.c: ^~~~~~~~~~~~~~~~~~~~~
encrypt.c: module.h: In function 'AES':
encrypt.c: module.h:103:4: warning: implicit declaration of function 'AES_encrypt_r5' [-Wimplicit-function-declaration]
encrypt.c: AES_encrypt_r5(inp, res, key);
encrypt.c: ^~~~~~~~~~~~~~
encrypt.c: module.h:105:4: warning: implicit declaration of function 'AES_decrypt_r5' [-Wimplicit-function-declaration]
encrypt.c: AES_decrypt_r5(inp, res, key);
encrypt.c: ^~~~~~~~~~~~~~
try.c: crypto_aead_elmd501v1.a(encrypt.o): In function `key_schedule':
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_set_encrypt_key_5'
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_set_decrypt_key_5'
try.c: crypto_aead_elmd501v1.a(encrypt.o): In function `process_block':
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_encrypt_r5'
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_encrypt_r5'
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_decrypt_r5'
try.c: collect2: error: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv ref

Compiler output

Implementation: crypto_aead/elmd501v1/ref
Compiler: icc -xMIC-AVX512 -O2 -fomit-frame-pointer
encrypt.c: In file included from encrypt.c(12):
encrypt.c: module.h(84): warning #266: function "AES_set_encrypt_key_5" declared implicitly
encrypt.c: AES_set_encrypt_key_5(key, 128, &aes_key2);
encrypt.c: ^
encrypt.c:
encrypt.c: In file included from encrypt.c(12):
encrypt.c: module.h(85): warning #266: function "AES_set_decrypt_key_5" declared implicitly
encrypt.c: AES_set_decrypt_key_5(key, 128, &aes_key4);
encrypt.c: ^
encrypt.c:
encrypt.c: In file included from encrypt.c(12):
encrypt.c: module.h(103): warning #266: function "AES_encrypt_r5" declared implicitly
encrypt.c: AES_encrypt_r5(inp, res, key);
encrypt.c: ^
encrypt.c:
encrypt.c: In file included from encrypt.c(12):
encrypt.c: module.h(105): warning #266: function "AES_decrypt_r5" declared implicitly
encrypt.c: AES_decrypt_r5(inp, res, key);
encrypt.c: ^
encrypt.c:
try.c: crypto_aead_elmd501v1.a(encrypt.o): In function `crypto_aead_elmd501v1_ref_encrypt':
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_set_encrypt_key_5'
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_set_decrypt_key_5'
try.c: crypto_aead_elmd501v1.a(encrypt.o): In function `crypto_aead_elmd501v1_ref_decrypt':
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_set_encrypt_key_5'
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_set_decrypt_key_5'
try.c: crypto_aead_elmd501v1.a(encrypt.o): In function `process_block':
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_encrypt_r5'
try.c: encrypt.c:(.text+0x...): undefined reference to `AES_decrypt_r5'

Number of similar (compiler,implementation) pairs: 2, namely:
CompilerImplementations
icc -xMIC-AVX512 -O2 -fomit-frame-pointer ref
icc -xMIC-AVX512 -O3 -fomit-frame-pointer ref