Home
last modified time | relevance | path

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

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