Lines Matching refs:I

118 The parameter I<provctx> is the provider context generated during provider
122 kem context in the I<ctx> parameter.
126 context in the I<ctx> parameter and return the duplicate copy.
131 encapsulation given a provider side asymmetric kem context in the I<ctx>
132 parameter, a pointer to a provider key object in the I<provkey> parameter and
133 the I<name> of the algorithm.
134 The I<params>, if not NULL, should be set on the context in a manner similar to
142 key I<provauthkey> which cannot be NULL.
145 A previously initialised asymmetric kem context is passed in the I<ctx>
147 Unless I<out> is NULL, the data to be encapsulated is internally generated,
148 and returned into the buffer pointed to by the I<secret> parameter and the
150 I<out> parameter. The length of the encapsulated data should be written to
151 I<*outlen> and the length of the generated secret should be written to
152 I<*secretlen>.
154 If I<out> is NULL then the maximum length of the encapsulated data should be
155 written to I<*outlen>, and the maximum length of the generated secret should be
156 written to I<*secretlen>.
161 decapsulation given a provider side asymmetric kem context in the I<ctx>
162 parameter, a pointer to a provider key object in the I<provkey> parameter, and
163 a I<name> of the algorithm.
170 key I<provauthkey> which cannot be NULL.
173 A previously initialised asymmetric kem context is passed in the I<ctx>
175 The data to be decapsulated is pointed to by the I<in> parameter which is I<inlen>
177 Unless I<out> is NULL, the decapsulated data should be written to the location
178 pointed to by the I<out> parameter.
179 The length of the decapsulated data should be written to I<*outlen>.
180 If I<out> is NULL then the maximum length of the decapsulated data should be
181 written to I<*outlen>.
214 with the given provider side asymmetric kem context I<ctx> and stores them in
215 I<params>.
216 Passing NULL for I<params> should return true.
219 with the given provider side asymmetric kem context I<ctx> to I<params>.
221 Passing NULL for I<params> should return true.