Home
last modified time | relevance | path

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

/system/keymaster/include/keymaster/km_openssl/
Dattestation_record.h118 ASN1_INTEGER* boot_patch_level; member
186 ASN1_EXP_OPT(KM_AUTH_LIST, boot_patch_level, ASN1_INTEGER, TAG_BOOT_PATCHLEVEL.masked_tag()),
/system/keymaster/km_openssl/
Dattestation_record.cpp617 integer_ptr = &record->boot_patch_level; in build_auth_list()
1378 if (record->boot_patch_level && in extract_auth_list()
1379 !auth_list->push_back(TAG_BOOT_PATCHLEVEL, ASN1_INTEGER_get(record->boot_patch_level))) { in extract_auth_list()