Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_security_level/baselib/utils/include/
H A Dutils_hexstring.h25 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 Ddslm_baselib_utils_test.cpp454 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 Ddslm_msg_utils.c57DslmByteToHexString((uint8_t *)&challenge, sizeof(challenge), (uint8_t *)nonce, CHALLENGE_STRING_L… in GenerateSecInfoResponseJson()
94DslmByteToHexString((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 Dutils_hexstring.c37 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 Ddslm_ohos_request.c67DslmByteToHexString((uint8_t *)&(obj->challenge), sizeof(obj->challenge), (uint8_t *)challengeStr, in GenerateDslmCertChain()