HomeSort by relevance Sort by last modified time
    Searched defs:ntoh (Results 1 - 3 of 3) sorted by null

  /system/keymaster/include/keymaster/
android_keymaster_utils.h 192 template <typename T> T ntoh(T t) { function in namespace:keymaster
  /system/security/keystore/
auth_token_table.cpp 50 template <typename IntType> inline IntType ntoh(const IntType& value) { function in namespace:keystore
211 return ntoh(token_->timestamp);
216 ntoh(static_cast<uint32_t>(token_->authenticatorType)));
keymaster_enforcement.cpp 460 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 165 milliseconds