Home
last modified time | relevance | path

Searched refs:RR (Results 1 – 1 of 1) sorted by relevance

/system/core/libmincrypt/tools/
DDumpPublicKey.java131 BigInteger RR = R.multiply(R).mod(N); // 2^4096 mod N in printRSA() local
150 long rr = RR.mod(B).longValue(); in printRSA()
157 RR = RR.divide(B); in printRSA()