Searched refs:application_id (Results 1 – 3 of 3) sorted by relevance
/system/keymaster/tests/ |
D | attestation_record_test.cpp | 35 const keymaster_blob_t& application_id, in GenerateUniqueId() argument 39 unique_id->Reinitialize(application_id.data, application_id.data_length); in GenerateUniqueId()
|
/system/keymaster/km_openssl/ |
D | attestation_record.cpp | 253 string_ptr = &record->application_id; in build_auth_list() 487 keymaster_blob_t application_id = {nullptr, 0}; in build_attestation_record() local 488 sw_enforced.GetTagValue(TAG_APPLICATION_ID, &application_id); in build_attestation_record() 492 creation_datetime, application_id, in build_attestation_record() 636 if (record->application_id && in extract_auth_list() 637 !auth_list->push_back(TAG_APPLICATION_ID, record->application_id->data, in extract_auth_list() 638 record->application_id->length)) in extract_auth_list()
|
/system/keymaster/include/keymaster/ |
D | attestation_record.h | 81 ASN1_OCTET_STRING* application_id; member 129 ASN1_EXP_OPT(KM_AUTH_LIST, application_id, ASN1_OCTET_STRING, TAG_APPLICATION_ID.masked_tag()),
|