Searched refs:frameOffset (Results 1 – 1 of 1) sorted by relevance
480 static void phNxpEseProto7816_DecodeSecureTimer(uint8_t* frameOffset, in phNxpEseProto7816_DecodeSecureTimer() argument484 uint8_t dataLength = p_data[++(*frameOffset)]; /* To get the L of TLV */ in phNxpEseProto7816_DecodeSecureTimer()489 (*frameOffset)++; in phNxpEseProto7816_DecodeSecureTimer()491 *secureTimer |= p_data[(*frameOffset)]; in phNxpEseProto7816_DecodeSecureTimer()494 (*frameOffset)++; /* Goto the end of current marker if length is zero */ in phNxpEseProto7816_DecodeSecureTimer()507 uint8_t maxSframeLen = 0, dataType = 0, frameOffset = 0; in phNxpEseProto7816_DecodeSFrameData() local508 frameOffset = PH_PROPTO_7816_FRAME_LENGTH_OFFSET; in phNxpEseProto7816_DecodeSFrameData()510 p_data[frameOffset] + in phNxpEseProto7816_DecodeSFrameData()511 frameOffset; /* to be in sync with offset which starts from index 0 */ in phNxpEseProto7816_DecodeSFrameData()512 while (maxSframeLen > frameOffset) { in phNxpEseProto7816_DecodeSFrameData()[all …]