Home
last modified time | relevance | path

Searched refs:redmode (Results 76 – 80 of 80) sorted by relevance

1234

/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/
H A Dinteger.h349 int s_mp_exptmod (mp_int * G, mp_int * X, mp_int * P, mp_int * Y, int redmode);
/dports/devel/silc-toolkit/silc-toolkit-1.1.12/lib/silcmath/
H A Dtma.c2659 …t tma_mp_exptmod_fast (tma_mp_int * G, tma_mp_int * X, tma_mp_int * P, tma_mp_int * Y, int redmode) in tma_mp_exptmod_fast() argument
2713 if (redmode == 0) { in tma_mp_exptmod_fast()
2740 } else if (redmode == 1) { in tma_mp_exptmod_fast()
2774 if (redmode == 0) { in tma_mp_exptmod_fast()
2920 if (redmode == 0) { in tma_mp_exptmod_fast()
8890 int s_tma_mp_exptmod (tma_mp_int * G, tma_mp_int * X, tma_mp_int * P, tma_mp_int * Y, int redmode) in s_tma_mp_exptmod() argument
8943 if (redmode == 0) { in s_tma_mp_exptmod()
/dports/math/libtommath/libtommath-1.2.0/pre_gen/
H A Dmpi.c97 mp_err mp_exptmod_fast(const mp_int *G, const mp_int *X, const mp_int *P, mp_int *Y, int redmode) in mp_exptmod_fast() argument
99 return s_mp_exptmod_fast(G, X, P, Y, redmode); in mp_exptmod_fast()
7152 mp_err s_mp_exptmod(const mp_int *G, const mp_int *X, const mp_int *P, mp_int *Y, int redmode) in s_mp_exptmod() argument
7200 if (redmode == 0) { in s_mp_exptmod()
7362 mp_err s_mp_exptmod_fast(const mp_int *G, const mp_int *X, const mp_int *P, mp_int *Y, int redmode) in s_mp_exptmod_fast() argument
7413 if (redmode == 0) { in s_mp_exptmod_fast()
7434 } else if (redmode == 1) { in s_mp_exptmod_fast()
7462 if (redmode == 0) { in s_mp_exptmod_fast()
7572 if (redmode == 0) { in s_mp_exptmod_fast()
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/fractal-explorer/
H A Dfractal-explorer.c334 wvals.redmode = param[15].data.d_int8; in run()
/dports/graphics/gimp-app/gimp-2.10.30/app/pdb/
H A Dplug-in-compat-cmds.c444 guint8 redmode; in plug_in_alienmap2_invoker() local
456 redmode = g_value_get_uint (gimp_value_array_index (args, 10)); in plug_in_alienmap2_invoker()
476 "cpn-1-keep", (gboolean) !redmode, in plug_in_alienmap2_invoker()

1234