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
Name |
Description |
pkey |
Key that must hold a DSA key. |
Created with MrDocs