Android-cuttlefish cvd tool
|
#include <array>
#include <cstdint>
Go to the source code of this file.
Namespaces | |
namespace | cuttlefish |
namespace | cuttlefish::confui |
namespace | cuttlefish::confui::support |
Typedefs | |
using | cuttlefish::confui::support::auth_token_key_t = std::array< std::uint8_t, 32 > |
using | cuttlefish::confui::support::hmac_t = auth_token_key_t |
Functions | |
template<typename T > | |
auto | cuttlefish::confui::support::bytes_cast (const T &v) -> const uint8_t(&)[sizeof(T)] |
template<typename T > | |
auto | cuttlefish::confui::support::bytes_cast (T &v) -> uint8_t(&)[sizeof(T)] |
template<typename IntType > | |
IntType | cuttlefish::confui::support::hton (const IntType &value) |