Searched defs:hex (Results 1 – 6 of 6) sorted by relevance
| /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/deviceauth/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/telephony/sms_mms/frameworks/native/mms/src/utils/ |
| D | mms_quoted_printable.cpp | 26 …const char hex[] = {'0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C', 'D', 'E', 'F'… in Encode() local
|
| /base/security/deviceauth/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/deviceauth/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/deviceauth/common_lib/impl/src/ |
| D | string_util.c | 44 static char HexToChar(uint8_t hex) in HexToChar()
|