Searched defs:bignum_st (Results 1 – 7 of 7) sorted by relevance
957 struct bignum_st { struct960 BN_ULONG *d;975 int width;977 int dmax;979 int neg;981 int flags;
912 struct bignum_st { struct913 BN_ULONG *d; /* Pointer to an array of 'BN_BITS2' bit chunks in little-endian915 int top; // Index of last used element in |d|, plus one.916 int dmax; // Size of |d|, in words.917 int neg; // one if the number is negative918 int flags; // bitmask of BN_FLG_* values
313 struct bignum_st { struct314 BN_ULONG *d; /* Pointer to an array of 'BN_BITS2' bit316 int top; /* Index of last used d +1. */318 int dmax; /* Size of the d array. */319 int neg; /* one if the number is negative */320 int flags;