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

/system/keymaster/include/keymaster/
H A Dandroid_keymaster_utils.h192 template <typename T> T ntoh(T t) { function in namespace:keymaster
/system/security/keystore/
H A Dauth_token_table.cpp52 template <typename IntType> inline IntType ntoh(const IntType& value) { function in namespace:keystore
219 return ntoh(token_->timestamp);
224 ntoh(static_cast<uint32_t>(token_->authenticatorType)));
H A Dkeymaster_enforcement.cpp460 template <typename IntType> inline IntType ntoh(const IntType& value) { function in namespace:keystore
520 uint32_t token_auth_type = ntoh(auth_token.authenticator_type);

Completed in 91 milliseconds