Return the OSSL_PARAM descriptors accepted by EVP_PKEY_fromdata() for selection.

Synopsis

Declared in <openssl/evp.h>

OSSL_PARAM const*
EVP_PKEY_fromdata_settable(
    EVP_PKEY_CTX* ctx,
    int selection);

Return Value

Array of OSSL_PARAM descriptors terminated by OSSL_PARAM_END, or NULL.

Parameters

Name

Description

ctx

Key context created for the target algorithm.

selection

OSSL_KEYMGMT_SELECT_* bitmask describing which key components are imported.

Created with MrDocs