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