Home
last modified time | relevance | path

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

/hardware/nxp/secure_element/ls_client/src/
DLsLib.cpp427 len_byte = Numof_lengthbytes(&temp_buf[offset], &wLen); in LSC_loadapplet()
495 len_byte = Numof_lengthbytes(&temp_buf[offset], &wLen); in LSC_loadapplet()
615 len_byte = Numof_lengthbytes(&read_buf[offset], &wLen); in LSC_Check_KeyIdentifier()
619 len_byte = Numof_lengthbytes(&read_buf[offset], &wLen); in LSC_Check_KeyIdentifier()
1325 uint8_t Numof_lengthbytes(uint8_t* read_buf, int32_t* pLen) { in Numof_lengthbytes() function
1533 uint16_t len_byte = Numof_lengthbytes(&read_buf[offset], &wLen); in Check_Certificate_Tag()
1733 len_byte = Numof_lengthbytes(&read_buf[offset], &tag53Len); in Certificate_Verification()
1754 uint8_t tag_len_byte = Numof_lengthbytes(&read_buf[2], &wCertfLen); in Certificate_Verification()
1783 len_byte = Numof_lengthbytes(&read_buf[offset], &tag53Len); in Certificate_Verification()
/hardware/nxp/secure_element/ls_client/inc/
DLsLib.h462 uint8_t Numof_lengthbytes(uint8_t* read_buf, int32_t* wLen);