RSA_padding_add_PKCS1_OAEP_mgf1

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C) nothrow
static if(OPENSSL_VERSION_AT_LEAST(1, 1, 0))
int
RSA_padding_add_PKCS1_OAEP_mgf1
(
ubyte* to
,
int tlen
,
const(ubyte)* from
,
int flen
,
const(ubyte)* param
,
int plen
,
const(EVP_MD)* md
,
const(EVP_MD)* mgf1md
)

Meta