Lines Matching refs:DSA_METHOD
12 void DSA_set_default_method(const DSA_METHOD *meth);
14 const DSA_METHOD *DSA_get_default_method(void);
16 int DSA_set_method(DSA *dsa, const DSA_METHOD *meth);
20 DSA_METHOD *DSA_OpenSSL(void);
24 A B<DSA_METHOD> specifies the functions that OpenSSL uses for DSA
30 Initially, the default DSA_METHOD is the OpenSSL internal implementation,
41 DSA_METHOD. However, the meaningfulness of this result is dependent on
46 B<rsa>. This will replace the DSA_METHOD used by the DSA key and if the
49 work with certain DSA_METHOD implementations (e.g. from an ENGINE module
51 attempting to change the DSA_METHOD for the key can have unexpected
52 results. See L<DSA_meth_new> for information on constructing custom DSA_METHOD
57 for DSA operations is used, and if no default ENGINE is set, the DSA_METHOD
63 B<DSA_METHOD>s.