Searched refs:MP_VAL (Results 1 - 25 of 30) sorted by relevance

12

/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dbn_mp_invmod.c25 return MP_VAL;
39 return MP_VAL;
H A Dbn_mp_to_signed_bin_n.c24 return MP_VAL;
H A Dbn_mp_to_unsigned_bin_n.c24 return MP_VAL;
H A Dbn_error.c26 { MP_VAL, "Value out of range" }
H A Dbn_mp_exptmod.c32 return MP_VAL;
66 return MP_VAL;
103 return MP_VAL;
H A Dbn_mp_fwrite.c42 return MP_VAL;
H A Dbn_mp_montgomery_setup.c37 return MP_VAL;
H A Dbn_mp_prime_fermat.c38 return MP_VAL;
H A Dbn_mp_sqr.c50 res = MP_VAL;
H A Dbn_mp_mul.c57 res = MP_VAL;
H A Dbn_mp_prime_is_prime.c37 return MP_VAL;
H A Dbn_mp_radix_size.c37 return MP_VAL;
H A Dbn_mp_read_radix.c31 return MP_VAL;
H A Dbn_mp_toradix.c30 return MP_VAL;
H A Dbn_mp_toradix_n.c33 return MP_VAL;
H A Dbn_mp_prime_random_ex.c43 return MP_VAL;
79 err = MP_VAL;
H A Dbn_mp_exptmod_fast.c95 err = MP_VAL;
111 err = MP_VAL;
121 err = MP_VAL;
132 err = MP_VAL;
156 err = MP_VAL;
H A Dbn_mp_invmod_slow.c28 return MP_VAL;
47 res = MP_VAL;
149 res = MP_VAL;
H A Dbn_fast_mp_invmod.c33 return MP_VAL;
128 res = MP_VAL;
H A Dbn_mp_is_square.c54 return MP_VAL;
H A Dbn_mp_jacobi.c29 /* if p <= 0 return MP_VAL */
31 return MP_VAL;
H A Dbn_mp_prime_miller_rabin.c37 return MP_VAL;
H A Dbn_mp_reduce.c53 res = MP_VAL;
H A Dbn_mp_sqrt.c28 return MP_VAL;
H A Dbn_mp_div_d.c48 return MP_VAL;

Completed in 360 milliseconds

12