Home
last modified time | relevance | path

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

/hardware/interfaces/security/keymint/aidl/vts/functional/
DKeyMintAidlTestBase.cpp1657 const std::unique_ptr<cppbor::Item>& xItem = coseKey->get(cppcose::CoseKey::PUBKEY_X); in p256_pub_key() local
1658 ASSERT_NE(xItem->asBstr(), nullptr); in p256_pub_key()
1659 vector<uint8_t> x = xItem->asBstr()->value(); in p256_pub_key()