Searched refs:StEse_Transceive (Results 1 – 5 of 5) sorted by relevance
/hardware/st/secure_element/ese-spi-driver/ |
D | StEseApi.h | 80 ESESTATUS StEse_Transceive(StEse_data* pCmd, StEse_data* pRsp);
|
D | StEseApi.cc | 137 ESESTATUS StEse_Transceive(StEse_data* pCmd, StEse_data* pRsp) { in StEse_Transceive() function
|
/hardware/st/secure_element/1.0/ |
D | SecureElement.cpp | 130 status = StEse_Transceive(&cmdApdu, &rspApdu); in transmit() 184 status = StEse_Transceive(&cmdApdu, &rspApdu); in openLogicalChannel() 253 status = StEse_Transceive(&cmdApdu, &rspApdu); in openLogicalChannel() 341 status = StEse_Transceive(&cmdApdu, &rspApdu); in openBasicChannel() 425 status = StEse_Transceive(&cmdApdu, &rspApdu); in closeChannel()
|
/hardware/st/secure_element/1.2/ |
D | SecureElement.cpp | 134 status = StEse_Transceive(&cmdApdu, &rspApdu); in transmit() 185 status = StEse_Transceive(&cmdApdu, &rspApdu); in openLogicalChannel() 243 status = StEse_Transceive(&cmdApdu, &rspApdu); in openLogicalChannel() 330 status = StEse_Transceive(&cmdApdu, &rspApdu); in openBasicChannel() 411 status = StEse_Transceive(&cmdApdu, &rspApdu); in closeChannel()
|
/hardware/st/secure_element/1.1/ |
D | SecureElement.cpp | 134 status = StEse_Transceive(&cmdApdu, &rspApdu); in transmit() 185 status = StEse_Transceive(&cmdApdu, &rspApdu); in openLogicalChannel() 243 status = StEse_Transceive(&cmdApdu, &rspApdu); in openLogicalChannel() 330 status = StEse_Transceive(&cmdApdu, &rspApdu); in openBasicChannel() 411 status = StEse_Transceive(&cmdApdu, &rspApdu); in closeChannel()
|