Allocate empty RSA‐OAEP algorithm parameters.
Synopsis
Declared in <openssl/rsa.h>
RSA_OAEP_PARAMS*
RSA_OAEP_PARAMS_new();
Return Value
New RSA_OAEP_PARAMS, or NULL on allocation failure.
Created with MrDocs