Home
last modified time | relevance | path

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

/hardware/nxp/secure_element/libese-spi/p73/lib/
DphNxpEseProto7816_3.cpp1065 phNxpEse_data pRes; in phNxpEseProto7816_Transceive() local
1071 phNxpEse_memset(&pRes, 0x00, sizeof(phNxpEse_data)); in phNxpEseProto7816_Transceive()
1085 wStatus = phNxpEse_GetData(&pRes.len, &pRes.p_data); in phNxpEseProto7816_Transceive()
1090 __FUNCTION__, pRes.len); in phNxpEseProto7816_Transceive()
1092 pRsp->len = pRes.len; in phNxpEseProto7816_Transceive()
1093 pRsp->p_data = pRes.p_data; in phNxpEseProto7816_Transceive()
1097 wStatus = phNxpEse_GetData(&pRes.len, &pRes.p_data); in phNxpEseProto7816_Transceive()
1102 __FUNCTION__, pRes.len); in phNxpEseProto7816_Transceive()
1104 pRsp->len = pRes.len; in phNxpEseProto7816_Transceive()
1105 pRsp->p_data = pRes.p_data; in phNxpEseProto7816_Transceive()