Return the OSSL_PARAM descriptors accepted by EVP_PKEY_fromdata() for selection.
Declared in <openssl/evp.h>
OSSL_PARAM const*
EVP_PKEY_fromdata_settable(
EVP_PKEY_CTX* ctx,
int selection);
Array of OSSL_PARAM descriptors terminated by OSSL_PARAM_END, or NULL.
| Name | Description |
|---|---|
| ctx | Key context created for the target algorithm. |
| selection | OSSL_KEYMGMT_SELECT_* bitmask describing which key components are imported. |