Lines Matching defs:params
35 #include <openssl/params.h>
213 const OSSL_PARAM params[])
221 if (!ossl_prov_is_running() || !kbkdf_set_ctx_params(ctx, params))
279 static int kbkdf_set_ctx_params(void *vctx, const OSSL_PARAM params[])
285 if (params == NULL)
288 if (!ossl_prov_macctx_load_from_params(&ctx->ctx_init, params, NULL,
300 p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_MODE);
312 p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_KEY);
316 p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_SALT);
320 p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_INFO);
324 p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_SEED);
328 p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_KBKDF_USE_L);
332 p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_KBKDF_USE_SEPARATOR);
363 static int kbkdf_get_ctx_params(void *vctx, OSSL_PARAM params[])
367 p = OSSL_PARAM_locate(params, OSSL_KDF_PARAM_SIZE);