Lines Matching refs:I

135 represented as I<keydata> in this manual.
146 subset of data to handle, governed by the bits in a I<selection>
221 provider context I<provctx> is passed and may be incorporated in the
224 OSSL_FUNC_keymgmt_free() should free the passed I<keydata>.
233 and initialize it with I<selections>, which will determine what kind
235 The I<params>, if not NULL, should be set on the context in a manner similar to
238 OSSL_FUNC_keymgmt_gen_set_template() should add I<template> to the context
239 I<genctx>. The I<template> is assumed to be a key object constructed
243 parameters from this I<template>.
246 I<params> in the key object generation context I<genctx>.
253 I<params> in the key object generation context I<genctx>.
260 return the result. The callback I<cb> should be called at regular
265 generation context I<genctx>
268 I<reference> object with a size of I<reference_sz> bytes, that only the
281 with the given I<keydata>, see L</Common Information Parameters>.
291 with the given I<keydata>, see L</Common Information Parameters>.
303 supported algorithm for the operation I<operation_id>. This is
310 OSSL_FUNC_keymgmt_has() should check whether the given I<keydata> contains the subsets
311 of data indicated by the I<selector>. A combination of several
319 OSSL_FUNC_keymgmt_validate() should check if the I<keydata> contains valid
320 data subsets indicated by I<selection>. Some combined selections of
325 I<keydata> is valid. The I<checktype> parameter controls what type of check is
336 I<selection> in I<keydata1> and I<keydata2> match. It is assumed that
337 the caller has ensured that I<keydata1> and I<keydata2> are both owned
342 OSSL_FUNC_keymgmt_import() should import data indicated by I<selection> into
343 I<keydata> with values taken from the L<OSSL_PARAM(3)> array I<params>.
345 OSSL_FUNC_keymgmt_export() should extract values indicated by I<selection>
346 from I<keydata>, create an L<OSSL_PARAM(3)> array with them and call
347 I<param_cb> with that array as well as the given I<cbarg>.
351 L<OSSL_PARAM(3)> for data indicated by I<selection>, for parameters that
361 L<OSSL_PARAM(3)> for data indicated by I<selection>, that the
370 I<selection> or the whole key data I<keydata_from> and create a new
391 safely store a signature (called I<sig> in L<provider-signature(7)>),
392 the result of asymmetric encryption / decryption (I<out> in
393 L<provider-asym_cipher(7)>, a derived secret (I<secret> in
419 its argument I<mdname>. This signifies that no digest should be specified
435 its argument I<mdname>. This signifies that no digest has to be specified
485 in the given I<keydata> or 0 otherwise.