CCF
|
This is the complete list of members for ccf::Channel, including all inherited members.
Channel(ringbuffer::AbstractWriterFactory &writer_factory, const ccf::crypto::Pem &service_cert_, ccf::crypto::KeyPairPtr node_kp_, const ccf::crypto::Pem &node_cert_, const NodeId &self_, const NodeId &peer_id_, size_t message_limit_) | ccf::Channel | inline |
channel_open() | ccf::Channel | inline |
close_channel() | ccf::Channel | inline |
min_gap_between_initiation_attempts() | ccf::Channel | inlinestatic |
protocol_version | ccf::Channel | static |
recv_authenticated(std::span< const uint8_t > aad, const uint8_t *&data, size_t &size) | ccf::Channel | inline |
recv_authenticated_with_load(const uint8_t *&data, size_t &size) | ccf::Channel | inline |
recv_encrypted(std::span< const uint8_t > aad, const uint8_t *&data, size_t &size) | ccf::Channel | inline |
recv_key_exchange_message(const uint8_t *data, size_t size) | ccf::Channel | inline |
send(NodeMsgType type, std::span< const uint8_t > aad, std::span< const uint8_t > plain={}) | ccf::Channel | inline |