Home
last modified time | relevance | path

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

/base/security/device_security_level/baselib/utils/src/
Dutils_hexstring.c32 static char HexToChar(uint8_t hex) in HexToChar()
37 void ByteToHexString(const uint8_t *hex, uint32_t hexLen, uint8_t *str, uint32_t strLen) in ByteToHexString()
49 int32_t HexStringToByte(const char *str, uint32_t strLen, uint8_t *hex, uint32_t hexLen) in HexStringToByte()
/base/security/device_auth/frameworks/deviceauth_lite/source/json/
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()
/base/startup/hvb/libhvb/src/utils/
Dhvb_util.c21 char *hex; in hvb_bin2hex() local
60 uint64_t hex; in hvb_be64toh() local
/base/security/dlp_permission_service/frameworks/common/src/
Dhex_string.cpp24 static char HexToChar(uint8_t hex) in HexToChar()
/base/telephony/sms_mms/frameworks/native/mms/src/utils/
Dmms_quoted_printable.cpp35 …const char hex[] = {'0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C', 'D', 'E', 'F'… in Encode() local
/base/security/device_auth/frameworks/deviceauth_lite/source/struct/
Dkey_agreement_version.c86 uint8_t *raw_byte_to_hex_string(const uint8_t *hex, int32_t length) in raw_byte_to_hex_string()
/base/security/device_auth/services/authenticators/src/account_unrelated/pake_task/pake_v1_task/pake_v1_protocol_task/
Dpake_v1_protocol_task_common.c100 static void UpperToLowercase(Uint8Buff *hex) in UpperToLowercase()
/base/security/device_security_level/test/dslm_unit_test/
Ddslm_baselib_utils_test.cpp449 const uint8_t hex[] = {0x1, 0xF, 0xE, 0x8, 0xA}; variable
474 uint8_t hex[5] = {0}; variable
/base/telephony/sms_mms/services/sms/
Dsms_pdu_buffer.cpp129 SmsReadBuffer::SmsReadBuffer(const std::string &hex) in SmsReadBuffer()
/base/security/device_auth/common_lib/impl/src/
Dstring_util.c43 static char HexToChar(uint8_t hex) in HexToChar()
/base/security/certificate_manager/frameworks/cert_manager_standard/main/common/src/
Dcm_x509.c71 char *hex = BN_bn2hex(bn); in GetX509SerialNumber() local
/base/startup/init/interfaces/innerkits/fs_manager/libfs_hvb/
Dfs_hvb.c61 static char FsHvbHexCharToBin(char hex) in FsHvbHexCharToBin()
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
Dcert_manager_auth_mgr.c38 static char HexToChar(uint8_t hex) in HexToChar()
/base/security/device_auth/services/creds_manager/src/
Dcreds_manager.c561 static void UpperToLowercase(Uint8Buff *hex) in UpperToLowercase()