Home
last modified time | relevance | path

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

/hardware/interfaces/identity/support/tests/
DIdentityCredentialSupportTest.cpp280 vector<uint8_t> strToVec(const string& str) { in strToVec() function
290 vector<uint8_t> key = strToVec("key"); in TEST()
291 vector<uint8_t> data = strToVec("The quick brown fox jumps over the lazy dog"); in TEST()