Lines Matching refs:I

112 The parameter I<provctx> is the provider context generated during provider
116 cipher context in the I<ctx> parameter.
120 context in the I<ctx> parameter and return the duplicate copy.
125 given a provider side asymmetric cipher context in the I<ctx> parameter, and a
126 pointer to a provider key object in the I<provkey> parameter.
127 The I<params>, if not NULL, should be set on the context in a manner similar to
132 A previously initialised asymmetric cipher context is passed in the I<ctx>
134 The data to be encrypted is pointed to by the I<in> parameter which is I<inlen>
136 Unless I<out> is NULL, the encrypted data should be written to the location
137 pointed to by the I<out> parameter and it should not exceed I<outsize> bytes in
139 The length of the encrypted data should be written to I<*outlen>.
140 If I<out> is NULL then the maximum length of the encrypted data should be
141 written to I<*outlen>.
146 given a provider side asymmetric cipher context in the I<ctx> parameter, and a
147 pointer to a provider key object in the I<provkey> parameter.
148 The I<params>, if not NULL, should be set on the context in a manner similar to
155 A previously initialised asymmetric cipher context is passed in the I<ctx>
157 The data to be decrypted is pointed to by the I<in> parameter which is I<inlen>
159 Unless I<out> is NULL, the decrypted data should be written to the location
160 pointed to by the I<out> parameter and it should not exceed I<outsize> bytes in
162 The length of the decrypted data should be written to I<*outlen>.
163 If I<out> is NULL then the maximum length of the decrypted data should be
164 written to I<*outlen>.
173 with the given provider side asymmetric cipher context I<ctx> and stores them in
174 I<params>.
175 Passing NULL for I<params> should return true.
178 with the given provider side asymmetric cipher context I<ctx> to I<params>.
180 Passing NULL for I<params> should return true.