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

/system/keymaster/
H A Dattestation_record.cpp94 ASN1_INTEGER* auth_timeout; member in struct:keymaster::km_auth_list
123 ASN1_EXP_OPT(KM_AUTH_LIST, auth_timeout, ASN1_INTEGER, TAG_AUTH_TIMEOUT.masked_tag()),
285 integer_ptr = &record->auth_timeout;
624 if (record->auth_timeout &&
625 !auth_list->push_back(TAG_AUTH_TIMEOUT, ASN1_INTEGER_get(record->auth_timeout)))

Completed in 32 milliseconds