Home
last modified time | relevance | path

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

/system/keymaster/
Dattestation_record.cpp87 ASN1_OCTET_STRING* attestation_id_device; member
129 ASN1_EXP_OPT(KM_AUTH_LIST, attestation_id_device, ASN1_OCTET_STRING,
357 string_ptr = &record->attestation_id_device; in build_auth_list()
740 if (record->attestation_id_device && in extract_auth_list()
741 !auth_list->push_back(TAG_ATTESTATION_ID_DEVICE, record->attestation_id_device->data, in extract_auth_list()
742 record->attestation_id_device->length)) in extract_auth_list()