Android-cuttlefish cvd tool
Classes | Namespaces | Typedefs | Functions
sign_utils.h File Reference
#include <array>
#include <cstdint>
Include dependency graph for sign_utils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  cuttlefish::confui::support::choose_hton< IntType, __ORDER_LITTLE_ENDIAN__ >
 
struct  cuttlefish::confui::support::choose_hton< IntType, __ORDER_BIG_ENDIAN__ >
 
class  cuttlefish::confui::support::ByteBufferProxy
 
struct  cuttlefish::confui::support::ByteBufferProxy::has_data< T >
 

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)