Home
last modified time | relevance | path

Searched refs:software_enforced (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/keymaster/4.0/support/
Dattestation_record.cpp140 KM_AUTH_LIST* software_enforced; member
152 ASN1_SIMPLE(KM_KEY_DESCRIPTION, software_enforced, KM_AUTH_LIST),
283 AuthorizationSet* software_enforced, in MAKE_OPENSSL_PTR_TYPE()
304 ErrorCode error = extract_auth_list(record->software_enforced, software_enforced); in MAKE_OPENSSL_PTR_TYPE()
328 } else if (record->software_enforced && record->software_enforced->root_of_trust) { in parse_root_of_trust()
329 root_of_trust = record->software_enforced->root_of_trust; in parse_root_of_trust()
/hardware/interfaces/keymaster/4.1/support/
Dattestation_record.cpp157 KM_AUTH_LIST* software_enforced; member
169 ASN1_SIMPLE(KM_KEY_DESCRIPTION, software_enforced, KM_AUTH_LIST),
348 ErrorCode error = extract_auth_list(record->software_enforced, &result.software_enforced); in MAKE_OPENSSL_PTR_TYPE()
357 } else if (record->software_enforced && record->software_enforced->root_of_trust) { in MAKE_OPENSSL_PTR_TYPE()
358 root_of_trust = record->software_enforced->root_of_trust; in MAKE_OPENSSL_PTR_TYPE()
/hardware/interfaces/keymaster/3.0/vts/functional/
Dattestation_record.h49 AuthorizationSet* software_enforced,
Dattestation_record.cpp125 KM_AUTH_LIST* software_enforced; member
137 ASN1_SIMPLE(KM_KEY_DESCRIPTION, software_enforced, KM_AUTH_LIST),
263 AuthorizationSet* software_enforced, in MAKE_OPENSSL_PTR_TYPE()
284 ErrorCode error = extract_auth_list(record->software_enforced, software_enforced); in MAKE_OPENSSL_PTR_TYPE()
/hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/
Dattestation_record.h58 AuthorizationSet* software_enforced,
/hardware/interfaces/keymaster/4.1/support/include/keymasterV4_1/
Dattestation_record.h47 AuthorizationSet software_enforced; member
/hardware/interfaces/keymaster/4.1/vts/functional/
DDeviceUniqueAttestationTest.cpp172 attestation.software_enforced.Sort(); in check_attestation_record()
175 EXPECT_EQ(filter_tags(expected_sw_enforced), filter_tags(attestation.software_enforced)) in check_attestation_record()
176 << DIFFERENCE(expected_sw_enforced, attestation.software_enforced); in check_attestation_record()