Lines Matching defs:selection
35 int selection;
60 static int fake_rsa_keymgmt_has(const void *key, int selection)
63 has_selection = selection;
77 static int fake_rsa_keymgmt_import(void *keydata, int selection,
161 static int fake_rsa_keymgmt_export(void *keydata, int selection,
167 if (selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY)
190 static const OSSL_PARAM *fake_rsa_keymgmt_imptypes(int selection)
193 imptypes_selection = selection;
204 static const OSSL_PARAM *fake_rsa_keymgmt_exptypes(int selection)
207 exptypes_selection = selection;
229 static void *fake_rsa_gen_init(void *provctx, int selection,