Lines Matching full:values
107 to NULL. Otherwise they are set to pointers to their respective values. These
108 point directly to the internal representations of the values and therefore
111 The \fBp\fR, \fBq\fR and \fBg\fR values can be set by calling \fBDSA_set0_pqg()\fR and passing
112 the new values for \fBp\fR, \fBq\fR and \fBg\fR as parameters to the function. Calling
113 this function transfers the memory management of the values to the DSA object,
114 and therefore the values that have been passed in should not be freed directly
117 To get the public and private key values use the \fBDSA_get0_key()\fR function. A
121 be. The values point to the internal representation of the public key and
122 private key values. This memory should not be freed directly.
124 The public and private key values can be set using \fBDSA_set0_key()\fR. The public
128 this function transfers the memory management of the key values to the DSA
132 Any of the values \fBp\fR, \fBq\fR, \fBg\fR, \fBpriv_key\fR, and \fBpub_key\fR can also be
148 Values retrieved with \fBDSA_get0_key()\fR are owned by the DSA object used
152 .SH "RETURN VALUES"
153 .IX Header "RETURN VALUES"