Searched refs:frameOffset (Results 1 – 2 of 2) 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 …]
209 static void phNxpEseProto7816_DecodeSecureTimer(uint8_t* frameOffset,787 static void phNxpEseProto7816_DecodeSecureTimer(uint8_t* frameOffset, in phNxpEseProto7816_DecodeSecureTimer() argument791 uint8_t dataLength = p_data[++(*frameOffset)]; /* To get the L of TLV */ in phNxpEseProto7816_DecodeSecureTimer()796 (*frameOffset)++; in phNxpEseProto7816_DecodeSecureTimer()798 *secureTimer |= p_data[(*frameOffset)]; in phNxpEseProto7816_DecodeSecureTimer()801 (*frameOffset)++; /* Goto the end of current marker if length is zero */ in phNxpEseProto7816_DecodeSecureTimer()947 uint8_t maxSframeLen = 0, dataType = 0, frameOffset = 0; in phNxpEseProto7816_DecodeSFrameSecureTimerData() local948 frameOffset = PH_PROPTO_7816_FRAME_LENGTH_OFFSET; in phNxpEseProto7816_DecodeSFrameSecureTimerData()950 p_data[frameOffset] + in phNxpEseProto7816_DecodeSFrameSecureTimerData()951 frameOffset; /* to be in sync with offset which starts from index 0 */ in phNxpEseProto7816_DecodeSFrameSecureTimerData()[all …]