Wiselib
|
#include <securehdlclustering.h>
Static Public Member Functions | |
static bool | equal (const HKCelement_t &a, const HKCelement_t &b) |
static HKCelement_t | zero_element () |
static HKCelement_t | secure_one_way_key_function (const HKCelement_t &input) |
static bool | check_authenticity (const HKCelement_t &input, const HKCelement_t &my_element, uint8_t times) |
static HKCelement_t | random_HKC_element () |
static HKCelement_t * | generate_HKC (HKCelement_t &input, uint8_t size) |
static bool wiselib::HKC::check_authenticity | ( | const HKCelement_t & | input, |
const HKCelement_t & | my_element, | ||
uint8_t | times | ||
) | [inline, static] |
static bool wiselib::HKC::equal | ( | const HKCelement_t & | a, |
const HKCelement_t & | b | ||
) | [inline, static] |
static HKCelement_t* wiselib::HKC::generate_HKC | ( | HKCelement_t & | input, |
uint8_t | size | ||
) | [inline, static] |
static HKCelement_t wiselib::HKC::random_HKC_element | ( | ) | [inline, static] |
static HKCelement_t wiselib::HKC::secure_one_way_key_function | ( | const HKCelement_t & | input | ) | [inline, static] |
static HKCelement_t wiselib::HKC::zero_element | ( | ) | [inline, static] |