Home
last modified time | relevance | path

Searched defs:ntoh (Results 1 – 3 of 3) 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/include/keymaster/
Dandroid_keymaster_utils.h215 template <typename T> T ntoh(T t) { in ntoh() function