Searched refs:tmp_data_hex_len (Results 1 – 1 of 1) sorted by relevance
73 int32_t tmp_data_hex_len = buf_len * BYTE_TO_HEX_OPER_LENGTH + sizeof(""); in print_bytes() local74 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()