Home
last modified time | relevance | path

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

/hardware/nxp/secure_element/libese-spi/p73/lib/
DphNxpEseProto7816_3.cpp35 static uint8_t phNxpEseProto7816_ComputeLRC(unsigned char* p_buff,
104 static uint8_t phNxpEseProto7816_ComputeLRC(unsigned char* p_buff, in phNxpEseProto7816_ComputeLRC() function
133 calc_crc = phNxpEseProto7816_ComputeLRC(p_data, 1, (data_len - 1)); in phNxpEseProto7816_CheckLRC()
221 phNxpEseProto7816_ComputeLRC(p_framebuff, 0, (frame_len - 1)); in phNxpEseProto7816_SendSFrame()
257 phNxpEseProto7816_ComputeLRC(recv_ack, 0x00, (sizeof(recv_ack) - 1)); in phNxpEseProto7816_sendRframe()
313 phNxpEseProto7816_ComputeLRC(p_framebuff, 0, (frame_len - 1)); in phNxpEseProto7816_SendIframe()