Searched refs:Tstr (Results 1 – 12 of 12) sorted by relevance
/hardware/interfaces/identity/support/tests/ |
D | cppbor_test.cpp | 126 EXPECT_EQ("\x60"s, Tstr("").toString()); in TEST() 127 EXPECT_EQ("\x61\x61"s, Tstr("a").toString()); in TEST() 128 EXPECT_EQ("\x61\x41"s, Tstr("A").toString()); in TEST() 129 EXPECT_EQ("\x64\x49\x45\x54\x46"s, Tstr("IETF").toString()); in TEST() 130 EXPECT_EQ("\x62\x22\x5c"s, Tstr("\"\\").toString()); in TEST() 131 EXPECT_EQ("\x62\xc3\xbc"s, Tstr("\xc3\xbc").toString()); in TEST() 132 EXPECT_EQ("\x63\xe6\xb0\xb4"s, Tstr("\xe6\xb0\xb4").toString()); in TEST() 133 EXPECT_EQ("\x64\xf0\x90\x85\x91"s, Tstr("\xf0\x90\x85\x91").toString()); in TEST() 134 EXPECT_EQ("\x64\x01\x02\x03\x04"s, Tstr("\x01\x02\x03\x04").toString()); in TEST() 272 EXPECT_EQ("\x60"s, details::makeItem(new Tstr(string()))->toString()); in TEST() [all …]
|
D | IdentityCredentialSupportTest.cpp | 407 const cppbor::Tstr* tstr = item->asTstr(); in findStringValueForTstr()
|
/hardware/interfaces/identity/aidl/vts/ |
D | AuthenticationKeyTests.cpp | 109 vector<uint8_t> tstrLastName = cppbor::Tstr("Turing").encode(); in TEST_P() 180 const cppbor::Tstr* strItem = (*arrayItem)[0]->asTstr(); in TEST_P()
|
D | UpdateCredentialTests.cpp | 106 vector<uint8_t> tstrLastName = cppbor::Tstr("Prince").encode(); in provisionData() 188 vector<uint8_t> tstrLastName = cppbor::Tstr("T.A.F.K.A.P").encode(); in TEST_P()
|
D | TestCredentialTests.cpp | 105 vector<uint8_t> tstrLastName = cppbor::Tstr("Turing").encode(); in TEST_P() 150 const cppbor::Tstr* docTypeItem = (*arrayItem)[0]->asTstr(); in TEST_P()
|
D | Util.h | 64 valueCbor = cppbor::Tstr(((const char*)value.data())).encode(); in TestEntryData()
|
D | EndToEndTests.cpp | 91 const cppbor::Tstr* docTypeItem = (*arrayItem)[0]->asTstr(); in extractFromTestCredentialData() 340 vector<uint8_t> eReaderPubBytes = cppbor::Tstr("ignored").encode(); in TEST_P()
|
D | ReaderAuthTests.cpp | 263 vector<uint8_t> eReaderPubBytes = cppbor::Tstr("ignored").encode(); in retrieveData() 518 vector<uint8_t> eReaderPubBytes = cppbor::Tstr("ignored").encode(); in TEST_P()
|
/hardware/interfaces/identity/support/src/ |
D | cppbor.cpp | 162 uint8_t* Tstr::encode(uint8_t* pos, const uint8_t* end) const { in encode() 168 void Tstr::encodeValue(EncodeCallback encodeCallback) const { in encodeValue()
|
D | cppbor_parse.cpp | 238 return handleString<Tstr>(addlData, begin, pos, end, "text string", parseClient); in parseRecursively()
|
/hardware/interfaces/identity/support/include/cppbor/ |
D | README.md | 33 * `Tstr` corresponds to major type 3, a text string. 53 `std::pair<char iterator, char iterator>` convert to `Tstr`. 86 This creates a map with two entries, with `Tstr` keys "Outer1" and 88 `Array` containing a `Map` and a `Tstr`. The "Outer2" entry has a 93 C++ or C string, a `Tstr` entry is added. Where the caller provides
|
/hardware/interfaces/identity/aidl/default/common/ |
D | IdentityCredential.cpp | 60 const cppbor::Tstr* docTypeItem = (*arrayItem)[0]->asTstr(); in initialize() 492 const cppbor::Tstr* nsKey = nsKeyItem->asTstr(); in startRetrieval() 503 const cppbor::Tstr* nameItem = innerMapKeyItem->asTstr(); in startRetrieval()
|