Lines Matching refs:I

104 The parameter I<provctx> is the provider context generated during provider
108 the I<dctx> parameter.
112 I<dctx> parameter and return the duplicate copy.
117 provider side digest context in the I<dctx> parameter.
118 The I<params>, if not NULL, should be set on the context in a manner similar to
123 The I<dctx> parameter contains a pointer to a previously initialised provider
125 OSSL_FUNC_digest_update() should digest I<inl> bytes of data at the location pointed to
126 by I<in>.
131 The I<dctx> parameter contains a pointer to the provider side context.
132 The digest should be written to I<*out> and the length of the digest to
133 I<*outl>.
134 The digest should not exceed I<outsz> bytes.
139 passed in the I<provctx> parameter (see L<provider(7)>).
140 I<inl> bytes at I<in> should be digested and the result should be stored at
141 I<out>. The length of the digest should be stored in I<*outl> which should not
142 exceed I<outsz> bytes.
150 and stores them in I<params>.
153 provider side digest context I<dctx> to I<params>.
155 Passing NULL for I<params> should return true.
158 the given provider side digest context I<dctx> and stores them in I<params>.
159 Passing NULL for I<params> should return true.
170 the provider side context if I<dctx> is not NULL and on the provider
171 side algorithm I<provctx> otherwise.
206 parameter set to NULL by default. Use this for PKCS#1. I<Note: if
212 parameter be left absent by default. I<Note: if combined with
218 B<EVP_MD_FLAG_DIGALGID_ABSENT> as default. I<Note: if combined with
232 given provider side digest context I<dctx> to I<params>.
237 values associated with the give provider side digest context I<dctx>
238 and stores them in I<params>.