Searched defs:bignum_st (Results 1 – 1 of 1) sorted by relevance
245 struct bignum_st { struct246 BN_ULONG *d; /* Pointer to an array of 'BN_BITS2' bit248 int top; /* Index of last used d +1. */250 int dmax; /* Size of the d array. */251 int neg; /* one if the number is negative */252 int flags;