Lines Matching refs:DSA
6 DSA_set_method, DSA_new_method, DSA_OpenSSL - select DSA method
20 int DSA_set_method(DSA *dsa, const DSA_METHOD *meth);
22 DSA *DSA_new_method(ENGINE *engine);
31 A B<DSA_METHOD> specifies the functions that OpenSSL uses for DSA
34 important information about how these DSA API functions are affected by the use
40 DSA_set_default_method() makes B<meth> the default method for all DSA
43 been set as a default for DSA, so this function is no longer recommended.
53 B<rsa>. This will replace the DSA_METHOD used by the DSA key and if the
55 be released during the change. It is possible to have DSA keys that only
62 DSA_new_method() allocates and initializes a DSA structure so that B<engine>
63 will be used for the DSA operations. If B<engine> is NULL, the default engine
64 for DSA operations is used, and if no default ENGINE is set, the DSA_METHOD