Searched defs:bignum_st (Results 1 – 1 of 1) sorted by relevance
787 struct bignum_st { struct788 BN_ULONG *d; /* Pointer to an array of 'BN_BITS2' bit chunks in little-endian790 int top; /* Index of last used element in |d|, plus one. */791 int dmax; /* Size of |d|, in words. */792 int neg; /* one if the number is negative */793 int flags; /* bitmask of BN_FLG_* values */