Home
last modified time | relevance | path

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

/hardware/nxp/keymint/KM200/
DJavacardRemotelyProvisionedComponentDevice.h69 std::vector<uint8_t>& partialCipheredData,
72 ScopedAStatus getResponse(std::vector<uint8_t>& partialCipheredData,
DJavacardRemotelyProvisionedComponentDevice.cpp213 std::vector<uint8_t>& partialCipheredData, uint32_t& respFlag) { in finishSendData() argument
226 !cbor_.getBinaryArray(item, 5, partialCipheredData) || in finishSendData()
238 std::vector<uint8_t>& partialCipheredData, cppbor::Array& recipientStructure, in getResponse() argument
245 if (!cbor_.getBinaryArray(item, 1, partialCipheredData) || in getResponse()