Lines Matching refs:set
50 If the parameters have not yet been set then I<*p>, I<*q> and I<*g> will be set
51 to NULL. Otherwise they are set to pointers to their respective values. These
57 The I<p>, I<q> and I<g> values can be set by calling DH_set0_pqg() and passing
64 prime group then the value of I<q> will be set to q = (p - 1) / 2 if I<q> is
65 NULL. The optional length parameter will be set to BN_num_bits(I<q>) if I<q>
71 been set yet, although if the private key has been set then the public key must
77 The public and private key values can be set using DH_set0_key(). Either
89 are already set are left set. DH_test_flags() tests to see whether the flags
90 passed in the I<flags> parameter are currently set in the DH object. Multiple
91 flags can be tested in one go. All flags that are currently set are returned, or
92 zero if none of the flags are set. DH_clear_flags() clears the specified flags
95 DH_get0_engine() returns a handle to the ENGINE that has been set for this DH
96 object, or NULL if no such ENGINE has been set. This function is deprecated. All
99 The DH_get_length() and DH_set_length() functions get and set the optional
103 set to a value greater or equal to 2 * maximum_target_security_strength(BN_num_bits(I<p>))
125 DH_get0_engine() returns the ENGINE set for the DH object or NULL if no ENGINE
126 has been set.
129 or zero if no such length has been explicitly set.