Home
last modified time | relevance | path

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

/system/security/keystore/
Dauth_token_table.h45 : max_entries_(max_entries), clock_function_(clock_function) {} in max_entries_()
158 time_t (*clock_function_)(); variable
Dauth_token_table.cpp53 Entry new_entry(auth_token, clock_function_()); in AddAuthenticationToken()
137 time_t now = clock_function_(); in FindTimedAuthorization()