HomeSort by relevance Sort by last modified time
    Searched full:xx23 (Results 1 - 1 of 1) sorted by null

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
SecP384R1Field.java 99 long xx20 = xx[20] & M, xx21 = xx[21] & M, xx22 = xx[22] & M, xx23 = xx[23] & M; local
105 long t2 = (xx[14] & M) + xx22 + xx23;
106 long t3 = (xx[15] & M) + xx23;
108 long t5 = xx21 - xx23;
109 long t6 = xx22 - xx23;
115 cc += (xx[1] & M) + xx23 - t0 + t1;

Completed in 731 milliseconds