Searched refs:modulus (Results 1 – 4 of 4) sorted by relevance
44 uint8_t* modulus = (uint8_t*)s.c_str(); in LLVMFuzzerTestOneInput() local45 memcpy(buffer+sizeof(uint32_t)*2, modulus, in LLVMFuzzerTestOneInput()
31 public BigInteger modulus; field in RSAPublicKey
691 if (rsaPublicKey.modulus.compareTo(BigInteger.ZERO) < 0) { in encodePublicKey()695 byte[] encodedModulus = rsaPublicKey.modulus.toByteArray(); in encodePublicKey()700 rsaPublicKey.modulus = new BigInteger(reencodedModulus); in encodePublicKey()
1586 v2PublicKey.modulus.compareTo(BigInteger.ZERO) > 0); in testPublicKeyHasPositiveModulusAfterSigning()1592 v3PublicKey.modulus.compareTo(BigInteger.ZERO) > 0); in testPublicKeyHasPositiveModulusAfterSigning()