Home
last modified time | relevance | path

Searched refs:mode_params (Results 1 - 12 of 12) sorted by relevance

/third_party/openssl/test/
H A Devp_kdf_test.c717 OSSL_PARAM mode_params[2]; in test_kdf_pbkdf2_small_salt_pkcs5() local
731 mode_params[0] = OSSL_PARAM_construct_int(OSSL_KDF_PARAM_PKCS5, &mode); in test_kdf_pbkdf2_small_salt_pkcs5()
732 mode_params[1] = OSSL_PARAM_construct_end(); in test_kdf_pbkdf2_small_salt_pkcs5()
735 if (!TEST_true(EVP_KDF_CTX_set_params(kctx, mode_params)) in test_kdf_pbkdf2_small_salt_pkcs5()
754 OSSL_PARAM mode_params[2]; in test_kdf_pbkdf2_small_iterations_pkcs5() local
768 mode_params[0] = OSSL_PARAM_construct_int(OSSL_KDF_PARAM_PKCS5, &mode); in test_kdf_pbkdf2_small_iterations_pkcs5()
769 mode_params[1] = OSSL_PARAM_construct_end(); in test_kdf_pbkdf2_small_iterations_pkcs5()
772 if (!TEST_true(EVP_KDF_CTX_set_params(kctx, mode_params)) in test_kdf_pbkdf2_small_iterations_pkcs5()
/third_party/backends/backend/
H A Depsonds.h21 #define mode_params epsonds_mode_params macro
H A Depson2-ops.c97 extern struct mode_param mode_params[];
877 mparam = &mode_params[s->val[OPT_MODE].w]; in e2_set_extended_scanning_parameters()
909 mparam = &mode_params[s->val[OPT_MODE].w]; in e2_set_extended_scanning_parameters()
1018 struct mode_param *mparam = &mode_params[s->val[OPT_MODE].w]; in e2_set_scanning_parameters()
1300 mparam = &mode_params[s->val[OPT_MODE].w]; in e2_init_parameters()
1332 * The default color depth is stored in mode_params.depth: in e2_init_parameters()
1335 if (mode_params[s->val[OPT_MODE].w].depth == 1) in e2_init_parameters()
1440 && (!mode_params[s->val[OPT_MODE].w].color)) in e2_init_parameters()
H A Depsonds-ops.c28 extern struct mode_param mode_params[];
215 if (mode_params[s->val[OPT_MODE].w].depth == 1) in eds_init_parameters()
264 * The default color depth is stored in mode_params.depth: in eds_init_parameters()
H A Depson2.c86 struct mode_param mode_params[] = { variable
1708 if (mode_params[mdi].depth == 1) { in handle_depth_halftone()
1916 SANE_Bool isColor = mode_params[optindex].color; in setvalue()
1924 setOptionState(s, mode_params[optindex].depth == 1, in setvalue()
1947 s->val[OPT_BIT_DEPTH].w = mode_params[optindex].depth; in setvalue()
1959 mode_params[s->val[OPT_MODE].w].depth = sval->w; in setvalue()
H A Depson2.h25 #define mode_params epson2_mode_params macro
H A Depson.c475 static struct mode_param mode_params[] = { variable
3803 if (mode_params[mdi].depth == 1) in handle_depth_halftone()
4033 SANE_Bool isColor = mode_params[optindex].color; in setvalue()
4041 setOptionState (s, mode_params[optindex].depth == 1, in setvalue()
4075 s->val[OPT_BIT_DEPTH].w = mode_params[optindex].depth; in setvalue()
4091 mode_params[s->val[OPT_MODE].w].depth = sval->w; in setvalue()
4307 * The default color depth is stored in mode_params.depth: in sane_get_parameters()
4310 if (mode_params[s->val[OPT_MODE].w].depth == 1) in sane_get_parameters()
4343 if (mode_params[s->val[OPT_MODE].w].color) in sane_get_parameters()
4488 mparam = mode_params in sane_start()
[all...]
H A Dmagicolor.c160 static struct mode_param mode_params[] = { variable
1194 struct mode_param *mparam = &mode_params[s->val[OPT_MODE].w]; in mc_set_scanning_parameters()
1447 * The default color depth is stored in mode_params.depth: in mc_init_parameters()
1451 if (mode_params[s->val[OPT_MODE].w].depth == 1) in mc_init_parameters()
2805 mode_params[optindex].depth; in setvalue()
2814 mode_params[s->val[OPT_MODE].w].depth = sval->w; in setvalue()
H A Dkodakaio.c597 static struct mode_param mode_params[] = { variable
1790 /* mparam = &mode_params[s->val[OPT_MODE].w];does this get used? */ in k_init_parametersta()
1830 * The default color depth is stored in mode_params.depth:‭ in k_init_parametersta()
1832 if (mode_params[s->val[OPT_MODE].w].depth == 1) in k_init_parametersta()
3252 s->val[OPT_BIT_DEPTH].w = mode_params[optindex].depth; in setvalue()
3262 mode_params[s->val[OPT_MODE].w].depth = sval->w; in setvalue()
H A Dplustek_pp.c161 static ModeParam mode_params[] = variable
307 mp = mode_params; in getModeList()
H A Du12.c134 static ModeParam mode_params[] = variable
243 pModeParam mp = mode_params; in getModeList()
H A Depsonds.c1306 struct mode_param mode_params[] = { variable
2387 mode_params[optindex].depth; in setvalue()
2397 mode_params[s->val[OPT_MODE].w].depth = sval->w; in setvalue()

Completed in 30 milliseconds