| /base/security/dlp_permission_service/frameworks/common/src/ |
| D | hex_string.cpp | 31 int32_t ByteToHexString(const uint8_t *byte, uint32_t byteLen, char *hexStr, uint32_t hexLen) in ByteToHexString() 67 int32_t HexStringToByte(const char *hexStr, uint32_t hexStrLen, uint8_t *byte, uint32_t byteLen) in HexStringToByte()
|
| /base/security/device_auth/common_lib/impl/src/ |
| D | string_util.c | 34 int32_t ByteToHexString(const uint8_t *byte, uint32_t byteLen, char *hexStr, uint32_t hexLen) in ByteToHexString() 66 int32_t HexStringToByte(const char *hexStr, uint8_t *byte, uint32_t byteLen) in HexStringToByte()
|
| D | json_utils.c | 234 int32_t GetByteFromJson(const CJson *jsonObj, const char *key, uint8_t *byte, uint32_t len) in GetByteFromJson() 442 int32_t AddByteToJson(CJson *jsonObj, const char *key, const uint8_t *byte, uint32_t len) in AddByteToJson()
|
| /base/security/device_security_level/baselib/utils/src/ |
| D | utils_base64.c | 84 …uint32_t byte = (((a << 16) & 0x00FF0000) | ((b << 8) & 0x0000FF00) | ((c << 0) & 0x000000FF)); /*… in Base64Encode() local 144 uint32_t byte = in Base64Decode() local
|
| /base/telephony/sms_mms/frameworks/native/mms/src/utils/ |
| D | mms_quoted_printable.cpp | 36 for (auto byte : input) { in Encode() local
|
| /base/telephony/core_service/utils/vcard/src/ |
| D | vcard_raw_data.cpp | 23 void VCardRawData::SetByte(const std::string &byte) in SetByte()
|
| D | vcard_contact.cpp | 36 std::string byte; in AddRawData() local 53 void VCardContact::AddDatas(std::string name, std::string rawValue, std::string byte, std::vector<s… in AddDatas() 83 void VCardContact::AddOtherDatas(std::string name, std::string rawValue, std::string byte, in AddOtherDatas() 1060 void VCardContact::AddPhotoDatas(std::string byte, std::string rawValue, std::string propValue, in AddPhotoDatas()
|
| /base/hiviewdfx/faultloggerd/tools/process_dump/ |
| D | dfx_unwind_async_thread.cpp | 101 …size_t byte = DfxMemory::ReadProcMemByPid(thread_->threadInfo_.nsTid, map->begin, tableData->data(… in GetSubmitterStack() local
|
| /base/telephony/sms_mms/utils/ |
| D | string_utils.cpp | 93 std::string byte = str.substr(i, hexStep); in HexToString() local
|
| /base/location/services/location_gnss/gnss/source/ |
| D | string_utils.cpp | 95 std::string byte = str.substr(i, hexStep); in HexToString() local
|
| /base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
| D | dfx_map.cpp | 355 size_t byte = DfxMemory::ReadProcMemByPid(pid, begin, shmmData->data(), size); in GetElf() local
|
| D | dfx_memory.cpp | 212 uint8_t byte = 0; in ReadSleb128() local
|
| /base/notification/distributed_notification_service/services/ans/src/common/ |
| D | aes_gcm_helper.cpp | 48 for (const unsigned char byte : bytes) { in Byte2Hex() local
|
| /base/security/device_auth/deps_adapter/key_management_adapter/impl/src/common/ |
| D | mbedtls_ec_adapter.c | 568 int32_t MbedtlsBase64Encode(const uint8_t *byte, uint32_t byteLen, char *base64Str, uint32_t strLen… in MbedtlsBase64Encode() 594 int32_t MbedtlsBase64Decode(const char *base64Str, uint32_t strLen, uint8_t *byte, uint32_t byteLen… in MbedtlsBase64Decode()
|
| /base/security/device_auth/test/unittest/deviceauth/source/ |
| D | json_utils_mock.c | 267 int32_t GetByteFromJson(const CJson *jsonObj, const char *key, uint8_t *byte, uint32_t len) in GetByteFromJson() 475 int32_t AddByteToJson(CJson *jsonObj, const char *key, const uint8_t *byte, uint32_t len) in AddByteToJson()
|
| /base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/ |
| D | cert_manager_auth_mgr.c | 57 static int32_t ByteToHexString(const uint8_t *byte, uint32_t byteLen, char *hexStr, uint32_t hexLen) in ByteToHexString() 72 static int32_t HexStringToByte(const char *hexStr, uint8_t *byte, uint32_t byteLen) in HexStringToByte()
|
| /base/startup/hvb/libhvb/src/crypto/ |
| D | hvb_rsa.c | 40 #define byte2bit(byte) ((byte) << 3) argument
|
| D | hvb_rsa_verify.c | 40 #define byte2bit(byte) ((byte) << 3) argument
|
| /base/security/huks/frameworks/huks_standard/main/os_dependency/ipc/src/ |
| D | hks_client_ipc_serialization.c | 362 uint32_t byte = (a << (8 * 2)) + (b << (8 * 1)) + (c << (8 * 0)); in Base64Encode() local
|
| /base/telephony/ril_adapter/services/hril/src/ |
| D | hril_sms.cpp | 434 std::string byte = pdu.substr(index + BYTE_LEN, BYTE_LEN * cdmaSmsInfo.size); in CreateCdmaMessageInfo() local
|