Home
last modified time | relevance | path

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

/packages/modules/Virtualization/compos/compos_key_helper/
Dcompos_key_test.cpp79 auto other_data = data; in TEST_F() local
80 other_data[0] ^= 1; in TEST_F()
82 bool verified = verify(key_pair.public_key, *signature, other_data.data(), other_data.size()); in TEST_F()