Searched refs:modulus (Results 1 – 4 of 4) sorted by relevance
42 uint8_t* modulus = (uint8_t*)s.c_str(); in LLVMFuzzerTestOneInput() local43 memcpy(buffer+sizeof(uint32_t)*2, modulus, in LLVMFuzzerTestOneInput()
31 public BigInteger modulus; field in RSAPublicKey
862 if (rsaPublicKey.modulus.compareTo(BigInteger.ZERO) < 0) { in encodePublicKey()866 byte[] encodedModulus = rsaPublicKey.modulus.toByteArray(); in encodePublicKey()871 rsaPublicKey.modulus = new BigInteger(reencodedModulus); in encodePublicKey()
975 v2PublicKey.modulus.compareTo(BigInteger.ZERO) > 0); in testPublicKeyHasPositiveModulusAfterSigning()981 v3PublicKey.modulus.compareTo(BigInteger.ZERO) > 0); in testPublicKeyHasPositiveModulusAfterSigning()