Lines Matching refs:function

129 DSA_meth_get_sign() and DSA_meth_set_sign() get and set the function used for
130 creating a DSA signature respectively. This function will be
132 parameters for the function have the same meaning as for DSA_do_sign().
134 DSA_meth_get_sign_setup() and DSA_meth_set_sign_setup() get and set the function
135 used for precalculating the DSA signature values B<k^-1> and B<r>. This function
137 parameters for the function have the same meaning as for DSA_sign_setup().
139 DSA_meth_get_verify() and DSA_meth_set_verify() get and set the function used
140 for verifying a DSA signature respectively. This function will be called in
142 parameters for the function have the same meaning as for DSA_do_verify().
144 DSA_meth_get_mod_exp() and DSA_meth_set_mod_exp() get and set the function used
149 This function will be called by the default OpenSSL method during verification
150 of a DSA signature. The result is stored in the B<rr> parameter. This function
153 DSA_meth_get_bn_mod_exp() and DSA_meth_set_bn_mod_exp() get and set the function
158 This function will be called by the default OpenSSL function for
159 DSA_sign_setup(). The result is stored in the B<r> parameter. This function
162 DSA_meth_get_init() and DSA_meth_set_init() get and set the function used
163 for creating a new DSA instance respectively. This function will be
167 newly allocated structure will be passed as a parameter to the function. This
168 function may be NULL.
170 DSA_meth_get_finish() and DSA_meth_set_finish() get and set the function used
171 for destroying an instance of a DSA object respectively. This function will be
173 to be destroyed is passed as a parameter. The destroy function should be used
175 not be freed by this function. This function may be NULL.
177 DSA_meth_get_paramgen() and DSA_meth_set_paramgen() get and set the function
178 used for generating DSA parameters respectively. This function will be called in
180 DSA_generate_parameters()). The parameters for the function have the same
183 DSA_meth_get_keygen() and DSA_meth_set_keygen() get and set the function
184 used for generating a new DSA key pair respectively. This function will be
186 for the function has the same meaning as for DSA_generate_key().
196 All other DSA_meth_get_*() functions return the appropriate function pointer