Searched refs:creation_date_time (Results 1 – 6 of 6) sorted by relevance
/aosp12/system/keymaster/include/keymaster/km_openssl/ |
H A D | attestation_record.h | 105 ASN1_INTEGER* creation_date_time; member 163 ASN1_EXP_OPT(KM_AUTH_LIST, creation_date_time, ASN1_INTEGER, 350 std::vector<uint8_t> build_unique_id_input(uint64_t creation_date_time, 355 Buffer generate_unique_id(const std::vector<uint8_t>& hbk, uint64_t creation_date_time,
|
/aosp12/hardware/interfaces/keymaster/3.0/vts/functional/ |
H A D | attestation_record.cpp | 78 ASN1_INTEGER* creation_date_time; member 108 ASN1_EXP_OPT(KM_AUTH_LIST, creation_date_time, ASN1_INTEGER, TAG_CREATION_DATETIME.maskedTag()), 232 copyAuthTag(record->creation_date_time, TAG_CREATION_DATETIME, auth_list); in extract_auth_list()
|
/aosp12/hardware/interfaces/keymaster/4.0/support/ |
H A D | attestation_record.cpp | 87 ASN1_INTEGER* creation_date_time; member 133 ASN1_EXP_OPT(KM_AUTH_LIST, creation_date_time, ASN1_INTEGER, 275 copyAuthTag(record->creation_date_time, TAG_CREATION_DATETIME, auth_list); in extract_auth_list()
|
/aosp12/hardware/interfaces/security/keymint/support/ |
H A D | attestation_record.cpp | 90 ASN1_INTEGER* creation_date_time; member 142 ASN1_EXP_OPT(KM_AUTH_LIST, creation_date_time, ASN1_INTEGER, 308 copyAuthTag(record->creation_date_time, TAG_CREATION_DATETIME, auth_list); in extract_auth_list()
|
/aosp12/hardware/interfaces/keymaster/4.1/support/ |
H A D | attestation_record.cpp | 96 ASN1_INTEGER* creation_date_time; member 144 ASN1_EXP_OPT(KM_AUTH_LIST, creation_date_time, ASN1_INTEGER, 290 copyAuthTag(record->creation_date_time, TAG_CREATION_DATETIME, auth_list); in extract_auth_list()
|
/aosp12/system/keymaster/km_openssl/ |
H A D | attestation_record.cpp | 622 integer_ptr = &record->creation_date_time; in build_auth_list() 938 std::vector<uint8_t> build_unique_id_input(uint64_t creation_date_time, in build_unique_id_input() argument 941 uint64_t rounded_date = creation_date_time / 2592000000LLU; in build_unique_id_input() 952 Buffer generate_unique_id(const std::vector<uint8_t>& hbk, uint64_t creation_date_time, in generate_unique_id() argument 958 build_unique_id_input(creation_date_time, application_id, reset_since_rotation); in generate_unique_id() 1269 if (!get_ulong(record->creation_date_time, TAG_CREATION_DATETIME, auth_list)) { in extract_auth_list()
|