Lines Matching refs:context
149 context functions (OSSL_FUNC_signature_newctx and OSSL_FUNC_signature_freectx) as well as a
182 structure for holding context information during a signature operation.
183 A pointer to this context will be passed back in a number of the other signature
185 The parameter I<provctx> is the provider context generated during provider
191 context in the I<ctx> parameter.
192 This function should free any resources associated with that context.
194 OSSL_FUNC_signature_dupctx() should duplicate the provider side signature context in
199 OSSL_FUNC_signature_sign_init() initialises a context for signing given a provider side
200 signature context in the I<ctx> parameter, and a pointer to a provider key object
202 The I<params>, if not NULL, should be set on the context in a manner similar to
209 A previously initialised signature context is passed in the I<ctx>
221 OSSL_FUNC_signature_verify_init() initialises a context for verifying a signature given
222 a provider side signature context in the I<ctx> parameter, and a pointer to a
224 The I<params>, if not NULL, should be set on the context in a manner similar to
231 A previously initialised signature context is passed in the I<ctx> parameter.
239 OSSL_FUNC_signature_verify_recover_init() initialises a context for recovering the
240 signed data given a provider side signature context in the I<ctx> parameter, and
242 The I<params>, if not NULL, should be set on the context in a manner similar to
249 A previously initialised signature context is passed in the I<ctx> parameter.
260 OSSL_FUNC_signature_digeset_sign_init() initialises a context for signing given a
261 provider side signature context in the I<ctx> parameter, and a pointer to a
263 The I<params>, if not NULL, should be set on the context in a manner similar to
275 signature context is passed in the I<ctx> parameter. This function may be called
282 signature context is passed in the I<ctx> parameter. Unless I<sig> is NULL, the
290 initialised signature context is passed in the I<ctx> parameter. The data to be
299 OSSL_FUNC_signature_digeset_verify_init() initialises a context for verifying given a
300 provider side verification context in the I<ctx> parameter, and a pointer to a
302 The I<params>, if not NULL, should be set on the context in a manner similar to
314 verification context is passed in the I<ctx> parameter. This function may be
321 verification context is passed in the I<ctx> parameter. The signature to be
326 initialised verification context is passed in the I<ctx> parameter. The data to be
336 given provider side signature context I<ctx> and stored them in I<params>.
340 given provider side signature context I<ctx> to I<params>.
398 given provider side digest signature context I<ctx> and stores them in I<params>.
402 given provider side digest signature context I<ctx> to I<params>.