Home
last modified time | relevance | path

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

/external/openssl/include/openssl/
Dbn.h318 struct bignum_st struct
320 BN_ULONG *d; /* Pointer to an array of 'BN_BITS2' bit chunks. */
321 int top; /* Index of last used d +1. */
323 int dmax; /* Size of the d array. */
324 int neg; /* one if the number is negative */
325 int flags;
/external/openssl/crypto/bn/
Dbn.h318 struct bignum_st struct
320 BN_ULONG *d; /* Pointer to an array of 'BN_BITS2' bit chunks. */
321 int top; /* Index of last used d +1. */
323 int dmax; /* Size of the d array. */
324 int neg; /* one if the number is negative */
325 int flags;