Return the OSSL_PARAM descriptors for parameters retrievable from pkey.

Synopsis

Declared in <openssl/evp.h>

OSSL_PARAM const*
EVP_PKEY_gettable_params(EVP_PKEY const* pkey);

Return Value

Constant OSSL_PARAM array, or NULL on error.

Parameters

Name

Description

pkey

Key whose gettable parameter names and types are listed.

Created with MrDocs