Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/keymaster/3.0/vts/functional/
H A Dattestation_record.cpp76 ASN1_NULL* all_applications; member
106 ASN1_EXP_OPT(KM_AUTH_LIST, all_applications, ASN1_NULL, TAG_ALL_APPLICATIONS.maskedTag()),
229 copyAuthTag(record->all_applications, TAG_ALL_APPLICATIONS, auth_list); in extract_auth_list()
/aosp12/system/keymaster/include/keymaster/km_openssl/
H A Dattestation_record.h103 ASN1_NULL* all_applications; member
161 ASN1_EXP_OPT(KM_AUTH_LIST, all_applications, ASN1_NULL, TAG_ALL_APPLICATIONS.masked_tag()),
/aosp12/hardware/interfaces/keymaster/4.0/support/
H A Dattestation_record.cpp85 ASN1_NULL* all_applications; member
/aosp12/hardware/interfaces/keymaster/4.1/support/
H A Dattestation_record.cpp94 ASN1_NULL* all_applications; member
/aosp12/system/keymaster/km_openssl/
H A Dattestation_record.cpp630 bool_ptr = &record->all_applications; in build_auth_list()
1257 if (record->all_applications && !auth_list->push_back(TAG_ALL_APPLICATIONS)) { in extract_auth_list()