Lines Matching refs:context

175 context functions (OSSL_FUNC_signature_newctx and OSSL_FUNC_signature_freectx) as well as a
216 structure for holding context information during a signature operation.
217 A pointer to this context will be passed back in a number of the other signature
219 The parameter I<provctx> is the provider context generated during provider
225 context in the I<ctx> parameter.
226 This function should free any resources associated with that context.
228 OSSL_FUNC_signature_dupctx() should duplicate the provider side signature context in
233 OSSL_FUNC_signature_sign_init() initialises a context for signing given a provider side
234 signature context in the I<ctx> parameter, and a pointer to a provider key object
236 The I<params>, if not NULL, should be set on the context in a manner similar to
243 A previously initialised signature context is passed in the I<ctx>
259 OSSL_FUNC_signature_sign_message_init() initialises a context for signing a
260 message given a provider side signature context in the I<ctx> parameter, and a
262 The I<params>, if not NULL, should be set on the context in a manner similar to
287 OSSL_FUNC_signature_verify_init() initialises a context for verifying a signature given
288 a provider side signature context in the I<ctx> parameter, and a pointer to a
290 The I<params>, if not NULL, should be set on the context in a manner similar to
297 A previously initialised signature context is passed in the I<ctx> parameter.
309 OSSL_FUNC_signature_verify_message_init() initialises a context for verifying
310 a signature on a message given a provider side signature context in the I<ctx>
312 The I<params>, if not NULL, should be set on the context in a manner similar to
333 OSSL_FUNC_signature_verify_recover_init() initialises a context for recovering the
334 signed data given a provider side signature context in the I<ctx> parameter, and
336 The I<params>, if not NULL, should be set on the context in a manner similar to
343 A previously initialised signature context is passed in the I<ctx> parameter.
354 OSSL_FUNC_signature_digest_sign_init() initialises a context for signing given a
355 provider side signature context in the I<ctx> parameter, and a pointer to a
357 The I<params>, if not NULL, should be set on the context in a manner similar to
367 signature context is passed in the I<ctx> parameter. This function may be called
374 signature context is passed in the I<ctx> parameter. Unless I<sig> is NULL, the
382 initialised signature context is passed in the I<ctx> parameter. The data to be
391 OSSL_FUNC_signature_digeset_verify_init() initialises a context for verifying given a
392 provider side verification context in the I<ctx> parameter, and a pointer to a
394 The I<params>, if not NULL, should be set on the context in a manner similar to
404 verification context is passed in the I<ctx> parameter. This function may be
411 verification context is passed in the I<ctx> parameter. The signature to be
416 initialised verification context is passed in the I<ctx> parameter. The data to be
426 given provider side signature context I<ctx> and stored them in I<params>.
430 given provider side signature context I<ctx> to I<params>.
573 given provider side digest signature context I<ctx> and stores them in I<params>.
577 given provider side digest signature context I<ctx> to I<params>.
594 provider side signature context, or NULL on failure.