Home
last modified time | relevance | path

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

/hardware/interfaces/keymaster/4.0/support/
Dattestation_record.cpp86 KM_ROOT_OF_TRUST* root_of_trust; member
124 ASN1_EXP_OPT(KM_AUTH_LIST, root_of_trust, KM_ROOT_OF_TRUST, TAG_ROOT_OF_TRUST.maskedTag()),
328 if (!record->tee_enforced->root_of_trust) { in parse_root_of_trust()
332 if (!record->tee_enforced->root_of_trust->verified_boot_key) { in parse_root_of_trust()
336 KM_ROOT_OF_TRUST* root_of_trust = record->tee_enforced->root_of_trust; in parse_root_of_trust() local
338 auto& vb_key = root_of_trust->verified_boot_key; in parse_root_of_trust()
343 ASN1_ENUMERATED_get(root_of_trust->verified_boot_state)); in parse_root_of_trust()
349 *device_locked = root_of_trust->device_locked; in parse_root_of_trust()
355 auto& vb_hash = root_of_trust->verified_boot_hash; in parse_root_of_trust()
/hardware/interfaces/keymaster/3.0/vts/functional/
Dattestation_record.cpp81 KM_ROOT_OF_TRUST* root_of_trust; member
111 ASN1_EXP_OPT(KM_AUTH_LIST, root_of_trust, KM_ROOT_OF_TRUST, TAG_ROOT_OF_TRUST.maskedTag()),