Lines Matching refs:set
45 If the parameters have not yet been set then B<*p>, B<*q> and B<*g> will be set
46 to NULL. Otherwise they are set to pointers to their respective values. These
50 The B<p>, B<q> and B<g> values can be set by calling DSA_set0_pqg() and passing
59 been set yet, although if the private key has been set then the public key must
63 The public and private key values can be set using DSA_set0_key(). The public
77 are already set are left set. DSA_test_flags() tests to see whether the flags
78 passed in the B<flags> parameter are currently set in the DSA object. Multiple
79 flags can be tested in one go. All flags that are currently set are returned, or
80 zero if none of the flags are set. DSA_clear_flags() clears the specified flags
83 DSA_get0_engine() returns a handle to the ENGINE that has been set for this DSA
84 object, or NULL if no such ENGINE has been set.
99 DSA_get0_engine() returns the ENGINE set for the DSA object or NULL if no ENGINE
100 has been set.