Home
last modified time | relevance | path

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

/hardware/nxp/secure_element/1.0/
DSecureElement.cpp101 status = phNxpEse_Transceive(&cmdApdu, &rspApdu); in transmit()
148 status = phNxpEse_Transceive(&cmdApdu, &rspApdu); in openLogicalChannel()
199 status = phNxpEse_Transceive(&cmdApdu, &rspApdu); in openLogicalChannel()
275 status = phNxpEse_Transceive(&cmdApdu, &rspApdu); in openBasicChannel()
347 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.cpp157 ESESTATUS eseStat = phNxpEse_Transceive(&cmdApdu, &rspApdu); in LSC_OpenChannel()
232 ESESTATUS eseStat = phNxpEse_Transceive(&cmdApdu, &rspApdu); in LSC_SelectLsc()
322 ESESTATUS eseStat = phNxpEse_Transceive(&cmdApdu, &rspApdu); in LSC_StoreData()
808 ESESTATUS eseStat = phNxpEse_Transceive(&cmdApdu, &rspApdu); in LSC_SendtoEse()
876 ESESTATUS eseStat = phNxpEse_Transceive(&cmdApdu, &rspApdu); in LSC_SendtoLsc()
928 ESESTATUS eseStat = phNxpEse_Transceive(&cmdApdu, &rspApdu); in LSC_CloseChannel()
1261 ESESTATUS eseStat = phNxpEse_Transceive(&cmdApdu, &rspApdu); in Send_Backall_Loadcmds()
/hardware/nxp/secure_element/libese-spi/p73/lib/
DphNxpEse_Api.cpp598 ESESTATUS phNxpEse_Transceive(phNxpEse_data* pCmd, phNxpEse_data* pRsp) { in phNxpEse_Transceive() function