Searched defs:bignum_st (Results 1 – 1 of 1) sorted by relevance
121 struct bignum_st { struct122 BN_ULONG *d; /* Pointer to an array of 'BN_BITS2' bit chunks. */123 int top; /* Index of last used d +1. */125 int dmax; /* Size of the d array. */126 int neg; /* one if the number is negative */127 int flags;