Searched defs:redux (Results 1 – 8 of 8) sorted by relevance
/minix3/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/ |
H A D | bn_mp_exptmod_fast.c | 44 int (*redux)(mp_int*,mp_int*,mp_digit); in mp_exptmod_fast() local
|
H A D | bn_s_mp_exptmod.c | 30 int (*redux)(mp_int*,mp_int*,mp_int*); in s_mp_exptmod() local
|
/minix3/lib/libm/noieee_src/ |
H A D | n_exp2f.c | 44 redux = 0x1.8p23f / TBLSIZE, variable
|
H A D | n_exp2.c | 44 redux = 0x1.8p52 / TBLSIZE, variable
|
/minix3/lib/libm/src/ |
H A D | s_exp2f.c | 42 redux = 0x1.8p23f / TBLSIZE, variable
|
H A D | s_exp2.c | 42 redux = 0x1.8p52 / TBLSIZE, variable
|
/minix3/crypto/external/bsd/netpgp/dist/src/libbn/ |
H A D | bignum.c | 3279 int (*redux)(mp_int*,mp_int*,mp_int*); in s_mp_exptmod() local 4106 int (*redux)(mp_int*,mp_int*,mp_digit); in mp_exptmod_fast() local
|
/minix3/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
H A D | bignum.c | 3252 int (*redux)(mp_int*,mp_int*,mp_int*); in basic_exponent_mod() local 4066 int (*redux)(mp_int*,mp_int*,mp_digit); in fast_exponent_modulo() local
|