|
Android-cuttlefish cvd tool
|
Classes | |
| class | ByteBufferProxy |
| struct | choose_hton |
| struct | choose_hton< IntType, __ORDER_BIG_ENDIAN__ > |
| struct | choose_hton< IntType, __ORDER_LITTLE_ENDIAN__ > |
Typedefs | |
| using | auth_token_key_t = std::array< uint8_t, 32 > |
| using | hmac_t = auth_token_key_t |
Functions | |
| template<typename T > | |
| auto | bytes_cast (const T &v) -> const uint8_t(&)[sizeof(T)] |
| template<typename T > | |
| auto | bytes_cast (T &v) -> uint8_t(&)[sizeof(T)] |
| template<typename IntType > | |
| IntType | hton (const IntType &value) |
| using cuttlefish::confui::support::auth_token_key_t = typedef std::array<uint8_t, 32> |
| using cuttlefish::confui::support::hmac_t = typedef auth_token_key_t |
| auto cuttlefish::confui::support::bytes_cast | ( | const T & | v | ) | -> const uint8_t (&)[sizeof(T)] |
| auto cuttlefish::confui::support::bytes_cast | ( | T & | v | ) | -> uint8_t (&)[sizeof(T)] |
|
inline |