Home
last modified time | relevance | path

Searched defs:hex (Results 1 – 25 of 38) sorted by relevance

12

/ohos5.0/base/security/device_security_level/baselib/utils/src/
H A Dutils_hexstring.c32 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 Dcommonutil.c23 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 Dwifi_wpa_common_test.cpp123 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 Dhvb_util.c21 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 Dmms_quoted_printable.cpp34 …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 Dhex_string.cpp26 static char HexToChar(uint8_t hex) in HexToChar()
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/struct/
H A Dkey_agreement_version.c86 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 Dstring_util.c29 static char HexToChar(uint8_t hex) in HexToChar()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_adapter_utils.cpp117 const std::string hex = "0123456789ABCDEF"; in ConvertDataToHex() local
/ohos5.0/base/security/device_security_level/test/dslm_unit_test/
H A Ddslm_baselib_utils_test.cpp449 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 Dbt_uuid.h250 static const char *hex = "0123456789ABCDEF"; in ToString() local
/ohos5.0/base/security/device_auth/services/identity_manager/src/
H A Didentity_common.c22 static void UpperToLowercase(Uint8Buff *hex) in UpperToLowercase()
/ohos5.0/base/telephony/sms_mms/services/sms/
H A Dsms_pdu_buffer.cpp129 SmsReadBuffer::SmsReadBuffer(const std::string &hex) in SmsReadBuffer()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Duuid.cpp110 static const char *hex = "0123456789ABCDEF"; in ToString() local
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/
H A Dkey_blob.h128 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 Dwifi_wpa_common.c203 static int Hex2byte(const char *hex) in Hex2byte()
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/common/
H A Daes_gcm_helper.cpp68 std::string AesGcmHelper::Hex2Byte(const std::string &hex) in Hex2Byte()
/ohos5.0/base/tee/tee_client/services/cadaemon/src/tui_daemon/
H A Dtui_event.cpp97 uint8_t hex = 0; in Ascii2Digit() local
/ohos5.0/foundation/distributedhardware/device_manager/radar/src/lite/
H A Ddm_radar_helper.cpp142 std::string DmRadarHelper::ConvertHexToString(uint16_t hex) in ConvertHexToString()
/ohos5.0/base/telephony/core_service/utils/common/src/
H A Dtel_aes_crypto_util.cpp341 bool TelAesCryptoUtils::HexToDec(char hex, uint8_t &decodeValue) in HexToDec()
/ohos5.0/foundation/distributedhardware/device_manager/radar/src/
H A Ddm_radar_helper.cpp771 std::string DmRadarHelper::ConvertHexToString(uint16_t hex) in ConvertHexToString()
/ohos5.0/foundation/multimedia/av_session/utils/src/
H A Davsession_radar.cpp79 std::string AVSessionRadar::ConvertHexToString(int32_t hex) in ConvertHexToString()
/ohos5.0/foundation/communication/wifi/wifi/utils/src/
H A Dwifi_common_util.cpp485 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 Dcommon_func.cpp334 int hex = 0; in Decode() local
/ohos5.0/base/security/certificate_manager/frameworks/cert_manager_standard/main/common/src/
H A Dcm_x509.c73 char *hex = BN_bn2hex(bn); in GetX509SerialNumber() local

12