Searched defs:bignum_st (Results 1 – 1 of 1) sorted by relevance
245 struct bignum_st { struct246 BN_ULONG *d; /*251 int top; /* Index of last used d +1. */253 int dmax; /* Size of the d array. */254 int neg; /* one if the number is negative */255 int flags;