Searched refs:resApduBuff (Results 1 – 5 of 5) sorted by relevance
/hardware/st/secure_element/1.0/ |
D | SecureElement.cpp | 155 LogicalChannelResponse resApduBuff; in openLogicalChannel() local 156 resApduBuff.channelNumber = 0xff; in openLogicalChannel() 157 memset(&resApduBuff, 0x00, sizeof(resApduBuff)); in openLogicalChannel() 165 _hidl_cb(resApduBuff, SecureElementStatus::IOERROR); in openLogicalChannel() 192 resApduBuff.channelNumber = rspApdu.p_data[0]; in openLogicalChannel() 194 mOpenedChannels[resApduBuff.channelNumber] = true; in openLogicalChannel() 198 aram_channel = resApduBuff.channelNumber; in openLogicalChannel() 201 if (aram_channel == resApduBuff.channelNumber) aram_channel = 0; in openLogicalChannel() 224 _hidl_cb(resApduBuff, sestatus); in openLogicalChannel() 242 cmdApdu.p_data[xx++] = resApduBuff.channelNumber; in openLogicalChannel() [all …]
|
/hardware/nxp/secure_element/1.0/ |
D | SecureElement.cpp | 126 LogicalChannelResponse resApduBuff; in openLogicalChannel() local 127 resApduBuff.channelNumber = 0xff; in openLogicalChannel() 128 memset(&resApduBuff, 0x00, sizeof(resApduBuff)); in openLogicalChannel() 134 _hidl_cb(resApduBuff, SecureElementStatus::IOERROR); in openLogicalChannel() 160 resApduBuff.channelNumber = rspApdu.p_data[0]; in openLogicalChannel() 162 mOpenedChannels[resApduBuff.channelNumber] = true; in openLogicalChannel() 187 _hidl_cb(resApduBuff, sestatus); in openLogicalChannel() 203 cmdApdu.p_data[xx++] = resApduBuff.channelNumber; in openLogicalChannel() 223 resApduBuff.selectResponse.resize(rspApdu.len); in openLogicalChannel() 224 memcpy(&resApduBuff.selectResponse[0], rspApdu.p_data, rspApdu.len); in openLogicalChannel() [all …]
|
/hardware/nxp/secure_element/1.1/ |
D | SecureElement.cpp | 167 LogicalChannelResponse resApduBuff; in openLogicalChannel() local 168 resApduBuff.channelNumber = 0xff; in openLogicalChannel() 169 memset(&resApduBuff, 0x00, sizeof(resApduBuff)); in openLogicalChannel() 175 _hidl_cb(resApduBuff, SecureElementStatus::IOERROR); in openLogicalChannel() 201 resApduBuff.channelNumber = rspApdu.p_data[0]; in openLogicalChannel() 203 mOpenedChannels[resApduBuff.channelNumber] = true; in openLogicalChannel() 228 _hidl_cb(resApduBuff, sestatus); in openLogicalChannel() 244 cmdApdu.p_data[xx++] = resApduBuff.channelNumber; in openLogicalChannel() 264 resApduBuff.selectResponse.resize(rspApdu.len); in openLogicalChannel() 265 memcpy(&resApduBuff.selectResponse[0], rspApdu.p_data, rspApdu.len); in openLogicalChannel() [all …]
|
/hardware/st/secure_element/1.1/ |
D | SecureElement.cpp | 156 LogicalChannelResponse resApduBuff; in openLogicalChannel() local 157 resApduBuff.channelNumber = 0xff; in openLogicalChannel() 158 memset(&resApduBuff, 0x00, sizeof(resApduBuff)); in openLogicalChannel() 166 _hidl_cb(resApduBuff, SecureElementStatus::IOERROR); in openLogicalChannel() 193 resApduBuff.channelNumber = rspApdu.p_data[0]; in openLogicalChannel() 195 mOpenedChannels[resApduBuff.channelNumber] = true; in openLogicalChannel() 218 _hidl_cb(resApduBuff, sestatus); in openLogicalChannel() 236 cmdApdu.p_data[xx++] = resApduBuff.channelNumber; in openLogicalChannel() 256 resApduBuff.selectResponse.resize(rspApdu.len); in openLogicalChannel() 257 memcpy(&resApduBuff.selectResponse[0], rspApdu.p_data, rspApdu.len); in openLogicalChannel() [all …]
|
/hardware/st/secure_element/1.2/ |
D | SecureElement.cpp | 156 LogicalChannelResponse resApduBuff; in openLogicalChannel() local 157 resApduBuff.channelNumber = 0xff; in openLogicalChannel() 158 memset(&resApduBuff, 0x00, sizeof(resApduBuff)); in openLogicalChannel() 166 _hidl_cb(resApduBuff, SecureElementStatus::IOERROR); in openLogicalChannel() 193 resApduBuff.channelNumber = rspApdu.p_data[0]; in openLogicalChannel() 195 mOpenedChannels[resApduBuff.channelNumber] = true; in openLogicalChannel() 218 _hidl_cb(resApduBuff, sestatus); in openLogicalChannel() 236 cmdApdu.p_data[xx++] = resApduBuff.channelNumber; in openLogicalChannel() 256 resApduBuff.selectResponse.resize(rspApdu.len); in openLogicalChannel() 257 memcpy(&resApduBuff.selectResponse[0], rspApdu.p_data, rspApdu.len); in openLogicalChannel() [all …]
|