Home
last modified time | relevance | path

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

/hardware/nxp/secure_element/pn8x/ls_client/src/
DLsClient.cpp65 static int compareLSHash(uint8_t* hash, uint8_t length);
69 static int compareLSHash(uint8_t* hash, uint8_t length) { in compareLSHash() function
249 lsInfo.m_slot1_hash = compareLSHash(slotHashBuffer, HASH_DATA_LENGTH - 1); in printLSStatus()
272 lsInfo.m_slot2_hash = compareLSHash(slotHashBuffer, HASH_DATA_LENGTH - 1); in printLSStatus()