Searched defs:TWO (Results 1 – 13 of 13) sorted by relevance
9 public static final BigInteger TWO = BigInteger.valueOf(2); field
290 ECFieldElement TWO = this.curve.fromBigInteger(BigInteger.valueOf(2)); in twice() local
24 ONE,TWO,THREE enumConstant
14 private static final BigInteger TWO = BigInteger.valueOf(2); field in DHParametersGenerator
14 private static final BigInteger TWO = BigInteger.valueOf(2); field in DHKeyGeneratorHelper
18 private static final BigInteger TWO = BigInteger.valueOf(2); field in DHParametersHelper
26 private static final BigInteger TWO = BigInteger.valueOf(2); field in DSAParametersGenerator
35 TWO { enumConstant
40 #define TWO 2 macro
81 #define TWO(x) ((x), (x)) macro
75 #define TWO(x) ((x), (x)) macro
84 typedef enum { ONE = 10, TWO} TestEnum; enumerator
32 enum count { ONE, TWO, THREE }; enumerator