Searched defs:byte (Results 1 – 7 of 7) sorted by relevance
| /base/security/deviceauth/common_lib/impl/src/ |
| D | string_util.c | 49 int32_t ByteToHexString(const uint8_t *byte, uint32_t byteLen, char *hexStr, uint32_t hexLen) in ByteToHexString() 81 int32_t HexStringToByte(const char *hexStr, uint8_t *byte, uint32_t byteLen) in HexStringToByte() 152 int32_t Base64StringToByte(const char *base64Str, uint8_t *byte, uint32_t *byteLen) in Base64StringToByte() 193 int32_t ByteToBase64String(const uint8_t *byte, uint32_t byteLen, char *base64Str, uint32_t strLen) in ByteToBase64String()
|
| D | json_utils.c | 193 int32_t GetByteFromJson(const CJson *jsonObj, const char *key, uint8_t *byte, uint32_t len) in GetByteFromJson() 401 int32_t AddByteToJson(CJson *jsonObj, const char *key, const uint8_t *byte, uint32_t len) in AddByteToJson()
|
| /base/telephony/sms_mms/frameworks/native/mms/src/utils/ |
| D | mms_quoted_printable.cpp | 28 for (auto byte : input) { in Encode() local
|
| /base/security/device_security_level/baselib/utils/src/ |
| D | utils_base64.c | 82 …uint32_t byte = (((a << 16) & 0x00FF0000) | ((b << 8) & 0x0000FF00) | ((c << 0) & 0x000000FF)); /*… in Base64Encode() local 142 uint32_t byte = in Base64Decode() local
|
| /base/telephony/sms_mms/utils/ |
| D | string_utils.cpp | 83 std::string byte = str.substr(i, hexStep); in HexToString() local
|
| /base/update/updateservice/engine/src/ |
| D | update_helper.cpp | 260 std::string byte = str.substr(i, HEX_DIGEST_NUM); in HexToDegist() local
|
| /base/security/huks/frameworks/huks_standard/main/os_dependency/ipc/src/ |
| D | hks_ipc_serialization.c | 457 uint32_t byte = (a << (8 * 2)) + (b << (8 * 1)) + (c << (8 * 0)); in Base64Encode() local
|