Searched refs:choose_hton (Results 1 – 2 of 2) sorted by relevance
/system/security/keystore/ |
D | auth_token_table.cpp | 30 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()
|
D | keymaster_enforcement.cpp | 438 template <typename IntType, uint32_t byteOrder> struct choose_hton; 440 template <typename IntType> struct choose_hton<IntType, __ORDER_LITTLE_ENDIAN__> { struct 452 template <typename IntType> struct choose_hton<IntType, __ORDER_BIG_ENDIAN__> { struct 457 return choose_hton<IntType, __BYTE_ORDER__>::hton(value); in hton() 462 return choose_hton<IntType, __BYTE_ORDER__>::hton(value); in ntoh()
|