Home
last modified time | relevance | path

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

/system/security/keystore/
Dauth_token_table.cpp52 template <typename IntType> inline IntType ntoh(const IntType& value) { in ntoh() function
Dkeymaster_enforcement.cpp426 template <typename IntType> inline IntType ntoh(const IntType& value) { in ntoh() function
/system/keymaster/android_keymaster/
Dkeymaster_enforcement.cpp481 uint32_t token_auth_type = ntoh(auth_token.authenticator_type); in AuthTokenMatches()
/system/keymaster/include/keymaster/
Dandroid_keymaster_utils.h215 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()