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

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
SecP384R1Field.java 98 long xx16 = xx[16] & M, xx17 = xx[17] & M, xx18 = xx[18] & M, xx19 = xx[19] & M; local
130 cc += (xx[6] & M) + xx18 - xx17 + t2 + t3;
133 cc += (xx[7] & M) + xx16 + xx19 - xx18 + t3;
139 cc += (xx[9] & M) + xx18 - xx20 + t4;
142 cc += (xx[10] & M) + xx18 + xx19 - t5 + t6;

Completed in 95 milliseconds