Home
last modified time | relevance | path

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

/system/keymaster/include/keymaster/km_openssl/
Dattestation_record.h112 ASN1_OCTET_STRING* attestation_id_serial; member
175 ASN1_EXP_OPT(KM_AUTH_LIST, attestation_id_serial, ASN1_OCTET_STRING,
/system/keymaster/km_openssl/
Dattestation_record.cpp697 string_ptr = &record->attestation_id_serial; in build_auth_list()
1336 if (record->attestation_id_serial && in extract_auth_list()
1337 !auth_list->push_back(TAG_ATTESTATION_ID_SERIAL, record->attestation_id_serial->data, in extract_auth_list()
1338 record->attestation_id_serial->length)) { in extract_auth_list()