Home
last modified time | relevance | path

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

/aosp12/system/keymaster/km_openssl/
H A Dattestation_record.cpp941 uint64_t rounded_date = creation_date_time / 2592000000LLU; in build_unique_id_input() local
942 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()
/aosp12/hardware/interfaces/security/keymint/aidl/vts/functional/
H A DKeyMintTest.cpp1611 uint64_t rounded_date = cert_date / 2592000000LLU; in TEST_P() local
1612 uint64_t min_date = rounded_date * 2592000000LLU; in TEST_P()
1613 uint64_t max_date = ((rounded_date + 1) * 2592000000LLU) - 1; in TEST_P()