Searched defs:current_time (Results 1 - 4 of 4) sorted by relevance

/system/keymaster/
H A Dkeymaster_enforcement_test.cpp62 uint32_t current_time() { return current_time_; } function in class:keymaster::test::TestKeymasterEnforcement
763 token.timestamp = hton(kmen.current_time());
788 token.timestamp = hton(static_cast<uint64_t>(kmen.current_time()));
837 token.timestamp = hton(static_cast<uint64_t>(kmen.current_time()));
/system/security/keystore/
H A Dauth_token_table.cpp214 AuthTokenTable::Entry::Entry(const HardwareAuthToken* token, time_t current_time) argument
215 : token_(token), time_received_(current_time), last_use_(current_time),
/system/bt/btif/src/
H A Dbtif_config.cc175 time_t current_time = time(NULL); local
176 struct tm* time_created = localtime(&current_time);
/system/tpm/trunks/
H A Dtpm_generated.cc29092 TPMS_TIME_INFO* current_time,
29157 rc = Parse_TPMS_TIME_INFO(&buffer, current_time, &current_time_bytes);
29176 TPMS_TIME_INFO current_time; local
29177 TPM_RC rc = Tpm::ParseResponse_ReadClock(response, &current_time,
29183 callback.Run(rc, current_time);
29202 TPM_RC Tpm::ReadClockSync(TPMS_TIME_INFO* current_time, argument
29211 rc = ParseResponse_ReadClock(response, current_time, authorization_delegate);
29090 ParseResponse_ReadClock( const std::string& response, TPMS_TIME_INFO* current_time, AuthorizationDelegate* authorization_delegate) argument
[all...]

Completed in 805 milliseconds