Home
last modified time | relevance | path

Searched defs:hexLen (Results 1 - 10 of 10) sorted by relevance

/base/security/device_security_level/baselib/utils/src/
H A Dutils_hexstring.c37 void DslmByteToHexString(const uint8_t *hex, uint32_t hexLen, uint8_t *str, uint32_t strLen) in DslmByteToHexString() argument
49 int32_t DslmHexStringToByte(const char *str, uint32_t strLen, uint8_t *hex, uint32_t hexLen) in DslmHexStringToByte() argument
/base/security/dlp_permission_service/frameworks/common/src/
H A Dhex_string.cpp31 int32_t ByteToHexString(const uint8_t *byte, uint32_t byteLen, char *hexStr, uint32_t hexLen) in ByteToHexString() argument
/base/hiviewdfx/hiview/core/test/unittest/common/
H A Dparam_update_test.cpp55 const int hexLen = 2; in CreateEncFile() local
/base/security/device_auth/common_lib/impl/src/
H A Dstring_util.c35 int32_t ByteToHexString(const uint8_t *byte, uint32_t byteLen, char *hexStr, uint32_t hexLen) in ByteToHexString() argument
138 uint32_t hexLen = msgLen * BYTE_TO_HEX_OPER_LENGTH + 1; in PrintBuffer() local
H A Djson_utils.c448 uint32_t hexLen = len * BYTE_TO_HEX_OPER_LENGTH + 1; in AddByteToJson() local
/base/security/device_security_level/test/dslm_unit_test/
H A Ddslm_baselib_utils_test.cpp619 uint32_t hexLen = sizeof(hex); in HWTEST_F() local
641 uint32_t hexLen = 5; in HWTEST_F() local
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
H A Dcert_manager_auth_mgr.c58 static int32_t ByteToHexString(const uint8_t *byte, uint32_t byteLen, char *hexStr, uint32_t hexLen) in ByteToHexString() argument
/base/security/device_auth/test/unittest/deviceauth/source/
H A Djson_utils_mock.c481 uint32_t hexLen = len * BYTE_TO_HEX_OPER_LENGTH + 1; in AddByteToJson() local
/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/pake_task/pake_v1_task/pake_v1_protocol_task/
H A Dpake_v1_protocol_task_common.c493 uint32_t hexLen = pseudonymIdBuff->length * BYTE_TO_HEX_OPER_LENGTH + 1; in AddPseudonymIdToPayload() local
526 uint32_t hexLen = pseudonymChlgBuff->length * BYTE_TO_HEX_OPER_LENGTH + 1; in AddPseudonymChallengeToPayload() local
/base/security/device_auth/services/legacy/group_auth/src/group_auth_manager/account_related_group_auth/
H A Daccount_related_group_auth.c468 uint32_t hexLen = hashBuff.length * BYTE_TO_HEX_OPER_LENGTH + 1; in GetPeerUserIdFromReceivedData() local

Completed in 10 milliseconds