MPDC: Multi Party Domain Cryptosystem 1.0.0.0b (A0)
MPDC Interior protocol
|
The fkey collection response function state. More...
#include <network.h>
Data Fields | |
const qsc_socket * | csock |
uint8_t * | frag |
uint8_t * | hfkey |
const mpdc_topology_list_state * | list |
qsc_collection_state * | lmfk |
const mpdc_topology_node_state * | lnode |
const mpdc_topology_node_state * | rnode |
uint8_t * | ctok |
uint8_t * | mtok |
The fkey collection response function state.
const qsc_socket* csock |
The connected socket
uint8_t* ctok |
A pointer to the client token
uint8_t* frag |
A pointer to the key fragment
uint8_t* hfkey |
A pointer to the fkeys hash
const mpdc_topology_list_state* list |
A pointer to the topology list
qsc_collection_state* lmfk |
A pointer to the mfk collection
const mpdc_topology_node_state* lnode |
A pointer to the local node structure
uint8_t* mtok |
A pointer to the server token
const mpdc_topology_node_state* rnode |
A pointer to the remote node structure