Searched refs:b2n_resize (Results 1 – 4 of 4) sorted by relevance
| /mirbsd/src/sbin/isakmpd/ |
| D | math_2n.c | 79 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 …]
|
| D | math_2n.h | 118 int b2n_resize(b2n_ptr, unsigned int);
|
| D | math_ec2n.c | 332 if (b2n_resize(k, h->chunks)) in ec2np_mul()
|
| D | math_group.c | 783 if (b2n_resize(outx, len)) in ec2n_setraw()
|