HomeSort by relevance Sort by last modified time
    Searched full:xx19 (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
133 cc += (xx[7] & M) + xx16 + xx19 - xx18 + t3;
136 cc += (xx[8] & M) + xx16 + xx17 + xx20 - xx19;
142 cc += (xx[10] & M) + xx18 + xx19 - t5 + t6;
145 cc += (xx[11] & M) + xx19 + xx20 - t6;

Completed in 239 milliseconds