Home
last modified time | relevance | path

Searched defs:byte (Results 1 – 20 of 20) sorted by relevance

/base/security/dlp_permission_service/frameworks/common/src/
Dhex_string.cpp31 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/
Dstring_util.c34 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()
Djson_utils.c234 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/
Dutils_base64.c84 …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/
Dmms_quoted_printable.cpp36 for (auto byte : input) { in Encode() local
/base/telephony/core_service/utils/vcard/src/
Dvcard_raw_data.cpp23 void VCardRawData::SetByte(const std::string &byte) in SetByte()
Dvcard_contact.cpp36 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/
Ddfx_unwind_async_thread.cpp101 …size_t byte = DfxMemory::ReadProcMemByPid(thread_->threadInfo_.nsTid, map->begin, tableData->data(… in GetSubmitterStack() local
/base/telephony/sms_mms/utils/
Dstring_utils.cpp93 std::string byte = str.substr(i, hexStep); in HexToString() local
/base/location/services/location_gnss/gnss/source/
Dstring_utils.cpp95 std::string byte = str.substr(i, hexStep); in HexToString() local
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
Ddfx_map.cpp355 size_t byte = DfxMemory::ReadProcMemByPid(pid, begin, shmmData->data(), size); in GetElf() local
Ddfx_memory.cpp212 uint8_t byte = 0; in ReadSleb128() local
/base/notification/distributed_notification_service/services/ans/src/common/
Daes_gcm_helper.cpp48 for (const unsigned char byte : bytes) { in Byte2Hex() local
/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/common/
Dmbedtls_ec_adapter.c568 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/
Djson_utils_mock.c267 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/
Dcert_manager_auth_mgr.c57 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/
Dhvb_rsa.c40 #define byte2bit(byte) ((byte) << 3) argument
Dhvb_rsa_verify.c40 #define byte2bit(byte) ((byte) << 3) argument
/base/security/huks/frameworks/huks_standard/main/os_dependency/ipc/src/
Dhks_client_ipc_serialization.c362 uint32_t byte = (a << (8 * 2)) + (b << (8 * 1)) + (c << (8 * 0)); in Base64Encode() local
/base/telephony/ril_adapter/services/hril/src/
Dhril_sms.cpp434 std::string byte = pdu.substr(index + BYTE_LEN, BYTE_LEN * cdmaSmsInfo.size); in CreateCdmaMessageInfo() local