Lines Matching full:static
19 static const struct {
32 static int mpi_to_ltc_error(int err)
44 static int init(void **a)
61 static void deinit(void *a)
68 static int neg(void *a, void *b)
75 static int copy(void *a, void *b)
82 static int init_copy(void **a, void *b)
91 static int set_int(void *a, unsigned long b)
97 static unsigned long get_int(void *a)
103 static unsigned long get_digit(void *a, int n)
111 static int get_digit_count(void *a)
119 static int compare(void *a, void *b)
133 static int compare_d(void *a, unsigned long b)
146 static int count_bits(void *a)
152 static int count_lsb_bits(void *a)
159 static int twoexpt(void *a, int n)
168 static int read_radix(void *a, const char *b, int radix)
176 static int write_radix(void *a, char *b, int radix)
184 static unsigned long unsigned_size(void *a)
191 static int unsigned_write(void *a, unsigned char *b)
199 static int unsigned_read(void *a, unsigned char *b, unsigned long len)
207 static int add(void *a, void *b, void *c)
215 static int addi(void *a, unsigned long b, void *c)
223 static int sub(void *a, void *b, void *c)
231 static int subi(void *a, unsigned long b, void *c)
239 static int mul(void *a, void *b, void *c)
247 static int muli(void *a, unsigned long b, void *c)
255 static int sqr(void *a, void *b)
263 static int divide(void *a, void *b, void *c, void *d)
270 static int div_2(void *a, void *b)
278 static int modi(void *a, unsigned long b, unsigned long *c)
294 static int gcd(void *a, void *b, void *c)
303 static int lcm(void *a, void *b, void *c)
311 static int mulmod(void *a, void *b, void *c, void *d)
320 static int sqrmod(void *a, void *b, void *c)
329 static int invmod(void *a, void *b, void *c)
338 static int montgomery_setup(void *a, void **b)
354 static int montgomery_normalization(void *a, void *b)
362 static int montgomery_reduce(void *a, void *b, void *c)
371 static void montgomery_deinit(void *a)
376 static int exptmod(void *a, void *b, void *c, void *d)
385 static int isprime(void *a, int *b)