Searched refs:storageKeyItem (Results 1 – 2 of 2) sorted by relevance
174 const cppbor::Bstr* storageKeyItem = (*dckArrayItem)[0]->asBstr(); in TEST_P() local175 const vector<uint8_t> storageKey = storageKeyItem->value(); in TEST_P()
123 const cppbor::Bstr* storageKeyItem = (*dckArrayItem)[0]->asBstr(); in extractFromTestCredentialData() local125 if (storageKeyItem == nullptr || credentialPrivKeyItem == nullptr) { in extractFromTestCredentialData()128 storageKey = storageKeyItem->value(); in extractFromTestCredentialData()