Home
last modified time | relevance | path

Searched defs:ntoh (Results 1 – 3 of 3) sorted by relevance

/system/security/keystore/
Dauth_token_table.cpp50 template <typename IntType> inline IntType ntoh(const IntType& value) { in ntoh() function
Dkeymaster_enforcement.cpp460 template <typename IntType> inline IntType ntoh(const IntType& value) { in ntoh() function
/system/keymaster/include/keymaster/
Dandroid_keymaster_utils.h192 template <typename T> T ntoh(T t) { in ntoh() function