Return the number of registered EVP_PKEY_METHOD implementations (deprecated).

Synopsis

Declared in <openssl/evp.h>

[[deprecated]]
size_t
EVP_PKEY_meth_get_count();
Warning

Deprecated. Use of this entity is allowed but discouraged.

Return Value

Count of methods available via EVP_PKEY_meth_get0().

Created with MrDocs