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

  /system/keymaster/
keymaster_enforcement_test.cpp 526 token.authenticator_type = hton(static_cast<uint32_t>(HW_AUTH_PASSWORD));
549 token.authenticator_type = hton(static_cast<uint32_t>(HW_AUTH_PASSWORD));
578 token.authenticator_type = hton(static_cast<uint32_t>(HW_AUTH_PASSWORD));
602 token.authenticator_type = hton(static_cast<uint32_t>(HW_AUTH_PASSWORD));
629 token.authenticator_type = hton(static_cast<uint32_t>(HW_AUTH_PASSWORD));
658 token.authenticator_type = hton(static_cast<uint32_t>(HW_AUTH_PASSWORD));
687 token.authenticator_type = hton(static_cast<uint32_t>(HW_AUTH_PASSWORD));
710 token.authenticator_type = hton(static_cast<uint32_t>(HW_AUTH_PASSWORD));
762 token.authenticator_type = hton(static_cast<uint32_t>(HW_AUTH_PASSWORD));
763 token.timestamp = hton(kmen.current_time())
    [all...]
  /system/keymaster/include/keymaster/
android_keymaster_utils.h 202 template <typename T> T hton(T t) { function in namespace:keymaster
  /system/security/keystore/tests/
auth_token_table_test.cpp 74 token->authenticator_type = hton(static_cast<uint32_t>(HW_AUTH_PASSWORD));
76 token->timestamp = hton(timestamp);

Completed in 524 milliseconds