Home
last modified time | relevance | path

Searched defs:modulus (Results 1 – 7 of 7) sorted by relevance

/system/core/libmincrypt/tools/
DDumpPublicKey.java50 BigInteger modulus = key.getModulus(); in checkRSA() local
/system/tpm/trunks/
Dtrunks_client_test.cc175 std::string modulus; in ImportTest() local
988 void TrunksClientTest::GenerateRSAKeyPair(std::string* modulus, in GenerateRSAKeyPair()
1034 std::string modulus; in LoadSigningKey() local
Dtpm_utility_test.cc1238 std::string modulus(256, 'a'); in TEST_F() local
1303 std::string modulus(256, 'a'); in TEST_F() local
1318 std::string modulus(256, 'a'); in TEST_F() local
1334 std::string modulus; in TEST_F() local
1350 std::string modulus; in TEST_F() local
Dtrunks_factory_for_test.cc242 const std::string& modulus, in ImportRSAKey()
Dtpm_utility_impl.cc772 const std::string& modulus, in ImportRSAKey()
/system/extras/verity/
DVerityVerifier.java128 BigInteger modulus = new BigInteger(1, reverse(binaryMod)); in getMincryptPublicKey() local
/system/tpm/attestation/server/
Dpkcs11_key_store.cc272 std::string modulus(BN_num_bytes(public_key.get()->n), 0); in Register() local