Implementation notes: ppc64, powermacg5, crypto_stream/aes256ctr

Computer: powermacg5
Architecture: ppc64
CPU ID: unknown CPU ID
SUPERCOP version: 20170904
Operation: crypto_stream
Primitive: aes256ctr

Compiler output

Implementation: crypto_stream/aes256ctr/cryptopp
Compiler: g++ -mcpu=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
stream.cpp: stream.cpp:1:26: fatal error: cryptopp/aes.h: No such file or directory
stream.cpp: #include <cryptopp/aes.h>
stream.cpp: ^
stream.cpp: compilation terminated.

Number of similar (compiler,implementation) pairs: 3, namely:
CompilerImplementations
g++ -mcpu=native -mtune=native -O2 -fomit-frame-pointer -fwrapv cryptopp
g++ -mcpu=native -mtune=native -O3 -fomit-frame-pointer -fwrapv cryptopp
g++ -mcpu=native -mtune=native -Os -fomit-frame-pointer -fwrapv cryptopp

Compiler output

Implementation: crypto_stream/aes256ctr/openssl
Compiler: gcc -mcpu=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
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:28:30: warning: implicit declaration of function 'EVP_aes_256_ctr' [-Wimplicit-function-declaration]
stream.c: ok = EVP_EncryptInit_ex(&x,EVP_aes_256_ctr(),0,k,n);
stream.c: ^~~~~~~~~~~~~~~
stream.c: stream.c:28:30: warning: passing argument 2 of 'EVP_EncryptInit_ex' makes pointer from integer without a cast [-Wint-conversion]
stream.c: In file included from stream.c:2:0:
stream.c: /usr/include/openssl/evp.h:566:5: note: expected 'const EVP_CIPHER * {aka const struct evp_cipher_st *}' but argument is of type 'int'
stream.c: int EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl,
stream.c: ^~~~~~~~~~~~~~~~~~
try.c: Undefined symbols:
try.c: "_EVP_aes_256_ctr", referenced from:
try.c: _crypto_stream_aes256ctr_openssl_xor in crypto_stream_aes256ctr.a(stream.o)
try.c: ld: symbol(s) not found
try.c: collect2: error: ld returned 1 exit status

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

Compiler output

Implementation: crypto_stream/aes256ctr/openssl
Compiler: gcc -mcpu=native -mtune=native -O3 -fomit-frame-pointer -fwrapv
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:28:30: warning: implicit declaration of function 'EVP_aes_256_ctr' [-Wimplicit-function-declaration]
stream.c: ok = EVP_EncryptInit_ex(&x,EVP_aes_256_ctr(),0,k,n);
stream.c: ^~~~~~~~~~~~~~~
stream.c: stream.c:28:30: warning: passing argument 2 of 'EVP_EncryptInit_ex' makes pointer from integer without a cast [-Wint-conversion]
stream.c: In file included from stream.c:2:0:
stream.c: /usr/include/openssl/evp.h:566:5: note: expected 'const EVP_CIPHER * {aka const struct evp_cipher_st *}' but argument is of type 'int'
stream.c: int EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl,
stream.c: ^~~~~~~~~~~~~~~~~~
try.c: Undefined symbols:
try.c: "_EVP_aes_256_ctr", referenced from:
try.c: _crypto_stream_aes256ctr_openssl in crypto_stream_aes256ctr.a(stream.o)
try.c: _crypto_stream_aes256ctr_openssl_xor in crypto_stream_aes256ctr.a(stream.o)
try.c: ld: symbol(s) not found
try.c: collect2: error: ld returned 1 exit status

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