Searched defs:bignum_st (Results 1 – 1 of 1) sorted by relevance
330 struct bignum_st { struct331 BN_ULONG *d; /* Pointer to an array of 'BN_BITS2' bit333 int top; /* Index of last used d +1. */335 int dmax; /* Size of the d array. */336 int neg; /* one if the number is negative */337 int flags;