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

  /external/boringssl/src/crypto/curve25519/
ed25519_test.cc 54 uint8_t public_key2[32], private_key2[64]; local
55 ED25519_keypair_from_seed(public_key2, private_key2, seed);
57 EXPECT_EQ(Bytes(public_key1), Bytes(public_key2));
  /system/tpm/attestation/common/
crypto_utility_impl_test.cc 172 std::string public_key2; local
173 EXPECT_TRUE(crypto_utility_->GetRSAPublicKey(output, &public_key2));
174 EXPECT_EQ(public_key, public_key2);
  /system/tpm/attestation/server/
attestation_service_test.cc 590 database->mutable_identity_binding()->set_identity_public_key("public_key2");
595 EXPECT_EQ("public_key2", reply.public_key_tpm_format());
    [all...]

Completed in 86 milliseconds