Read the algorithm id and flags from an EVP_PKEY_METHOD (deprecated).

Synopsis

Declared in <openssl/evp.h>

[[deprecated]]
void
EVP_PKEY_meth_get0_info(
    int* ppkey_id,
    int* pflags,
    EVP_PKEY_METHOD const* meth);
Warning

Deprecated. Use of this entity is allowed but discouraged.

Parameters

Name

Description

ppkey_id

Optional output receiving the method's EVP_PKEY_* id.

pflags

Optional output receiving the method flags.

meth

Method object to query.

Created with MrDocs