Lines Matching refs:function

168 RSA_meth_get_sign() and RSA_meth_set_sign() get and set the function
169 used for creating an RSA signature respectively. This function will be
171 parameters for the function have the same meaning as for RSA_sign().
174 function used for verifying an RSA signature respectively. This
175 function will be called in response to the application calling
176 RSA_verify(). The parameters for the function have the same meaning as
180 function used for CRT computations.
183 the function used for CRT computations, specifically the following
192 RSA_meth_get_init() and RSA_meth_set_init() get and set the function
193 used for creating a new RSA instance respectively. This function will
198 will be passed as a parameter to the function. This function may be
202 function used for destroying an instance of an RSA object respectively.
203 This function will be called in response to the application calling
205 parameter. The destroy function should be used for RSA implementation
207 by this function. This function may be NULL.
210 function used for generating a new RSA key pair respectively. This
211 function will be called in response to the application calling
212 RSA_generate_key_ex(). The parameter for the function has the same
216 and set the function used for generating a new multi-prime RSA key pair
217 respectively. This function will be called in response to the application calling
218 RSA_generate_multi_prime_key(). The parameter for the function has the same
239 All other RSA_meth_get_*() functions return the appropriate function