Searched refs:RTBIGNUM (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Runtime/testcase/
H A DtstRTBigNum.cpp56 static RTBIGNUM g_LargePositive;
57 static RTBIGNUM g_LargePositive2; /**< Smaller than g_LargePositive. */
66 static RTBIGNUM g_LargePositiveMinus1; /**< g_LargePositive - 1 */
79 static RTBIGNUM g_LargeNegative;
80 static RTBIGNUM g_LargeNegative2; /**< A few digits less than g_LargeNegative, i.e. larger value. */
92 static RTBIGNUM g_LargeNegativePluss1; /**< g_LargeNegative + 1 */
97 static RTBIGNUM g_64BitPositive1;
100 static RTBIGNUM g_Zero;
101 static RTBIGNUM g_One;
102 static RTBIGNUM g_Tw
[all...]
/vbox/include/iprt/
H A Dbignum.h77 typedef struct RTBIGNUM struct
98 } RTBIGNUM; typedef in typeref:struct:RTBIGNUM
H A Dtypes.h1534 typedef struct RTBIGNUM *PRTBIGNUM;
1536 typedef struct RTBIGNUM const *PCRTBIGNUM;
/vbox/src/VBox/Runtime/common/crypto/
H A Dpkix-signature-rsa.cpp56 RTBIGNUM Modulus;
58 RTBIGNUM Exponent;
61 RTBIGNUM TmpBigNum1;
63 RTBIGNUM TmpBigNum2;
/vbox/src/VBox/Runtime/common/math/
H A Dbignum.cpp2141 RTBIGNUM NormDividend;
2142 RTBIGNUM NormDivisor;
2611 RTBIGNUM Pow2;
2622 RTBIGNUM TmpMultiplicand;
2756 RTBIGNUM Pow2;
2763 RTBIGNUM TmpMultiplicand;
2766 RTBIGNUM TmpProduct;

Completed in 386 milliseconds