/base/security/device_security_level/baselib/utils/src/ |
D | utils_hexstring.c | 32 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/ |
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()
|
/base/startup/hvb/libhvb/src/utils/ |
D | hvb_util.c | 21 char *hex; in hvb_bin2hex() local 60 uint64_t hex; in hvb_be64toh() local
|
/base/security/dlp_permission_service/frameworks/common/src/ |
D | hex_string.cpp | 24 static char HexToChar(uint8_t hex) in HexToChar()
|
/base/telephony/sms_mms/frameworks/native/mms/src/utils/ |
D | mms_quoted_printable.cpp | 35 …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/ |
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()
|
/base/security/device_auth/services/authenticators/src/account_unrelated/pake_task/pake_v1_task/pake_v1_protocol_task/ |
D | pake_v1_protocol_task_common.c | 100 static void UpperToLowercase(Uint8Buff *hex) in UpperToLowercase()
|
/base/security/device_security_level/test/dslm_unit_test/ |
D | dslm_baselib_utils_test.cpp | 449 const uint8_t hex[] = {0x1, 0xF, 0xE, 0x8, 0xA}; variable 474 uint8_t hex[5] = {0}; variable
|
/base/telephony/sms_mms/services/sms/ |
D | sms_pdu_buffer.cpp | 129 SmsReadBuffer::SmsReadBuffer(const std::string &hex) in SmsReadBuffer()
|
/base/security/device_auth/common_lib/impl/src/ |
D | string_util.c | 43 static char HexToChar(uint8_t hex) in HexToChar()
|
/base/security/certificate_manager/frameworks/cert_manager_standard/main/common/src/ |
D | cm_x509.c | 71 char *hex = BN_bn2hex(bn); in GetX509SerialNumber() local
|
/base/startup/init/interfaces/innerkits/fs_manager/libfs_hvb/ |
D | fs_hvb.c | 61 static char FsHvbHexCharToBin(char hex) in FsHvbHexCharToBin()
|
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/ |
D | cert_manager_auth_mgr.c | 38 static char HexToChar(uint8_t hex) in HexToChar()
|
/base/security/device_auth/services/creds_manager/src/ |
D | creds_manager.c | 561 static void UpperToLowercase(Uint8Buff *hex) in UpperToLowercase()
|