Searched defs:pointSource (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/bouncycastle/bcprov/src/test/java/org/bouncycastle/math/ec/test/ |
H A D | ECPointTest.java | 69 private final int[] pointSource = { 1, 5, 4, 10, 234, 1024, 817, 912 }; field in ECPointTest.Fp 111 private final String[] pointSource = { "0010", "1111", "1100", "1100", field in ECPointTest.F2m
|
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/test/java/com/android/org/bouncycastle/math/ec/test/ |
H A D | ECPointTest.java | 72 private final int[] pointSource = { 1, 5, 4, 10, 234, 1024, 817, 912 }; field in ECPointTest.Fp 115 private final String[] pointSource = { "0010", "1111", "1100", "1100", field in ECPointTest.F2m
|