rsa_oaep_params_st

Opaque RSAES-OAEP parameter structure (hashFunc / maskGenFunc / pSourceFunc).

Synopsis

Declared in <openssl/rsa.h>

struct rsa_oaep_params_st;

Data Members

NameDescription
hashFunc AlgorithmIdentifier for the OAEP hash function (for example SHA-256).
maskGenFunc AlgorithmIdentifier for the OAEP mask generation function (typically MGF1).
maskHash Decoded hash AlgorithmIdentifier extracted from maskGenFunc (MGF1).
pSourceFunc AlgorithmIdentifier for the OAEP P-source function (typically pSpecified).