Home
last modified time | relevance | path

Searched defs:bignum_st (Results 1 – 1 of 1) sorted by relevance

/external/boringssl/src/include/openssl/
Dbn.h787 struct bignum_st { struct
788 BN_ULONG *d; /* Pointer to an array of 'BN_BITS2' bit chunks in little-endian
790 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 */