| /base/security/device_auth/common_lib/impl/src/ |
| D | string_util.c | 48 int32_t ByteToHexString(const uint8_t *byte, uint32_t byteLen, char *hexStr, uint32_t hexLen) in ByteToHexString() 80 int32_t HexStringToByte(const char *hexStr, uint8_t *byte, uint32_t byteLen) in HexStringToByte() 125 int32_t Base64StringToByte(const char *base64Str, uint8_t *byte, uint32_t *byteLen) in Base64StringToByte() 166 int32_t ByteToBase64String(const uint8_t *byte, uint32_t byteLen, char *base64Str, uint32_t strLen) in ByteToBase64String()
|
| D | json_utils.c | 209 int32_t GetByteFromJson(const CJson *jsonObj, const char *key, uint8_t *byte, uint32_t len) in GetByteFromJson() 417 int32_t AddByteToJson(CJson *jsonObj, const char *key, const uint8_t *byte, uint32_t len) in AddByteToJson()
|
| /base/security/dlp_permission_service/frameworks/common/src/ |
| D | hex_string.cpp | 29 int32_t ByteToHexString(const uint8_t *byte, uint32_t byteLen, char *hexStr, uint32_t hexLen) in ByteToHexString() 61 int32_t HexStringToByte(const char *hexStr, uint8_t *byte, uint32_t byteLen) in HexStringToByte()
|
| /base/telephony/sms_mms/frameworks/native/mms/src/utils/ |
| D | mms_quoted_printable.cpp | 36 for (auto byte : input) { in Encode() local
|
| /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/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() 1011 void VCardContact::AddPhotoDatas(std::string byte, std::string rawValue, std::string propValue, in AddPhotoDatas()
|
| /base/telephony/sms_mms/utils/ |
| D | string_utils.cpp | 93 std::string byte = str.substr(i, hexStep); in HexToString() local
|
| /base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/ |
| D | cert_manager_auth_mgr.c | 56 static int32_t ByteToHexString(const uint8_t *byte, uint32_t byteLen, char *hexStr, uint32_t hexLen) in ByteToHexString() 71 static int32_t HexStringToByte(const char *hexStr, uint8_t *byte, uint32_t byteLen) in HexStringToByte()
|
| /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/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/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
| D | dfx_memory.cpp | 205 uint8_t byte = 0; in ReadSleb128() local
|
| /base/security/huks/frameworks/huks_standard/main/os_dependency/ipc/src/ |
| D | hks_client_ipc_serialization.c | 360 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 | 386 std::string byte = pdu.substr(index + BYTE_LEN, BYTE_LEN * cdmaSmsInfo.size); in CreateCdmaMessageInfo() local
|