Home
last modified time | relevance | path

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

/tools/security/fuzzing/system_fuzzers/libcrypto_utils/
Dlibcrypto_utils_fuzzer.cpp42 uint8_t* modulus = (uint8_t*)s.c_str(); in LLVMFuzzerTestOneInput() local
43 memcpy(buffer+sizeof(uint32_t)*2, modulus, in LLVMFuzzerTestOneInput()
/tools/apksig/src/main/java/com/android/apksig/internal/x509/
DRSAPublicKey.java31 public BigInteger modulus; field in RSAPublicKey
/tools/apksig/src/main/java/com/android/apksig/internal/apk/
DApkSigningBlockUtils.java862 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()
/tools/apksig/src/test/java/com/android/apksig/
DApkSignerTest.java975 v2PublicKey.modulus.compareTo(BigInteger.ZERO) > 0); in testPublicKeyHasPositiveModulusAfterSigning()
981 v3PublicKey.modulus.compareTo(BigInteger.ZERO) > 0); in testPublicKeyHasPositiveModulusAfterSigning()