Home
last modified time | relevance | path

Searched refs:choose_hton (Results 1 – 2 of 2) sorted by relevance

/system/security/keystore/
Dauth_token_table.cpp30 template <typename IntType, uint32_t byteOrder> struct choose_hton;
32 template <typename IntType> struct choose_hton<IntType, __ORDER_LITTLE_ENDIAN__> { struct
44 template <typename IntType> struct choose_hton<IntType, __ORDER_BIG_ENDIAN__> { struct
49 return choose_hton<IntType, __BYTE_ORDER__>::hton(value); in hton()
54 return choose_hton<IntType, __BYTE_ORDER__>::hton(value); in ntoh()
Dkeymaster_enforcement.cpp462 template <typename IntType, uint32_t byteOrder> struct choose_hton;
464 template <typename IntType> struct choose_hton<IntType, __ORDER_LITTLE_ENDIAN__> { struct
476 template <typename IntType> struct choose_hton<IntType, __ORDER_BIG_ENDIAN__> { struct
481 return choose_hton<IntType, __BYTE_ORDER__>::hton(value); in hton()
486 return choose_hton<IntType, __BYTE_ORDER__>::hton(value); in ntoh()