Home
last modified time | relevance | path

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

/system/keymaster/include/keymaster/
Dattestation_record.h76 ASN1_INTEGER* auth_timeout; member
123 ASN1_EXP_OPT(KM_AUTH_LIST, auth_timeout, ASN1_INTEGER, TAG_AUTH_TIMEOUT.masked_tag()),
/system/keymaster/km_openssl/
Dattestation_record.cpp185 integer_ptr = &record->auth_timeout; in build_auth_list()
627 if (record->auth_timeout && in extract_auth_list()
628 !auth_list->push_back(TAG_AUTH_TIMEOUT, ASN1_INTEGER_get(record->auth_timeout))) in extract_auth_list()