Searched refs:hton (Results 1 – 6 of 6) sorted by relevance
48 const uint32_t net_order_L = hton(L); in DEFINE_OPENSSL_OBJECT_POINTER()77 uint32_t net_order_i = hton(i); in DEFINE_OPENSSL_OBJECT_POINTER()
33 inline static IntType hton(const IntType& value) { in hton() function45 inline static IntType hton(const IntType& value) { return value; } in hton() function48 template <typename IntType> inline IntType hton(const IntType& value) { in hton() function49 return choose_hton<IntType, __BYTE_ORDER__>::hton(value); in hton()54 return choose_hton<IntType, __BYTE_ORDER__>::hton(value); in ntoh()
407 inline static IntType hton(const IntType& value) { in hton() function419 inline static IntType hton(const IntType& value) { return value; } in hton() function422 template <typename IntType> inline IntType hton(const IntType& value) { in hton() function423 return choose_hton<IntType, __BYTE_ORDER__>::hton(value); in hton()428 return choose_hton<IntType, __BYTE_ORDER__>::hton(value); in ntoh()
580 token.authenticator_type = hton(static_cast<uint32_t>(HW_AUTH_PASSWORD)); in TEST_F()603 token.authenticator_type = hton(static_cast<uint32_t>(HW_AUTH_PASSWORD)); in TEST_F()632 token.authenticator_type = hton(static_cast<uint32_t>(HW_AUTH_PASSWORD)); in TEST_F()656 token.authenticator_type = hton(static_cast<uint32_t>(HW_AUTH_PASSWORD)); in TEST_F()683 token.authenticator_type = hton(static_cast<uint32_t>(HW_AUTH_PASSWORD)); in TEST_F()712 token.authenticator_type = hton(static_cast<uint32_t>(HW_AUTH_PASSWORD)); in TEST_F()741 token.authenticator_type = hton(static_cast<uint32_t>(HW_AUTH_PASSWORD)); in TEST_F()764 token.authenticator_type = hton(static_cast<uint32_t>(HW_AUTH_PASSWORD)); in TEST_F()817 token.authenticator_type = hton(static_cast<uint32_t>(HW_AUTH_PASSWORD)); in TEST_F()818 token.timestamp = hton(kmen.current_time()); in TEST_F()[all …]
144 inline static IntType hton(const IntType& value) {156 inline static IntType hton(const IntType& value) { return value; }159 template <typename IntType> inline IntType hton(const IntType& value) {160 return choose_hton<IntType, __BYTE_ORDER__>::hton(value);165 return choose_hton<IntType, __BYTE_ORDER__>::hton(value);
230 template <typename T> T hton(T t) { in hton() function