Home
last modified time | relevance | path

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

/hardware/nxp/secure_element/ls_client/inc/
DLsLib.h257 LSCSTATUS Check_Certificate_Tag(uint8_t* read_buf, uint16_t* offset1);
269 LSCSTATUS Check_SerialNo_Tag(uint8_t* read_buf, uint16_t* offset1);
281 LSCSTATUS Check_LSRootID_Tag(uint8_t* read_buf, uint16_t* offset1);
292 LSCSTATUS Check_CertHoldID_Tag(uint8_t* read_buf, uint16_t* offset1);
303 LSCSTATUS Check_Date_Tag(uint8_t* read_buf, uint16_t* offset1);
315 LSCSTATUS Check_45_Tag(uint8_t* read_buf, uint16_t* offset1, uint8_t* tag45Len);
329 uint8_t* read_buf, uint16_t* offset1,
/hardware/nxp/secure_element/ls_client/src/
DLsLib.cpp1502 LSCSTATUS Check_Certificate_Tag(uint8_t* read_buf, uint16_t* offset1) { in Check_Certificate_Tag() argument
1504 uint16_t offset = *offset1; in Check_Certificate_Tag()
1512 *offset1 = offset; in Check_Certificate_Tag()
1528 LSCSTATUS Check_SerialNo_Tag(uint8_t* read_buf, uint16_t* offset1) { in Check_SerialNo_Tag() argument
1530 uint16_t offset = *offset1; in Check_SerialNo_Tag()
1536 *offset1 = offset; in Check_SerialNo_Tag()
1554 LSCSTATUS Check_LSRootID_Tag(uint8_t* read_buf, uint16_t* offset1) { in Check_LSRootID_Tag() argument
1556 uint16_t offset = *offset1; in Check_LSRootID_Tag()
1566 *offset1 = offset; in Check_LSRootID_Tag()
1583 LSCSTATUS Check_CertHoldID_Tag(uint8_t* read_buf, uint16_t* offset1) { in Check_CertHoldID_Tag() argument
[all …]