EVP_PKEY_meth_get0_info

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

NameDescription
ppkey_idOptional output receiving the method's EVP_PKEY_* id.
pflagsOptional output receiving the method flags.
methMethod object to query.