Home
last modified time | relevance | path

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

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
DSecP256R1Field.java101 long xx08 = xx[8] & M, xx09 = xx[9] & M, xx10 = xx[10] & M, xx11 = xx[11] & M; in reduce() local
154 long xx08 = x & M; in reduce32() local
DSecP192R1Field.java107 long xx06 = xx[6] & M, xx07 = xx[7] & M, xx08 = xx[8] & M; in reduce() local