Searched defs:BIGINT_NUM_MODS (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/crypto/axtls/
H A Dbigint_impl.h39 #define BIGINT_NUM_MODS 3 /**< The number of modulus constants used. */ macro
41 #define BIGINT_NUM_MODS 1 macro
103 bigint *bi_mod[BIGINT_NUM_MODS]; /**< modulus */
106 bigint *bi_RR_mod_m[BIGINT_NUM_MODS]; /**< R^2 mod m */
107 bigint *bi_R_mod_m[BIGINT_NUM_MODS]; /**< R mod m */
108 comp N0_dash[BIGINT_NUM_MODS];
110 bigint *bi_mu[BIGINT_NUM_MODS]; /**< Storage for mu */
112 bigint *bi_normalised_mod[BIGINT_NUM_MODS]; /**< Normalised mod storage. */

Completed in 44 milliseconds