Home
last modified time | relevance | path

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

/optee_test-3.20.0/host/openssl/include/openssl/
A Dbn.h313 struct bignum_st { struct
314 BN_ULONG *d; /* Pointer to an array of 'BN_BITS2' bit
316 int top; /* Index of last used d +1. */
318 int dmax; /* Size of the d array. */
319 int neg; /* one if the number is negative */
320 int flags;

Completed in 4 milliseconds