Searched refs:combined_input (Results 1 – 1 of 1) sorted by relevance
218 let mut combined_input = vec_try_with_capacity!(datetime_data.len() + app_id.len() + 1)?; in calculate_unique_id() localVariable219 combined_input.extend_from_slice(&datetime_data[..]); in calculate_unique_id()220 combined_input.extend_from_slice(app_id); in calculate_unique_id()221 combined_input.push(u8::from(get_bool_tag_value!(params, ResetSinceIdRotation)?)); in calculate_unique_id()226 hmac_op.update(&combined_input)?; in calculate_unique_id()