HomeSort by relevance Sort by last modified time
    Searched full:public_key2 (Results 1 - 2 of 2) sorted by null

  /system/tpm/attestation/common/
crypto_utility_impl_test.cc 173 std::string public_key2; local
174 EXPECT_TRUE(crypto_utility_->GetRSAPublicKey(output, &public_key2));
175 EXPECT_EQ(public_key, public_key2);
  /system/tpm/attestation/server/
attestation_service_test.cc 599 database->mutable_identity_binding()->set_identity_public_key("public_key2");
604 EXPECT_EQ("public_key2", reply.public_key_tpm_format());
    [all...]

Completed in 524 milliseconds