Lines Matching refs:OSSL_PARAM
136 OSSL_PARAM params[], int include_private) in key_to_params()
150 OSSL_PARAM *params = NULL; in template_export()
184 const OSSL_PARAM params[], in ossl_template_key_fromdata()
187 const OSSL_PARAM *param_priv_key = NULL, *param_pub_key; in ossl_template_key_fromdata()
215 static int template_import(void *key, int selection, const OSSL_PARAM params[]) in template_import()
238 static const OSSL_PARAM template_key_types[] = {
243 static const OSSL_PARAM *template_imexport_types(int selection) in template_imexport_types()
251 static int template_get_params(void *key, OSSL_PARAM params[]) in template_get_params()
253 OSSL_PARAM *p; in template_get_params()
280 static const OSSL_PARAM template_gettable_params_arr[] = {
288 static const OSSL_PARAM *template_gettable_params(void *provctx) in template_gettable_params()
294 static int template_set_params(void *key, const OSSL_PARAM params[]) in template_set_params()
296 const OSSL_PARAM *p; in template_set_params()
311 static const OSSL_PARAM template_settable_params_arr[] = {
316 static const OSSL_PARAM *template_settable_params(void *provctx) in template_settable_params()
322 static int template_gen_set_params(void *genctx, const OSSL_PARAM params[]) in template_gen_set_params()
334 const OSSL_PARAM params[]) in template_gen_init()
357 static const OSSL_PARAM *template_gen_settable_params(ossl_unused void *genctx, in template_gen_settable_params()
360 static OSSL_PARAM settable[] = { in template_gen_settable_params()