Home
last modified time | relevance | path

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

/openssl/crypto/bn/
H A Dbn_local.h225 struct bignum_st { struct
226 BN_ULONG *d; /*
231 int top; /* Index of last used d +1. */
233 int dmax; /* Size of the d array. */
234 int neg; /* one if the number is negative */
235 int flags;

Completed in 8 milliseconds