Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_security_level/services/dslm/
H A Ddslm_msg_utils.c215 uint64_t nonceNum = 0; in ParseDeviceSecInfoResponse() local
216 …int32_t ret = DslmHexStringToByte(nonceStr, strlen(nonceStr), (uint8_t *)&nonceNum, sizeof(uint64_… in ParseDeviceSecInfoResponse()
248 *challenge = nonceNum; in ParseDeviceSecInfoResponse()