Home
last modified time | relevance | path

Searched refs:ntoh (Results 1 – 4 of 4) sorted by relevance

/system/keymaster/android_keymaster/
Dkeymaster_enforcement.cpp292 uint64_t token_timestamp_millis = ntoh(auth_token->timestamp); in AuthorizeBegin()
476 *token_auth_type = ntoh((*auth_token)->authenticator_type); in GetAndValidateAuthToken()
/system/keymaster/include/keymaster/
Dandroid_keymaster_utils.h58 template <typename T> T ntoh(T t) { in ntoh() function
/system/keymaster/tests/
Dkeymaster_enforcement_test.cpp55 return current_time_ > ntoh(token.timestamp) + timeout; in auth_token_timed_out()
/system/teeui/libteeui/include/teeui/
Dutils.h163 template <typename IntType> inline IntType ntoh(const IntType& value) {