Searched refs:ntoh (Results 1 – 4 of 4) sorted by relevance
292 uint64_t token_timestamp_millis = ntoh(auth_token->timestamp); in AuthorizeBegin()476 *token_auth_type = ntoh((*auth_token)->authenticator_type); in GetAndValidateAuthToken()
58 template <typename T> T ntoh(T t) { in ntoh() function
55 return current_time_ > ntoh(token.timestamp) + timeout; in auth_token_timed_out()
163 template <typename IntType> inline IntType ntoh(const IntType& value) {