Lines Matching refs:OctStr256
28 bool operator==(OctStr256 const& lhs, OctStr256 const& rhs) { in operator ==()
29 return 0 == std::memcmp(&lhs, &rhs, sizeof(OctStr256)); in operator ==()
64 OctStr256 stub = {0}; in TEST_F()
72 ReadTpm2FfElement((OctStr256*)this->kTpmFfElemStrData.data(), in TEST_F()
75 EXPECT_EQ(*(OctStr256*)this->kTpmFfElemStrData.data(), in TEST_F()
76 *(OctStr256*)ecc_parameter.b.buffer); in TEST_F()
84 OctStr256 result = {0}; in TEST_F()
91 OctStr256 result = {0}; in TEST_F()
92 THROW_ON_EPIDERR(ReadTpm2FfElement((OctStr256*)this->kTpmFfElemStrData.data(), in TEST_F()
101 OctStr256 result = {0}; in TEST_F()
102 THROW_ON_EPIDERR(ReadTpm2FfElement((OctStr256*)this->kTpmFfElemStrData.data(), in TEST_F()
113 EXPECT_EQ(*(OctStr256*)expected.data(), result); in TEST_F()
118 OctStr256 result = {0}; in TEST_F()
119 THROW_ON_EPIDERR(ReadTpm2FfElement((OctStr256*)this->kTpmFfElemStrData.data(), in TEST_F()
123 EXPECT_EQ(*(OctStr256*)this->kTpmFfElemStrData.data(), result); in TEST_F()