Lines Matching refs:I

116 The parameter I<provctx> is the provider context generated during provider
120 the I<cctx> parameter.
124 I<cctx> parameter and return the duplicate copy.
129 newly created provider side cipher context in the I<cctx> parameter.
130 The key to be used is given in I<key> which is I<keylen> bytes long.
131 The IV to be used is given in I<iv> which is I<ivlen> bytes long.
132 The I<params>, if not NULL, should be set on the context in a manner similar to
140 The I<cctx> parameter contains a pointer to a previously initialised provider
142 OSSL_FUNC_cipher_update() should encrypt/decrypt I<inl> bytes of data at the location
143 pointed to by I<in>.
144 The encrypted data should be stored in I<out> and the amount of data written to
145 I<*outl> which should not exceed I<outsize> bytes.
151 The pointers I<out> and I<in> may point to the same location, in which
152 case the encryption must be done in-place. If I<out> and I<in> point to different
156 ensure that the buffer pointed to by I<out> contains sufficient room for the
162 The I<cctx> parameter contains a pointer to the provider side context.
163 Any final encryption/decryption output should be written to I<out> and the
164 amount of data written to I<*outl> which should not exceed I<outsize> bytes.
165 The same expectations apply to I<outsize> as documented for
169 context in the I<cctx> parameter that should have been previously initialised via
176 The data to be encrypted/decrypted will be in I<in>, and it will be I<inl> bytes
178 The output from the encryption/decryption should be stored in I<out> and the
179 amount of data stored should be put in I<*outl> which should be no more than
180 I<outsize> bytes.
188 and stores them in I<params>.
191 provider side cipher context I<cctx> to I<params>.
193 Passing NULL for I<params> should return true.
196 the given provider side cipher context I<cctx> and stores them in I<params>.
197 Passing NULL for I<params> should return true.
205 with the provider side context I<cctx> in its current state if it is
207 provider side algorithm I<provctx>.