Home
last modified time | relevance | path

Searched refs:tmp_hex_len (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/struct/
H A Dkey_agreement_version.c88 int32_t tmp_hex_len = length * BYTE_TO_HEX_OPER_LENGTH + sizeof(""); in raw_byte_to_hex_string() local
89 uint8_t *tmp_cha_data_hex = (uint8_t *)MALLOC(tmp_hex_len); in raw_byte_to_hex_string()
93 (void)memset_s(tmp_cha_data_hex, tmp_hex_len, 0, tmp_hex_len); in raw_byte_to_hex_string()