Home
last modified time | relevance | path

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

/hardware/nxp/secure_element/1.0/
DSecureElement.cpp105 status = phNxpEse_Transceive(&cmdApdu, &rspApdu); in transmit()
152 status = phNxpEse_Transceive(&cmdApdu, &rspApdu); in openLogicalChannel()
210 status = phNxpEse_Transceive(&cmdApdu, &rspApdu); in openLogicalChannel()
287 status = phNxpEse_Transceive(&cmdApdu, &rspApdu); in openBasicChannel()
366 status = phNxpEse_Transceive(&cmdApdu, &rspApdu); in closeChannel()
/hardware/nxp/secure_element/1.1/
DSecureElement.cpp146 status = phNxpEse_Transceive(&cmdApdu, &rspApdu); in transmit()
193 status = phNxpEse_Transceive(&cmdApdu, &rspApdu); in openLogicalChannel()
251 status = phNxpEse_Transceive(&cmdApdu, &rspApdu); in openLogicalChannel()
328 status = phNxpEse_Transceive(&cmdApdu, &rspApdu); in openBasicChannel()
406 status = phNxpEse_Transceive(&cmdApdu, &rspApdu); in closeChannel()
/hardware/nxp/secure_element/libese-spi/p73/inc/
DphNxpEse_Api.h142 ESESTATUS phNxpEse_Transceive(phNxpEse_data* pCmd, phNxpEse_data* pRsp);
/hardware/nxp/secure_element/ls_client/src/
DLsLib.cpp164 ESESTATUS eseStat = phNxpEse_Transceive(&cmdApdu, &rspApdu); in LSC_OpenChannel()
220 eseStat = phNxpEse_Transceive(&cmdApdu, &rspApdu); in LSC_ResetChannel()
290 ESESTATUS eseStat = phNxpEse_Transceive(&cmdApdu, &rspApdu); in LSC_SelectLsc()
352 ESESTATUS eseStat = phNxpEse_Transceive(&cmdApdu, &rspApdu); in LSC_StoreData()
812 ESESTATUS eseStat = phNxpEse_Transceive(&cmdApdu, &rspApdu); in LSC_SendtoEse()
880 ESESTATUS eseStat = phNxpEse_Transceive(&cmdApdu, &rspApdu); in LSC_SendtoLsc()
932 ESESTATUS eseStat = phNxpEse_Transceive(&cmdApdu, &rspApdu); in LSC_CloseChannel()
1238 ESESTATUS eseStat = phNxpEse_Transceive(&cmdApdu, &rspApdu); in Send_Backall_Loadcmds()
1957 status = phNxpEse_Transceive(&cmdApdu, &rspApdu); in LSC_CloseAllLogicalChannels()
1995 ESESTATUS eseStat = phNxpEse_Transceive(&cmdApdu, &rspApdu); in LSC_SelectLsHash()
[all …]
/hardware/nxp/secure_element/libese-spi/p73/lib/
DphNxpEse_Api.cpp590 ESESTATUS phNxpEse_Transceive(phNxpEse_data* pCmd, phNxpEse_data* pRsp) { in phNxpEse_Transceive() function