Searched defs:hexLen (Results 1 - 10 of 10) sorted by relevance
/base/security/device_security_level/baselib/utils/src/ |
H A D | utils_hexstring.c | 37 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 D | hex_string.cpp | 31 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 D | param_update_test.cpp | 55 const int hexLen = 2; in CreateEncFile() local
|
/base/security/device_auth/common_lib/impl/src/ |
H A D | string_util.c | 35 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 D | json_utils.c | 448 uint32_t hexLen = len * BYTE_TO_HEX_OPER_LENGTH + 1;
in AddByteToJson() local
|
/base/security/device_security_level/test/dslm_unit_test/ |
H A D | dslm_baselib_utils_test.cpp | 619 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 D | cert_manager_auth_mgr.c | 58 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 D | json_utils_mock.c | 481 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 D | pake_v1_protocol_task_common.c | 493 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 D | account_related_group_auth.c | 468 uint32_t hexLen = hashBuff.length * BYTE_TO_HEX_OPER_LENGTH + 1; in GetPeerUserIdFromReceivedData() local
|
Completed in 10 milliseconds