Lines Matching defs:selection
330 void *evp_keymgmt_gen_init(const EVP_KEYMGMT *keymgmt, int selection,
337 return keymgmt->gen_init(provctx, selection, params);
432 int evp_keymgmt_has(const EVP_KEYMGMT *keymgmt, void *keydata, int selection)
435 return keymgmt->has(keydata, selection);
439 int selection, int checktype)
444 return keymgmt->validate(keydata, selection, checktype);
449 int selection)
454 return keymgmt->match(keydata1, keydata2, selection);
458 int selection, const OSSL_PARAM params[])
462 return keymgmt->import(keydata, selection, params);
466 int selection)
470 return keymgmt->import_types(selection);
474 int selection, OSSL_CALLBACK *param_cb, void *cbarg)
478 return keymgmt->export(keydata, selection, param_cb, cbarg);
482 int selection)
486 return keymgmt->export_types(selection);
490 int selection)
495 return keymgmt->dup(keydata_from, selection);