Searched refs:DslmHexStringToByte (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/base/security/device_security_level/baselib/utils/include/ |
H A D | utils_hexstring.h | 27 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 D | dslm_baselib_utils_test.cpp | 478 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 D | dslm_msg_utils.c | 160 …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 D | dslm_fsm_process.c | 79 …DslmHexStringToByte((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 D | messenger_utils.h | 51 DslmHexStringToByte(deviceId, MASK_LEN, (uint8_t *)&maskId, sizeof(maskId)); in MaskDeviceIdentity()
|
/ohos5.0/base/security/device_security_level/baselib/utils/src/ |
H A D | utils_hexstring.c | 49 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 D | dslm_ohos_verify.c | 82 …DslmHexStringToByte(challengeStr, strlen(challengeStr), (uint8_t *)&nonce->challenge, sizeof(nonce… in ParseNonceOfCertChain()
|