HomeSort by relevance Sort by last modified time
    Searched refs:Ql (Results 1 - 4 of 4) sorted by null

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
ECFieldElement.java 245 BigInteger Ql = ECConstants.ONE;
250 Ql = Ql.multiply(Qh).mod(p);
254 Qh = Ql.multiply(Q).mod(p);
256 Vl = Vh.multiply(Vl).subtract(P.multiply(Ql)).mod(p);
261 Qh = Ql;
262 Uh = Uh.multiply(Vl).subtract(Ql).mod(p);
263 Vh = Vh.multiply(Vl).subtract(P.multiply(Ql)).mod(p);
264 Vl = Vl.multiply(Vl).subtract(Ql.shiftLeft(1)).mod(p);
268 Ql = Ql.multiply(Qh).mod(p)
    [all...]
  /external/openssh/
mdoc2man.awk 118 } else if(match(words[w],"^Sq|Ql$")) {