Home
last modified time | relevance | path

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

/hardware/nxp/secure_element/ls_client/inc/
DLsLib.h315 LSCSTATUS Check_45_Tag(uint8_t* read_buf, uint16_t* offset1, uint8_t* tag45Len);
330 uint8_t* tag45Len);
/hardware/nxp/secure_element/ls_client/src/
DLsLib.cpp1153 uint8_t tag45Len = Recv_data[i + 1]; in Process_SelectRsp() local
1154 memcpy(gsTag45Arr, &Recv_data[i + 1], tag45Len + 1); in Process_SelectRsp()
1654 uint8_t* tag45Len) { in Check_45_Tag() argument
1658 *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() argument
1701 offset = offset + *tag45Len; in Certificate_Verification()
1751 offset = offset + *tag45Len; in Certificate_Verification()
1847 uint8_t tag45Len = 0; in Check_Complete_7F21_Tag() local
1848 if (LSCSTATUS_SUCCESS != Check_45_Tag(read_buf, offset, &tag45Len)) { in Check_Complete_7F21_Tag()
[all …]