Home
last modified time | relevance | path

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

/packages/modules/Virtualization/compos/compos_key_helper/
Dcompos_key_test.cpp42 auto other_key_pair = keyFromSeed(seed); in TEST_F() local
43 ASSERT_TRUE(other_key_pair.ok()) << other_key_pair.error(); in TEST_F()
45 ASSERT_EQ(key_pair.private_key, other_key_pair->private_key); in TEST_F()
46 ASSERT_EQ(key_pair.public_key, other_key_pair->public_key); in TEST_F()
50 auto other_key_pair = keyFromSeed(other_seed); in TEST_F() local
51 ASSERT_TRUE(other_key_pair.ok()) << other_key_pair.error(); in TEST_F()
53 ASSERT_NE(key_pair.private_key, other_key_pair->private_key); in TEST_F()
54 ASSERT_NE(key_pair.public_key, other_key_pair->public_key); in TEST_F()
89 auto other_key_pair = keyFromSeed(other_seed); in TEST_F() local
90 ASSERT_TRUE(other_key_pair.ok()) << other_key_pair.error(); in TEST_F()
[all …]