Lines Matching refs:params
37 const OSSL_PARAM params[], const char *propq)
39 if (params != NULL) {
40 if (!loader->p_set_ctx_params(loader_ctx, params))
47 if (OSSL_PARAM_locate_const(params,
49 /* use the propq from params */
65 const OSSL_PARAM params[],
139 params, propq)) {
246 OSSL_PARAM params[2] = { OSSL_PARAM_END, OSSL_PARAM_END };
253 params[0] = OSSL_PARAM_construct_int("use_secmem", &on);
261 params);
269 * if there was one that ignored our params, which usually returns 1.
292 OSSL_PARAM params[2] = { OSSL_PARAM_END, OSSL_PARAM_END };
294 params[0] =
296 ret = ctx->fetched_loader->p_set_ctx_params(ctx->loader_ctx, params);
322 OSSL_PARAM *params;
379 params = OSSL_PARAM_BLD_to_param(bld);
381 params);
382 OSSL_PARAM_free(params);
580 OSSL_STORE_INFO *OSSL_STORE_INFO_new_PARAMS(EVP_PKEY *params)
582 OSSL_STORE_INFO *info = OSSL_STORE_INFO_new(OSSL_STORE_INFO_PARAMS, params);
684 return info->_.params;
691 EVP_PKEY_up_ref(info->_.params);
692 return info->_.params;
778 EVP_PKEY_free(info->_.params);
804 const OSSL_PARAM *params;
814 params = ctx->fetched_loader->p_settable_ctx_params(provctx);
815 p_subject = OSSL_PARAM_locate_const(params, OSSL_STORE_PARAM_SUBJECT);
816 p_issuer = OSSL_PARAM_locate_const(params, OSSL_STORE_PARAM_ISSUER);
817 p_serial = OSSL_PARAM_locate_const(params, OSSL_STORE_PARAM_SERIAL);
819 OSSL_PARAM_locate_const(params, OSSL_STORE_PARAM_FINGERPRINT);
820 p_alias = OSSL_PARAM_locate_const(params, OSSL_STORE_PARAM_ALIAS);
966 const OSSL_PARAM params[],
998 params, propq)) {