Searched refs:DslmByteToHexString (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/security/device_security_level/baselib/utils/include/ |
H A D | utils_hexstring.h | 25 void DslmByteToHexString(const uint8_t *hex, uint32_t hexLen, uint8_t *str, uint32_t strLen);
|
/ohos5.0/base/security/device_security_level/test/dslm_unit_test/ |
H A D | dslm_baselib_utils_test.cpp | 454 DslmByteToHexString(nullptr, 0, str, strLen); 457 DslmByteToHexString(hex, hexLen, nullptr, 0); 460 DslmByteToHexString(hex, hexLen, str, strLen - 1);
|
/ohos5.0/base/security/device_security_level/services/dslm/ |
H A D | dslm_msg_utils.c | 57 …DslmByteToHexString((uint8_t *)&challenge, sizeof(challenge), (uint8_t *)nonce, CHALLENGE_STRING_L… in GenerateSecInfoResponseJson() 94 …DslmByteToHexString((uint8_t *)&challenge, sizeof(challenge), (uint8_t *)nonce, CHALLENGE_STRING_L… in GenerateSecInfoRequestJson()
|
/ohos5.0/base/security/device_security_level/baselib/utils/src/ |
H A D | utils_hexstring.c | 37 void DslmByteToHexString(const uint8_t *hex, uint32_t hexLen, uint8_t *str, uint32_t strLen) in DslmByteToHexString() function
|
/ohos5.0/base/security/device_security_level/oem_property/ohos/common/ |
H A D | dslm_ohos_request.c | 67 … DslmByteToHexString((uint8_t *)&(obj->challenge), sizeof(obj->challenge), (uint8_t *)challengeStr, in GenerateDslmCertChain()
|