Opaque RSAES-OAEP parameter structure (hashFunc / maskGenFunc / pSourceFunc).
Declared in <openssl/rsa.h>
struct rsa_oaep_params_st;
| Name | Description |
|---|---|
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). |