Return the parameter‐generation callback from a DSA_METHOD (deprecated).

Synopsis

Declared in <openssl/dsa.h>

[[deprecated]]
int(*
DSA_meth_get_paramgen(DSA_METHOD const* dsam))(DSA*, int, unsigned char const*, int, int*, unsigned long*, BN_GENCB*);
Warning

Deprecated. Use of this entity is allowed but discouraged.

Return Value

Pointer to the paramgen callback, or NULL if unset.

Parameters

Name

Description

dsam

Method table to query.

Created with MrDocs