/base/security/device_security_level/baselib/utils/src/ |
H A D | utils_hexstring.c | 32 static char HexToChar(uint8_t hex) in HexToChar() argument 37 void DslmByteToHexString(const uint8_t *hex, uint32_t hexLen, uint8_t *str, uint32_t strLen) in DslmByteToHexString() argument 49 int32_t DslmHexStringToByte(const char *str, uint32_t strLen, uint8_t *hex, uint32_t hexLen) in DslmHexStringToByte() argument [all...] |
/base/security/dlp_permission_service/frameworks/common/src/ |
H A D | hex_string.cpp | 26 static char HexToChar(uint8_t hex) in HexToChar() argument
|
/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
|
/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() argument 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() argument 40 int32_t hex_string_to_byte(const char *str, int32_t len, uint8_t *hex) in hex_string_to_byte() argument 85 byte_convert(json_pobject obj, const char *field, uint8_t *hex, uint32_t *length, uint32_t max_len) byte_convert() argument [all...] |
/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() argument
|
/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 [all...] |
/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() argument
|
/base/security/device_auth/common_lib/impl/src/ |
H A D | string_util.c | 30 static char HexToChar(uint8_t hex)
in HexToChar() argument
|
/base/security/device_auth/services/identity_manager/src/ |
H A D | identity_common.c | 22 static void UpperToLowercase(Uint8Buff *hex) in UpperToLowercase() argument
|
/base/security/device_security_level/test/dslm_unit_test/ |
H A D | dslm_baselib_utils_test.cpp | 618 const uint8_t hex[] = {0x1, 0xF, 0xE, 0x8, 0xA}; in HWTEST_F() local 643 uint8_t hex[5] = {0}; in HWTEST_F() local
|
/base/telephony/sms_mms/services/sms/ |
H A D | sms_pdu_buffer.cpp | 129 SmsReadBuffer::SmsReadBuffer(const std::string &hex) in SmsReadBuffer() argument
|
/base/tee/tee_client/services/cadaemon/src/tui_daemon/ |
H A D | tui_event.cpp | 97 uint8_t hex = 0;
in Ascii2Digit() local
|
/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
|
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/ |
H A D | cert_manager_auth_mgr.c | 40 static char HexToChar(uint8_t hex) in HexToChar() argument
|
/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() argument
|
/base/location/frameworks/location_common/common/source/ |
H A D | common_utils.cpp | 396 ss << std::hex; in GenerateUuid() member in OHOS::Location::std
|
/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/pake_task/pake_v1_task/pake_v1_protocol_task/ |
H A D | pake_v1_protocol_task_common.c | 235 static void UpperToLowercase(Uint8Buff *hex) in UpperToLowercase() argument [all...] |
/base/startup/init/interfaces/innerkits/fs_manager/libfs_hvb/ |
H A D | fs_hvb.c | 63 static char FsHvbHexCharToBin(char hex) in FsHvbHexCharToBin() argument
|
/base/telephony/core_service/utils/vcard/src/ |
H A D | vcard_decoder_v21.cpp | 677 char hex[VALUE_INDEX_THREE] = { 0 }; in DecodeQuotedPrintable() local
|