Lines Matching full:selection
22 void *OSSL_FUNC_keymgmt_gen_init(void *provctx, int selection,
41 int OSSL_FUNC_keymgmt_has(const void *keydata, int selection);
43 int selection);
49 int OSSL_FUNC_keymgmt_import(void *keydata, int selection, const OSSL_PARAM params[]);
50 const OSSL_PARAM *OSSL_FUNC_keymgmt_import_types(int selection);
51 int OSSL_FUNC_keymgmt_export(void *keydata, int selection,
53 const OSSL_PARAM *OSSL_FUNC_keymgmt_export_types(int selection);
56 void *OSSL_FUNC_keymgmt_dup(const void *keydata_from, int selection);
59 int OSSL_FUNC_keymgmt_validate(const void *keydata, int selection, int checktype);
137 subset of data to handle, governed by the bits in a I<selection>
297 to still be a valid subset. For algorithms where some selection is
303 data subsets indicated by I<selection>. Some combined selections of
313 between a full check and a quick check. For algorithms where some selection is
316 that selection.
319 I<selection> in I<keydata1> and I<keydata2> match. It is assumed that
325 OSSL_FUNC_keymgmt_import() should import data indicated by I<selection> into
328 OSSL_FUNC_keymgmt_export() should extract values indicated by I<selection>
333 L<OSSL_PARAM(3)> for data indicated by I<selection>, for parameters that
337 L<OSSL_PARAM(3)> for data indicated by I<selection>, that the
341 I<selection> or the whole key data I<keydata_from> and create a new