Home
last modified time | relevance | path

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

/base/security/device_auth/frameworks/deviceauth_lite/source/json/
Dcommonutil.c73 int32_t tmp_data_hex_len = buf_len * BYTE_TO_HEX_OPER_LENGTH + sizeof(""); in print_bytes() local
74 uint8_t *tmp_data_hex = (uint8_t *)MALLOC(tmp_data_hex_len); in print_bytes()
79 (void)memset_s(tmp_data_hex, tmp_data_hex_len, 0, tmp_data_hex_len); in print_bytes()