Home
last modified time | relevance | path

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

/system/keymaster/include/keymaster/km_openssl/
Dattestation_record.h109 ASN1_OCTET_STRING* attestation_id_brand; member
169 ASN1_EXP_OPT(KM_AUTH_LIST, attestation_id_brand, ASN1_OCTET_STRING,
/system/keymaster/km_openssl/
Dattestation_record.cpp688 string_ptr = &record->attestation_id_brand; in build_auth_list()
1315 if (record->attestation_id_brand && in extract_auth_list()
1316 !auth_list->push_back(TAG_ATTESTATION_ID_BRAND, record->attestation_id_brand->data, in extract_auth_list()
1317 record->attestation_id_brand->length)) { in extract_auth_list()