HomeSort by: relevance | last modified time | path
    Searched defs:template_gen_set_params (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/providers/implementations/keymgmt/
template_kmgmt.c 51 static OSSL_FUNC_keymgmt_gen_set_params_fn template_gen_set_params; variable
321 static int template_gen_set_params(void *genctx, const OSSL_PARAM params[]) function
348 if (!template_gen_set_params(gctx, params)) {
432 { OSSL_FUNC_KEYMGMT_GEN_SET_PARAMS, (void (*)(void))template_gen_set_params },
template_kmgmt.c 51 static OSSL_FUNC_keymgmt_gen_set_params_fn template_gen_set_params; variable
321 static int template_gen_set_params(void *genctx, const OSSL_PARAM params[]) function
348 if (!template_gen_set_params(gctx, params)) {
432 { OSSL_FUNC_KEYMGMT_GEN_SET_PARAMS, (void (*)(void))template_gen_set_params },

Completed in 96 milliseconds