Searched refs:manageChannelCommand (Results 1 – 5 of 5) sorted by relevance
/hardware/nxp/secure_element/1.0/ |
D | SecureElement.cpp | 124 hidl_vec<uint8_t> manageChannelCommand = {0x00, 0x70, 0x00, 0x00, 0x01}; in openLogicalChannel() local 147 cmdApdu.len = manageChannelCommand.size(); in openLogicalChannel() 148 cmdApdu.p_data = (uint8_t*)phNxpEse_memalloc(manageChannelCommand.size() * in openLogicalChannel() 151 memcpy(cmdApdu.p_data, manageChannelCommand.data(), cmdApdu.len); in openLogicalChannel()
|
/hardware/nxp/secure_element/1.1/ |
D | SecureElement.cpp | 165 hidl_vec<uint8_t> manageChannelCommand = {0x00, 0x70, 0x00, 0x00, 0x01}; in openLogicalChannel() local 188 cmdApdu.len = manageChannelCommand.size(); in openLogicalChannel() 189 cmdApdu.p_data = (uint8_t*)phNxpEse_memalloc(manageChannelCommand.size() * in openLogicalChannel() 192 memcpy(cmdApdu.p_data, manageChannelCommand.data(), cmdApdu.len); in openLogicalChannel()
|
/hardware/st/secure_element/1.1/ |
D | SecureElement.cpp | 154 hidl_vec<uint8_t> manageChannelCommand = {0x00, 0x70, 0x00, 0x00, 0x01}; in openLogicalChannel() local 180 cmdApdu.len = manageChannelCommand.size(); in openLogicalChannel() 182 (uint8_t*)malloc(manageChannelCommand.size() * sizeof(uint8_t)); in openLogicalChannel() 184 memcpy(cmdApdu.p_data, manageChannelCommand.data(), cmdApdu.len); in openLogicalChannel()
|
/hardware/st/secure_element/1.0/ |
D | SecureElement.cpp | 151 hidl_vec<uint8_t> manageChannelCommand = {0x00, 0x70, 0x00, 0x00, 0x01}; in openLogicalChannel() local 179 cmdApdu.len = manageChannelCommand.size(); in openLogicalChannel() 181 (uint8_t*)malloc(manageChannelCommand.size() * sizeof(uint8_t)); in openLogicalChannel() 183 memcpy(cmdApdu.p_data, manageChannelCommand.data(), cmdApdu.len); in openLogicalChannel()
|
/hardware/st/secure_element/1.2/ |
D | SecureElement.cpp | 154 hidl_vec<uint8_t> manageChannelCommand = {0x00, 0x70, 0x00, 0x00, 0x01}; in openLogicalChannel() local 180 cmdApdu.len = manageChannelCommand.size(); in openLogicalChannel() 182 (uint8_t*)malloc(manageChannelCommand.size() * sizeof(uint8_t)); in openLogicalChannel() 184 memcpy(cmdApdu.p_data, manageChannelCommand.data(), cmdApdu.len); in openLogicalChannel()
|