Return the registered EVP_PKEY_METHOD at index idx (deprecated).

Synopsis

Declared in <openssl/evp.h>

[[deprecated]]
EVP_PKEY_METHOD const*
EVP_PKEY_meth_get0(size_t idx);
Warning

Deprecated. Use of this entity is allowed but discouraged.

Return Value

Internal method pointer, or NULL if idx is out of range.

Parameters

Name

Description

idx

Zero‐based index in the range [0, EVP_PKEY_meth_get_count()).]

Created with MrDocs