Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_security_level/baselib/utils/include/
H A Dutils_hexstring.h27 int32_t DslmHexStringToByte(const char *str, uint32_t strLen, uint8_t *hex, uint32_t hexLen);
/ohos5.0/base/security/device_security_level/test/dslm_unit_test/
H A Ddslm_baselib_utils_test.cpp478 int32_t ret = DslmHexStringToByte(nullptr, 0, hex, hexLen);
484 int32_t ret = DslmHexStringToByte(str, strLen, nullptr, 0);
490 int32_t ret = DslmHexStringToByte(str, strLen, hex, hexLen - 2);
/ohos5.0/base/security/device_security_level/services/dslm/
H A Ddslm_msg_utils.c160 …int32_t ret = DslmHexStringToByte(nonceStr, strlen(nonceStr), (uint8_t *)&obj->challenge, sizeof(o… in ParseDeviceSecInfoRequest()
216 …int32_t ret = DslmHexStringToByte(nonceStr, strlen(nonceStr), (uint8_t *)&nonceNum, sizeof(uint64_… in ParseDeviceSecInfoResponse()
H A Ddslm_fsm_process.c79DslmHexStringToByte((const char *)identity->identity, MACHINE_ID_LENGTH, (uint8_t *)&machineId, si… in GenerateMachineId()
/ohos5.0/base/security/device_security_level/baselib/msglib/src/utils/
H A Dmessenger_utils.h51 DslmHexStringToByte(deviceId, MASK_LEN, (uint8_t *)&maskId, sizeof(maskId)); in MaskDeviceIdentity()
/ohos5.0/base/security/device_security_level/baselib/utils/src/
H A Dutils_hexstring.c49 int32_t DslmHexStringToByte(const char *str, uint32_t strLen, uint8_t *hex, uint32_t hexLen) in DslmHexStringToByte() function
/ohos5.0/base/security/device_security_level/oem_property/ohos/common/
H A Ddslm_ohos_verify.c82DslmHexStringToByte(challengeStr, strlen(challengeStr), (uint8_t *)&nonce->challenge, sizeof(nonce… in ParseNonceOfCertChain()