Home
last modified time | relevance | path

Searched refs:b2n_resize (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/sbin/isakmpd/
Dmath_2n.c79 if (b2n_resize(n, (CHUNK_MASK + bits) >> CHUNK_SHIFTS)) in b2n_random()
111 b2n_resize(b2n_ptr n, unsigned int chunks) in b2n_resize() function
149 if (b2n_resize(d, (CHUNK_MASK + s->bits) >> CHUNK_SHIFTS)) in b2n_set()
160 if (b2n_resize(n, 1)) in b2n_set_null()
174 if (b2n_resize(n, chunks)) in b2n_set_ui()
182 if (b2n_resize(n, 1)) in b2n_set_ui()
211 if (b2n_resize(n, chunks)) in b2n_set_str()
273 if (b2n_resize(d, bmax->chunks)) in b2n_add()
354 if (b2n_resize(d, chunks + maj + add)) in b2n_lshift()
410 if (b2n_resize(d, newsize)) in b2n_rshift()
[all …]
Dmath_2n.h118 int b2n_resize(b2n_ptr, unsigned int);
Dmath_ec2n.c332 if (b2n_resize(k, h->chunks)) in ec2np_mul()
Dmath_group.c783 if (b2n_resize(outx, len)) in ec2n_setraw()