Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/bn/
H A Dbn_local.h245 struct bignum_st { struct
246 BN_ULONG *d; /* Pointer to an array of 'BN_BITS2' bit
248 int top; /* Index of last used d +1. */
250 int dmax; /* Size of the d array. */
251 int neg; /* one if the number is negative */
252 int flags;