Home
last modified time | relevance | path

Searched defs:ByteToHexString (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/security/dlp_permission_service/frameworks/common/src/
H A Dhex_string.cpp31 int32_t ByteToHexString(const uint8_t *byte, uint32_t byteLen, char *hexStr, uint32_t hexLen) in ByteToHexString() function
/ohos5.0/base/security/device_auth/common_lib/impl/src/
H A Dstring_util.c34 int32_t ByteToHexString(const uint8_t *byte, uint32_t byteLen, char *hexStr, uint32_t hexLen) in ByteToHexString() function
/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
H A Dcert_manager_auth_mgr.c57 static int32_t ByteToHexString(const uint8_t *byte, uint32_t byteLen, char *hexStr, uint32_t hexLen) in ByteToHexString() function
/ohos5.0/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_dh_asy_key_generator_test.cpp1214 static char *ByteToHexString(unsigned char *byteArray, int byteArrayLen) in ByteToHexString() function