Searched refs:modulus (Results 1 – 4 of 4) sorted by relevance
43 uint8_t* modulus = (uint8_t*)s.c_str(); in LLVMFuzzerTestOneInput() local44 memcpy(buffer+sizeof(uint32_t)*2, modulus, in LLVMFuzzerTestOneInput()
31 public BigInteger modulus; field in RSAPublicKey
689 if (rsaPublicKey.modulus.compareTo(BigInteger.ZERO) < 0) { in encodePublicKey()693 byte[] encodedModulus = rsaPublicKey.modulus.toByteArray(); in encodePublicKey()698 rsaPublicKey.modulus = new BigInteger(reencodedModulus); in encodePublicKey()
1179 v2PublicKey.modulus.compareTo(BigInteger.ZERO) > 0); in testPublicKeyHasPositiveModulusAfterSigning()1185 v3PublicKey.modulus.compareTo(BigInteger.ZERO) > 0); in testPublicKeyHasPositiveModulusAfterSigning()