Home | History | Annotate | Download | only in bn

Lines Matching full:bignum

72   /* The bignum values */
73 BIGNUM vals[BN_CTX_POOL_SIZE];
88 static BIGNUM *BN_POOL_get(BN_POOL *);
97 /* Array of indexes into the bignum stack */
114 /* The bignum bundles */
163 BIGNUM *BN_CTX_get(BN_CTX *ctx) {
164 BIGNUM *ret;
178 /* OK, make sure the returned bignum is "zero" */
246 BIGNUM *bn = p->head->vals;
260 static BIGNUM *BN_POOL_get(BN_POOL *p) {
262 BIGNUM *bn;
288 /* Return the first bignum from the new pool */