Lines Matching refs:selection
36 int selection; member
66 static int fake_rsa_keymgmt_has(const void *key, int selection) in fake_rsa_keymgmt_has() argument
69 has_selection = selection; in fake_rsa_keymgmt_has()
83 static int fake_rsa_keymgmt_import(void *keydata, int selection, in fake_rsa_keymgmt_import() argument
167 static int fake_rsa_keymgmt_export(void *keydata, int selection, in fake_rsa_keymgmt_export() argument
173 if (selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) in fake_rsa_keymgmt_export()
196 static const OSSL_PARAM *fake_rsa_keymgmt_imptypes(int selection) in fake_rsa_keymgmt_imptypes() argument
199 imptypes_selection = selection; in fake_rsa_keymgmt_imptypes()
210 static const OSSL_PARAM *fake_rsa_keymgmt_exptypes(int selection) in fake_rsa_keymgmt_exptypes() argument
213 exptypes_selection = selection; in fake_rsa_keymgmt_exptypes()
235 static void *fake_rsa_gen_init(void *provctx, int selection, in fake_rsa_gen_init() argument