Home
last modified time | relevance | path

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

/system/keymaster/
Dattestation_record.cpp88 ASN1_OCTET_STRING* attestation_id_product; member
131 ASN1_EXP_OPT(KM_AUTH_LIST, attestation_id_product, ASN1_OCTET_STRING,
360 string_ptr = &record->attestation_id_product; in build_auth_list()
746 if (record->attestation_id_product && in extract_auth_list()
747 !auth_list->push_back(TAG_ATTESTATION_ID_PRODUCT, record->attestation_id_product->data, in extract_auth_list()
748 record->attestation_id_product->length)) in extract_auth_list()