Implementation notes: mipso32, gcc23, crypto_encrypt/ronald2048

Computer: gcc23
Microarchitecture: mipso32; Octeon II (cnmips64v2)
Architecture: mipso32
CPU ID: unknown CPU ID
SUPERCOP version: 20230530
Operation: crypto_encrypt
Primitive: ronald2048

Test failure

Implementation: T:openssl
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
error 111
crypto_encrypt_keypair returns nonzero

Number of similar (compiler,implementation) pairs: 4, namely:
CompilerImplementations
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:openssl
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:openssl
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE T:openssl
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE T:openssl

Compiler output

Implementation: T:opensslnew
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
keypair.c: keypair.c: In function 'crypto_encrypt_ronald2048_opensslnew_timingleaks_keypair':
keypair.c: keypair.c:32:5: warning: assignment makes pointer from integer without a cast
keypair.c: x = RSA_get0_n(r);
keypair.c: ^
keypair.c: keypair.c:36:5: warning: assignment makes pointer from integer without a cast
keypair.c: x = RSA_get0_e(r);
keypair.c: ^
keypair.c: keypair.c:40:5: warning: assignment makes pointer from integer without a cast
keypair.c: x = RSA_get0_d(r);
keypair.c: ^
keypair.c: keypair.c:44:5: warning: assignment makes pointer from integer without a cast
keypair.c: x = RSA_get0_p(r);
keypair.c: ^
keypair.c: keypair.c:48:5: warning: assignment makes pointer from integer without a cast
keypair.c: x = RSA_get0_q(r);
keypair.c: ^
keypair.c: keypair.c:52:5: warning: assignment makes pointer from integer without a cast
keypair.c: x = RSA_get0_dmp1(r);
keypair.c: ^
keypair.c: keypair.c:56:5: warning: assignment makes pointer from integer without a cast
keypair.c: x = RSA_get0_dmq1(r);
keypair.c: ^
keypair.c: keypair.c:60:5: warning: assignment makes pointer from integer without a cast
keypair.c: x = RSA_get0_iqmp(r);
keypair.c: ^
try.c: libcrypto_encrypt_ronald2048.a(keypair.o): In function `crypto_encrypt_ronald2048_opensslnew_timingleaks_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `RSA_get0_n'
try.c: keypair.c:(.text+0x...): undefined reference to `RSA_get0_e'
try.c: keypair.c:(.text+0x...): undefined reference to `RSA_get0_d'
try.c: keypair.c:(.text+0x...): undefined reference to `RSA_get0_p'
try.c: keypair.c:(.text+0x...): undefined reference to `RSA_get0_q'
try.c: keypair.c:(.text+0x...): undefined reference to `RSA_get0_dmp1'
try.c: keypair.c:(.text+0x...): undefined reference to `RSA_get0_dmq1'
try.c: keypair.c:(.text+0x...): undefined reference to `RSA_get0_iqmp'
try.c: libcrypto_encrypt_ronald2048.a(shortciphertext.o): In function `crypto_encrypt_ronald2048_opensslnew_timingleaks_shortciphertext':
try.c: shortciphertext.c:(.text+0x...): undefined reference to `RSA_set0_key'
try.c: libcrypto_encrypt_ronald2048.a(shortplaintext.o): In function `crypto_encrypt_ronald2048_opensslnew_timingleaks_shortplaintext':
try.c: shortplaintext.c:(.text+0x...): undefined reference to `RSA_set0_key'
try.c: shortplaintext.c:(.text+0x...): undefined reference to `RSA_set0_factors'
try.c: shortplaintext.c:(.text+0x...): undefined reference to `RSA_set0_crt_params'
try.c: collect2: error: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 4, namely:
CompilerImplementations
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:opensslnew
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:opensslnew
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE T:opensslnew
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE T:opensslnew