/hardware/interfaces/keymaster/3.0/vts/functional/ |
attestation_record.cpp | 125 KM_AUTH_LIST* software_enforced; member in struct:android::hardware::keymaster::V3_0::km_key_description 137 ASN1_SIMPLE(KM_KEY_DESCRIPTION, software_enforced, KM_AUTH_LIST), 256 // attestation_challenge, software_enforced, tee_enforced and unique_id. 263 AuthorizationSet* software_enforced, 284 ErrorCode error = extract_auth_list(record->software_enforced, software_enforced);
|
/hardware/interfaces/keymaster/4.0/support/ |
attestation_record.cpp | 123 KM_AUTH_LIST* software_enforced; member in struct:android::hardware::keymaster::V4_0::km_key_description 135 ASN1_SIMPLE(KM_KEY_DESCRIPTION, software_enforced, KM_AUTH_LIST), 252 // attestation_challenge, software_enforced, tee_enforced and unique_id. 259 AuthorizationSet* software_enforced, 280 ErrorCode error = extract_auth_list(record->software_enforced, software_enforced);
|
/system/keymaster/include/keymaster/ |
attestation_record.h | 153 KM_AUTH_LIST* software_enforced; member in struct:keymaster::km_key_description 165 ASN1_SIMPLE(KM_KEY_DESCRIPTION, software_enforced, KM_AUTH_LIST), 236 AuthorizationSet software_enforced, 251 AuthorizationSet* software_enforced,
|