Home
last modified time | relevance | path

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

/system/keymaster/km_openssl/
Dattestation_record.cpp70 static keymaster_error_t bstr_to_blob(const cppbor::Bstr* bstr, keymaster_blob_t* blob) { in bstr_to_blob() argument
71 ASSERT_OR_RETURN_ERROR(bstr, KM_ERROR_INVALID_TAG); in bstr_to_blob()
72 const std::vector<uint8_t>& vec = bstr->value(); in bstr_to_blob()