Lines Matching full:static
20 static int init(void **a)
32 static void deinit(void *a)
39 static int neg(void *a, void *b)
47 static int copy(void *a, void *b)
55 static int init_copy(void **a, void *b)
64 static int set_int(void *a, unsigned long b)
71 static unsigned long get_int(void *a)
77 static unsigned long get_digit(void *a, int n)
83 static int get_digit_count(void *a)
89 static int compare(void *a, void *b)
104 static int compare_d(void *a, unsigned long b)
118 static int count_bits(void *a)
124 static int count_lsb_bits(void *a)
131 static int twoexpt(void *a, int n)
142 static int read_radix(void *a, const char *b, int radix)
151 static int write_radix(void *a, char *b, int radix)
160 static unsigned long unsigned_size(void *a)
170 static int unsigned_write(void *a, unsigned char *b)
179 static int unsigned_read(void *a, unsigned char *b, unsigned long len)
188 static int add(void *a, void *b, void *c)
197 static int addi(void *a, unsigned long b, void *c)
206 static int sub(void *a, void *b, void *c)
215 static int subi(void *a, unsigned long b, void *c)
224 static int mul(void *a, void *b, void *c)
233 static int muli(void *a, unsigned long b, void *c)
242 static int sqr(void *a, void *b)
251 static int divide(void *a, void *b, void *c, void *d)
270 static int div_2(void *a, void *b)
279 static int modi(void *a, unsigned long b, unsigned long *c)
289 static int gcd(void *a, void *b, void *c)
299 static int lcm(void *a, void *b, void *c)
308 static int mulmod(void *a, void *b, void *c, void *d)
319 static int sqrmod(void *a, void *b, void *c)
330 static int invmod(void *a, void *b, void *c)
340 static int montgomery_setup(void *a, void **b)
349 static int montgomery_normalization(void *a, void *b)
358 static int montgomery_reduce(void *a, void *b, void *c)
368 static void montgomery_deinit(void *a)
372 static int exptmod(void *a, void *b, void *c, void *d)
382 static int isprime(void *a, int *b)