EVP_PKEY_new

Allocates an empty EVP_PKEY structure, which is used to store public and private keys

extern (C)
EVP_PKEY_new
()

Return Value

Type: EVP_PKEY*

An empty key with a reference count of 1, or null if an error occurred.

Meta