Searched refs:rounded_date (Results 1 – 2 of 2) sorted by relevance
941 uint64_t rounded_date = creation_date_time / 2592000000LLU; in build_unique_id_input() local942 uint8_t* serialized_date = reinterpret_cast<uint8_t*>(&rounded_date); in build_unique_id_input()945 input.insert(input.end(), serialized_date, serialized_date + sizeof(rounded_date)); in build_unique_id_input()
1611 uint64_t rounded_date = cert_date / 2592000000LLU; in TEST_P() local1612 uint64_t min_date = rounded_date * 2592000000LLU; in TEST_P()1613 uint64_t max_date = ((rounded_date + 1) * 2592000000LLU) - 1; in TEST_P()