Return the key-generation callback from a DSA_METHOD (deprecated).
Declared in <openssl/dsa.h>
[[deprecated]]
int(*
DSA_meth_get_keygen(DSA_METHOD const* dsam))(DSA*);
Deprecated. Use of this entity is allowed but discouraged.
Pointer to the keygen callback, or NULL if unset.
| Name | Description |
|---|---|
| dsam | Method table to query. |