Home
last modified time | relevance | path

Searched defs:byteLen (Results 1 – 7 of 7) sorted by relevance

/base/security/device_auth/common_lib/impl/src/
Dstring_util.c48 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()
Djson_utils.c195 int32_t GetByteLenFromJson(const CJson *jsonObj, const char *key, uint32_t *byteLen) in GetByteLenFromJson()
/base/security/dlp_permission_service/frameworks/common/src/
Dhex_string.cpp29 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/core_service/services/sim/src/
Dsim_utils.cpp63 std::string SIMUtils::BytesConvertToHexString(const unsigned char *bytes, int byteLen) in BytesConvertToHexString()
159 std::string SIMUtils::Gsm7bitConvertToString(const unsigned char *bytes, int byteLen) in Gsm7bitConvertToString()
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
Dcert_manager_auth_mgr.c56 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/update/updater/services/ptable_parse/
Dptable.cpp192 const uint32_t byteLen = 8; // 8:length of unit (i.e. byte) in CalculateCrc32() local
/base/security/device_auth/test/unittest/deviceauth/source/
Djson_utils_mock.c253 int32_t GetByteLenFromJson(const CJson *jsonObj, const char *key, uint32_t *byteLen) in GetByteLenFromJson()