Lines Matching refs:DSA_METHOD
16 void DSA_set_default_method(const DSA_METHOD *meth);
18 const DSA_METHOD *DSA_get_default_method(void);
20 int DSA_set_method(DSA *dsa, const DSA_METHOD *meth);
24 const DSA_METHOD *DSA_OpenSSL(void);
31 A B<DSA_METHOD> specifies the functions that OpenSSL uses for DSA
37 Initially, the default DSA_METHOD is the OpenSSL internal implementation,
48 DSA_METHOD. However, the meaningfulness of this result is dependent on
53 B<rsa>. This will replace the DSA_METHOD used by the DSA key and if the
56 work with certain DSA_METHOD implementations (e.g. from an ENGINE module
58 attempting to change the DSA_METHOD for the key can have unexpected
59 results. See L<DSA_meth_new(3)> for information on constructing custom DSA_METHOD
64 for DSA operations is used, and if no default ENGINE is set, the DSA_METHOD
70 B<DSA_METHOD>s.