Home
last modified time | relevance | path

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

/hardware/interfaces/security/keymint/support/include/keymint_support/
Dattestation_record.h68 AuthorizationSet software_enforced; member
78 AuthorizationSet* software_enforced,
/hardware/interfaces/keymaster/4.0/support/
Dattestation_record.cpp169 KM_AUTH_LIST* software_enforced; member
181 ASN1_SIMPLE(KM_KEY_DESCRIPTION, software_enforced, KM_AUTH_LIST),
320 AuthorizationSet* software_enforced, in MAKE_OPENSSL_PTR_TYPE()
341 ErrorCode error = extract_auth_list(record->software_enforced, software_enforced); in MAKE_OPENSSL_PTR_TYPE()
365 } else if (record->software_enforced && record->software_enforced->root_of_trust) { in parse_root_of_trust()
366 root_of_trust = record->software_enforced->root_of_trust; in parse_root_of_trust()
/hardware/interfaces/security/keymint/support/
Dattestation_record.cpp183 KM_AUTH_LIST* software_enforced; member
194 ASN1_SIMPLE(KM_KEY_DESCRIPTION, software_enforced, KM_AUTH_LIST),
339 AuthorizationSet* software_enforced, in MAKE_OPENSSL_PTR_TYPE()
360 ErrorCode error = extract_auth_list(record->software_enforced, software_enforced); in MAKE_OPENSSL_PTR_TYPE()
383 } else if (record->software_enforced && record->software_enforced->root_of_trust) { in parse_root_of_trust()
384 root_of_trust = record->software_enforced->root_of_trust; in parse_root_of_trust()
/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.1/support/
Dattestation_record.cpp184 KM_AUTH_LIST* software_enforced; member
196 ASN1_SIMPLE(KM_KEY_DESCRIPTION, software_enforced, KM_AUTH_LIST),
387 ErrorCode error = extract_auth_list(record->software_enforced, &result.software_enforced); in MAKE_OPENSSL_PTR_TYPE()
397 } else if (record->software_enforced && record->software_enforced->root_of_trust) { in MAKE_OPENSSL_PTR_TYPE()
398 root_of_trust = record->software_enforced->root_of_trust; 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.cpp175 attestation.software_enforced.Sort(); in check_attestation_record()
180 AuthorizationSet attestation_sw_enforced = filter_tags(attestation.software_enforced); in check_attestation_record()
/hardware/interfaces/identity/aidl/vts/
DUtil.cpp353 EXPECT_TRUE(attRec.software_enforced.Contains(keymaster::V4_0::TAG_ATTESTATION_APPLICATION_ID, in validateAttestationCertificate()