Home
last modified time | relevance | path

Searched refs:device_unique_attestation (Results 1 – 4 of 4) sorted by relevance

/aosp12/hardware/interfaces/security/keymint/support/
H A Dattestation_record.cpp106 ASN1_NULL* device_unique_attestation; member
169 ASN1_EXP_OPT(KM_AUTH_LIST, device_unique_attestation, ASN1_NULL,
324 copyAuthTag(record->device_unique_attestation, TAG_DEVICE_UNIQUE_ATTESTATION, auth_list); in extract_auth_list()
/aosp12/hardware/interfaces/keymaster/4.1/support/
H A Dattestation_record.cpp112 ASN1_NULL* device_unique_attestation; member
171 ASN1_EXP_OPT(KM_AUTH_LIST, device_unique_attestation, ASN1_NULL,
322 copyAuthTag(record->device_unique_attestation, TAG_DEVICE_UNIQUE_ATTESTATION, auth_list); in extract_auth_list()
/aosp12/system/keymaster/include/keymaster/km_openssl/
H A Dattestation_record.h122 ASN1_NULL* device_unique_attestation; member
190 ASN1_EXP_OPT(KM_AUTH_LIST, device_unique_attestation, ASN1_NULL,
/aosp12/system/keymaster/km_openssl/
H A Dattestation_record.cpp654 bool_ptr = &record->device_unique_attestation; in build_auth_list()
1381 if (record->device_unique_attestation && !auth_list->push_back(TAG_DEVICE_UNIQUE_ATTESTATION)) { in extract_auth_list()