EVP_PKEY_get0_DSA

Return the DSA key referenced by pkey without incrementing its reference count (deprecated).

Synopsis

Declared in <openssl/evp.h>

[[deprecated]]
dsa_st const*
EVP_PKEY_get0_DSA(EVP_PKEY const* pkey);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Return Value

Internal DSA pointer, or NULL if pkey is not a DSA key; do not free the result.

Parameters

NameDescription
pkeyKey that must hold a DSA key.