Lines Matching refs:function
101 function used for generating a new DH key pair respectively. This function will
103 parameter for the function has the same meaning as for DH_generate_key().
106 function used for computing a new DH shared secret respectively. This function
108 parameters for the function have the same meaning as for DH_compute_key().
110 DH_meth_get_bn_mod_exp() and DH_meth_set_bn_mod_exp() get and set the function
115 This function will be called by the default OpenSSL function for
116 DH_generate_key(). The result is stored in the B<r> parameter. This function
117 may be NULL unless using the default generate key function, in which case it
120 DH_meth_get_init() and DH_meth_set_init() get and set the function used
121 for creating a new DH instance respectively. This function will be
125 newly allocated structure will be passed as a parameter to the function. This
126 function may be NULL.
128 DH_meth_get_finish() and DH_meth_set_finish() get and set the function used
129 for destroying an instance of a DH object respectively. This function will be
131 to be destroyed is passed as a parameter. The destroy function should be used
133 not be freed by this function. This function may be NULL.
136 function used for generating DH parameters respectively. This function will be
138 DH_generate_parameters()). The parameters for the function have the same
139 meaning as for DH_generate_parameters_ex(). This function may be NULL.
149 All other DH_meth_get_*() functions return the appropriate function pointer