Searched refs:Numof_lengthbytes (Results 1 – 2 of 2) sorted by relevance
/hardware/nxp/secure_element/ls_client/src/ |
D | LsLib.cpp | 453 len_byte = Numof_lengthbytes(&temp_buf[offset], &wLen); in LSC_loadapplet() 499 len_byte = Numof_lengthbytes(&temp_buf[offset], &wLen); in LSC_loadapplet() 619 len_byte = Numof_lengthbytes(&read_buf[offset], &wLen); in LSC_Check_KeyIdentifier() 623 len_byte = Numof_lengthbytes(&read_buf[offset], &wLen); in LSC_Check_KeyIdentifier() 1302 uint8_t Numof_lengthbytes(uint8_t* read_buf, int32_t* pLen) { in Numof_lengthbytes() function 1510 uint16_t len_byte = Numof_lengthbytes(&read_buf[offset], &wLen); in Check_Certificate_Tag() 1710 len_byte = Numof_lengthbytes(&read_buf[offset], &tag53Len); in Certificate_Verification() 1731 uint8_t tag_len_byte = Numof_lengthbytes(&read_buf[2], &wCertfLen); in Certificate_Verification() 1760 len_byte = Numof_lengthbytes(&read_buf[offset], &tag53Len); in Certificate_Verification()
|
/hardware/nxp/secure_element/ls_client/inc/ |
D | LsLib.h | 532 uint8_t Numof_lengthbytes(uint8_t* read_buf, int32_t* wLen);
|