Opaque DSA key/parameters object (deprecated low-level DSA_* API).
Declared in <openssl/types.h>
struct dsa_st;
| Name | Description |
|---|---|
EVP_PKEY_get0_DSA | Return the DSA key referenced by pkey without incrementing its reference count (deprecated). |
EVP_PKEY_get1_DSA | Return a new reference to the DSA key held by pkey (deprecated). |