Lines Matching full:parameter
185 The parameter I<provctx> is the provider context generated during provider
186 initialisation (see L<provider(7)>). The I<propq> parameter is a property query
191 context in the I<ctx> parameter.
195 the I<ctx> parameter and return the duplicate copy.
200 signature context in the I<ctx> parameter, and a pointer to a provider key object
201 in the I<provkey> parameter.
210 parameter.
211 The data to be signed is pointed to be the I<tbs> parameter which is I<tbslen>
214 to by the I<sig> parameter and it should not exceed I<sigsize> bytes in length.
222 a provider side signature context in the I<ctx> parameter, and a pointer to a
223 provider key object in the I<provkey> parameter.
231 A previously initialised signature context is passed in the I<ctx> parameter.
232 The data that the signature covers is pointed to be the I<tbs> parameter which
234 The signature is pointed to by the I<sig> parameter which is I<siglen> bytes
240 signed data given a provider side signature context in the I<ctx> parameter, and
241 a pointer to a provider key object in the I<provkey> parameter.
249 A previously initialised signature context is passed in the I<ctx> parameter.
250 The signature is pointed to by the I<sig> parameter which is I<siglen> bytes
256 the I<routlen> parameter.
261 provider side signature context in the I<ctx> parameter, and a pointer to a
262 provider key object in the I<provkey> parameter.
269 The name of the digest to be used will be in the I<mdname> parameter.
272 parameter which should be of length I<datalen>. A previously initialised
273 signature context is passed in the I<ctx> parameter. This function may be called
280 signature context is passed in the I<ctx> parameter. Unless I<sig> is NULL, the
281 signature should be written to the location pointed to by the I<sig> parameter
288 initialised signature context is passed in the I<ctx> parameter. The data to be
291 parameter and it should not exceed I<sigsize> bytes in length. The length of the
298 provider side verification context in the I<ctx> parameter, and a pointer to a
299 provider key object in the I<provkey> parameter.
306 The name of the digest to be used will be in the I<mdname> parameter.
309 parameter which should be of length I<datalen>. A previously initialised
310 verification context is passed in the I<ctx> parameter. This function may be
317 verification context is passed in the I<ctx> parameter. The signature to be
322 initialised verification context is passed in the I<ctx> parameter. The data to be
337 Any parameter settings are additional to any that were previously set.
359 The length of the "digest-size" parameter should not exceed that of a B<size_t>.
398 Any parameter settings are additional to any that were previously set.