Lines Matching full:bignum
71 * 1. Check a bunch of "(words+1)" type hacks in various bignum functions and
77 * prevent piddly little reallocations. OTOH, profiling bignum expansions in
93 /* The bignum values */
94 BIGNUM vals[BN_CTX_POOL_SIZE];
111 static BIGNUM * BN_POOL_get(BN_POOL *);
121 /* Array of indexes into the bignum stack */
141 /* The bignum bundles */
288 BIGNUM *BN_CTX_get(BN_CTX *ctx)
290 BIGNUM *ret;
301 /* OK, make sure the returned bignum is "zero" */
371 BIGNUM *bn = p->head->vals;
390 BIGNUM *bn = item->vals;
403 static BIGNUM *BN_POOL_get(BN_POOL *p)
407 BIGNUM *bn;
428 /* Return the first bignum from the new pool */