Opaque RSAES‐OAEP parameter structure (hashFunc / maskGenFunc / pSourceFunc).
Synopsis
Declared in <openssl/rsa.h>
struct rsa_oaep_params_st;
Data Members
Name |
Description |
AlgorithmIdentifier for the OAEP hash function (for example SHA‐256). |
|
AlgorithmIdentifier for the OAEP mask generation function (typically MGF1). |
|
Decoded hash AlgorithmIdentifier extracted from |
|
AlgorithmIdentifier for the OAEP P‐source function (typically pSpecified). |
Created with MrDocs