Home
last modified time | relevance | path

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

/hardware/nxp/secure_element/ls_client/inc/
DLsLib.h509 LSCSTATUS LSC_UpdateLsHash(uint8_t* hash, long hashLen, uint8_t slotId);
/hardware/nxp/secure_element/ls_client/src/
DLsLib.cpp2083 LSCSTATUS LSC_UpdateLsHash(uint8_t* hash, long hashLen, uint8_t slotId) { in LSC_UpdateLsHash() argument
2097 cmdApdu.len = (int32_t)(5 + hashLen); in LSC_UpdateLsHash()
2106 cmdApdu.p_data[xx++] = hashLen; // Lc in LSC_UpdateLsHash()
2107 memcpy(&cmdApdu.p_data[xx], hash, hashLen); in LSC_UpdateLsHash()