Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/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;
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bn/
H A Dbn_local.h238 struct bignum_st { struct
239 BN_ULONG *d; /* Pointer to an array of 'BN_BITS2' bit
241 int top; /* Index of last used d +1. */
243 int dmax; /* Size of the d array. */
244 int neg; /* one if the number is negative */
245 int flags;