Home
last modified time | relevance | path

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

/hardware/interfaces/security/keymint/aidl/vts/functional/
DKeyMintAidlTestBase.cpp1660 const std::unique_ptr<cppbor::Item>& yItem = coseKey->get(cppcose::CoseKey::PUBKEY_Y); in p256_pub_key() local
1661 ASSERT_NE(yItem->asBstr(), nullptr); in p256_pub_key()
1662 vector<uint8_t> y = yItem->asBstr()->value(); in p256_pub_key()