Lines Matching refs:context
103 structure for holding context information during a digest operation.
104 A pointer to this context will be passed back in a number of the other digest
106 The parameter I<provctx> is the provider context generated during provider
109 OSSL_FUNC_digest_freectx() is passed a pointer to the provider side digest context in
111 This function should free any resources associated with that context.
113 OSSL_FUNC_digest_dupctx() should duplicate the provider side digest context in the
116 OSSL_FUNC_digest_copyctx() should copy the provider side digest context in the
118 context.
127 provider side digest context in the I<dctx> parameter.
128 The I<params>, if not NULL, should be set on the context in a manner similar to
134 side context.
141 The I<dctx> parameter contains a pointer to the provider side context.
147 No provider side digest context is used.
148 Instead the provider context that was created during provider initialisation is
163 provider side digest context I<dctx> to I<params>.
168 the given provider side digest context I<dctx> and stores them in I<params>.
180 the provider side context if I<dctx> is not NULL and on the provider
242 given provider side digest context I<dctx> to I<params>.
247 values associated with the give provider side digest context I<dctx>
254 provider side digest context, or NULL on failure.