Generate algorithm parameters into *ppkey using an initialised paramgen context.
1 on success, or a non-positive value on failure.
| Name | Description |
|---|---|
| ctx | Context prepared with EVP_PKEY_paramgen_init() (and any controls). |
| ppkey | Address of an EVP_PKEY pointer that receives the parameters (allocated if NULL). |