plebble
|
#include <stdint.h>
#include <endian.h>
Go to the source code of this file.
Namespaces | |
us | |
us::gov | |
us::gov::crypto | |
Functions | |
static uint16_t | us::gov::crypto::ReadLE16 (const unsigned char *ptr) |
static uint32_t | us::gov::crypto::ReadLE32 (const unsigned char *ptr) |
static uint64_t | us::gov::crypto::ReadLE64 (const unsigned char *ptr) |
static void | us::gov::crypto::WriteLE16 (unsigned char *ptr, uint16_t x) |
static void | us::gov::crypto::WriteLE32 (unsigned char *ptr, uint32_t x) |
static void | us::gov::crypto::WriteLE64 (unsigned char *ptr, uint64_t x) |
static uint32_t | us::gov::crypto::ReadBE32 (const unsigned char *ptr) |
static uint64_t | us::gov::crypto::ReadBE64 (const unsigned char *ptr) |
static void | us::gov::crypto::WriteBE32 (unsigned char *ptr, uint32_t x) |
static void | us::gov::crypto::WriteBE64 (unsigned char *ptr, uint64_t x) |