Home
last modified time | relevance | path

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

/system/core/libmincrypt/tools/
DDumpPublicKey.java50 BigInteger modulus = key.getModulus(); in checkRSA() local
62 if (modulus.bitLength() != 2048) { in checkRSA()
64 modulus.bitLength() + " bits."); in checkRSA()
/system/extras/verity/
DVerityVerifier.java128 BigInteger modulus = new BigInteger(1, reverse(binaryMod)); in getMincryptPublicKey() local
131 RSAPublicKeySpec spec = new RSAPublicKeySpec(modulus, exponent); in getMincryptPublicKey()