Searched refs:template_gen_set_params (Results 1 – 1 of 1) sorted by relevance
51 static OSSL_FUNC_keymgmt_gen_set_params_fn template_gen_set_params; variable322 static int template_gen_set_params(void *genctx, const OSSL_PARAM params[]) in template_gen_set_params() function349 if (!template_gen_set_params(gctx, params)) { in template_gen_init()430 { OSSL_FUNC_KEYMGMT_GEN_SET_PARAMS, (void (*)(void))template_gen_set_params },
Completed in 6 milliseconds