/ohos5.0/base/security/device_security_level/baselib/utils/src/ |
H A D | utils_hexstring.c | 32 static char HexToChar(uint8_t hex) in HexToChar() 37 void DslmByteToHexString(const uint8_t *hex, uint32_t hexLen, uint8_t *str, uint32_t strLen) in DslmByteToHexString() 49 int32_t DslmHexStringToByte(const char *str, uint32_t strLen, uint8_t *hex, uint32_t hexLen) in DslmHexStringToByte()
|
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/json/ |
H A D | commonutil.c | 23 char hex_to_char(uint8_t hex) in hex_to_char() 29 void byte_to_hex_string(const uint8_t *hex, int32_t hex_len, uint8_t *buf, int32_t buf_len) in byte_to_hex_string() 40 int32_t hex_string_to_byte(const char *str, int32_t len, uint8_t *hex) in hex_string_to_byte() 85 int32_t byte_convert(json_pobject obj, const char *field, uint8_t *hex, uint32_t *length, uint32_t … in byte_convert()
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_hal/unittest/ |
H A D | wifi_wpa_common_test.cpp | 123 const char hex = '1'; variable 134 const char hex = 'a'; variable 145 const char hex = 'A'; variable 156 const char hex = '*'; variable
|
/ohos5.0/base/startup/hvb/libhvb/src/utils/ |
H A D | hvb_util.c | 21 char *hex; in hvb_bin2hex() local 60 uint64_t hex; in hvb_be64toh() local
|
/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/src/utils/ |
H A D | mms_quoted_printable.cpp | 34 …const char hex[] = {'0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C', 'D', 'E', 'F'… in Encode() local
|
/ohos5.0/base/security/dlp_permission_service/frameworks/common/src/ |
H A D | hex_string.cpp | 26 static char HexToChar(uint8_t hex) in HexToChar()
|
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/struct/ |
H A D | key_agreement_version.c | 86 uint8_t *raw_byte_to_hex_string(const uint8_t *hex, int32_t length) in raw_byte_to_hex_string()
|
/ohos5.0/base/security/device_auth/common_lib/impl/src/ |
H A D | string_util.c | 29 static char HexToChar(uint8_t hex) in HexToChar()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
H A D | ohos_bt_adapter_utils.cpp | 117 const std::string hex = "0123456789ABCDEF"; in ConvertDataToHex() local
|
/ohos5.0/base/security/device_security_level/test/dslm_unit_test/ |
H A D | dslm_baselib_utils_test.cpp | 449 const uint8_t hex[] = {0x1, 0xF, 0xE, 0x8, 0xA}; variable 474 uint8_t hex[5] = {0}; variable
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/common/ |
H A D | bt_uuid.h | 250 static const char *hex = "0123456789ABCDEF"; in ToString() local
|
/ohos5.0/base/security/device_auth/services/identity_manager/src/ |
H A D | identity_common.c | 22 static void UpperToLowercase(Uint8Buff *hex) in UpperToLowercase()
|
/ohos5.0/base/telephony/sms_mms/services/sms/ |
H A D | sms_pdu_buffer.cpp | 129 SmsReadBuffer::SmsReadBuffer(const std::string &hex) in SmsReadBuffer()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | uuid.cpp | 110 static const char *hex = "0123456789ABCDEF"; in ToString() local
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/ |
H A D | key_blob.h | 128 std::string hex; in ToString() local
|
/ohos5.0/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/wifi_hal_module/wpa_supplicant_hal/ |
H A D | wifi_wpa_common.c | 203 static int Hex2byte(const char *hex) in Hex2byte()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/common/ |
H A D | aes_gcm_helper.cpp | 68 std::string AesGcmHelper::Hex2Byte(const std::string &hex) in Hex2Byte()
|
/ohos5.0/base/tee/tee_client/services/cadaemon/src/tui_daemon/ |
H A D | tui_event.cpp | 97 uint8_t hex = 0; in Ascii2Digit() local
|
/ohos5.0/foundation/distributedhardware/device_manager/radar/src/lite/ |
H A D | dm_radar_helper.cpp | 142 std::string DmRadarHelper::ConvertHexToString(uint16_t hex) in ConvertHexToString()
|
/ohos5.0/base/telephony/core_service/utils/common/src/ |
H A D | tel_aes_crypto_util.cpp | 341 bool TelAesCryptoUtils::HexToDec(char hex, uint8_t &decodeValue) in HexToDec()
|
/ohos5.0/foundation/distributedhardware/device_manager/radar/src/ |
H A D | dm_radar_helper.cpp | 771 std::string DmRadarHelper::ConvertHexToString(uint16_t hex) in ConvertHexToString()
|
/ohos5.0/foundation/multimedia/av_session/utils/src/ |
H A D | avsession_radar.cpp | 79 std::string AVSessionRadar::ConvertHexToString(int32_t hex) in ConvertHexToString()
|
/ohos5.0/foundation/communication/wifi/wifi/utils/src/ |
H A D | wifi_common_util.cpp | 485 int Hex2byte(const char *hex) in Hex2byte() 498 int HexString2Byte(const char *hex, uint8_t *buf, size_t len) in HexString2Byte()
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/ |
H A D | common_func.cpp | 334 int hex = 0; in Decode() local
|
/ohos5.0/base/security/certificate_manager/frameworks/cert_manager_standard/main/common/src/ |
H A D | cm_x509.c | 73 char *hex = BN_bn2hex(bn); in GetX509SerialNumber() local
|