Home
last modified time | relevance | path

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

/dflybsd-src/crypto/libressl/crypto/bn/
H A Dbn_lcl.h121 struct bignum_st { struct
122 BN_ULONG *d; /* Pointer to an array of 'BN_BITS2' bit chunks. */
123 int top; /* Index of last used d +1. */
125 int dmax; /* Size of the d array. */
126 int neg; /* one if the number is negative */
127 int flags;