HomeSort by relevance Sort by last modified time
    Searched refs:ltm_prime_tab (Results 1 - 6 of 6) sorted by null

  /external/dropbear/libtommath/
bn_mp_prime_next_prime.c 38 if (mp_cmp_d(a, ltm_prime_tab[PRIME_SIZE-1]) == MP_LT) {
41 if (mp_cmp_d(a, ltm_prime_tab[x]) != MP_LT) {
49 if ((ltm_prime_tab[x + 1] & 3) != 3) {
52 if ((ltm_prime_tab[y] & 3) == 3) {
53 mp_set(a, ltm_prime_tab[y]);
59 mp_set(a, ltm_prime_tab[x + 1]);
97 if ((err = mp_mod_d(a, ltm_prime_tab[x], res_tab + x)) != MP_OKAY) {
123 if (res_tab[x] >= ltm_prime_tab[x]) {
124 res_tab[x] -= ltm_prime_tab[x];
146 mp_set(&b, ltm_prime_tab[t])
    [all...]
bn_mp_prime_is_divisible.c 33 if ((err = mp_mod_d (a, ltm_prime_tab[ix], &res)) != MP_OKAY) {
bn_mp_prime_is_prime.c 40 if (mp_cmp_d(a, ltm_prime_tab[ix]) == MP_EQ) {
63 mp_set (&b, ltm_prime_tab[ix]);
bn_prime_tab.c 17 const mp_digit ltm_prime_tab[] = { variable
tommath.h 456 extern const mp_digit ltm_prime_tab[];
  /external/dropbear/libtommath/pre_gen/
mpi.c 8653 const mp_digit ltm_prime_tab[] = { variable
    [all...]

Completed in 46 milliseconds