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