Searched defs:bignum_st (Results 1 – 2 of 2) sorted by relevance
318 struct bignum_st struct320 BN_ULONG *d; /* Pointer to an array of 'BN_BITS2' bit chunks. */321 int top; /* Index of last used d +1. */323 int dmax; /* Size of the d array. */324 int neg; /* one if the number is negative */325 int flags;