Return the base EVP_PKEY type id for pkey (for example EVP_PKEY_RSA).

Synopsis

Declared in <openssl/evp.h>

int
EVP_PKEY_get_base_id(EVP_PKEY const* pkey);

Return Value

EVP_PKEY_* type constant, or EVP_PKEY_NONE if unset.

Parameters

Name

Description

pkey

Key to query.

Created with MrDocs