Searched refs:tag45Len (Results 1 – 2 of 2) sorted by relevance
315 LSCSTATUS Check_45_Tag(uint8_t* read_buf, uint16_t* offset1, uint8_t* tag45Len);330 uint8_t* tag45Len);
1153 uint8_t tag45Len = Recv_data[i + 1]; in Process_SelectRsp() local1154 memcpy(gsTag45Arr, &Recv_data[i + 1], tag45Len + 1); in Process_SelectRsp()1654 uint8_t* tag45Len) { in Check_45_Tag() argument1658 *tag45Len = read_buf[offset + 1]; in Check_45_Tag()1660 if (gsTag45Arr[0] == *tag45Len) { in Check_45_Tag()1685 uint8_t* tag45Len) { in Certificate_Verification() argument1701 offset = offset + *tag45Len; in Certificate_Verification()1751 offset = offset + *tag45Len; in Certificate_Verification()1847 uint8_t tag45Len = 0; in Check_Complete_7F21_Tag() local1848 if (LSCSTATUS_SUCCESS != Check_45_Tag(read_buf, offset, &tag45Len)) { in Check_Complete_7F21_Tag()[all …]