TARAXA
dev::p2p::RLPXFrameCoder Member List

This is the complete list of members for dev::p2p::RLPXFrameCoder, including all inherited members.

authAndDecryptFrame(bytesRef io_cipherWithMac)dev::p2p::RLPXFrameCoder
authAndDecryptHeader(bytesRef io_cipherWithMac)dev::p2p::RLPXFrameCoder
decompressFrame(bytesRef payload, bytes &output) constdev::p2p::RLPXFrameCoderprivate
egressDigest()dev::p2p::RLPXFrameCoder
ingressDigest()dev::p2p::RLPXFrameCoder
LZ4compress(bytesConstRef payload, bytes &output) constdev::p2p::RLPXFrameCoderprivate
m_impldev::p2p::RLPXFrameCoderprivate
MAX_PACKET_SIZEdev::p2p::RLPXFrameCoderprivatestatic
ProtocolIdType enum namedev::p2p::RLPXFrameCoderprivate
RLPXFrameCoder(RLPXHandshake const &_init)dev::p2p::RLPXFrameCoderexplicit
RLPXFrameCoder(bool _originated, h512 const &_remoteEphemeral, h256 const &_remoteNonce, KeyPair const &_ecdheLocal, h256 const &_nonce, bytesConstRef _ackCipher, bytesConstRef _authCipher)dev::p2p::RLPXFrameCoder
Sessiondev::p2p::RLPXFrameCoderfriend
setup(bool _originated, h512 const &_remoteEphemeral, h256 const &_remoteNonce, KeyPair const &_ecdheLocal, h256 const &_nonce, bytesConstRef _ackCipher, bytesConstRef _authCipher)dev::p2p::RLPXFrameCoderprivate
updateEgressMACWithFrame(bytesConstRef _cipher)dev::p2p::RLPXFrameCoderprivate
updateEgressMACWithHeader(bytesConstRef _headerCipher)dev::p2p::RLPXFrameCoderprivate
updateIngressMACWithFrame(bytesConstRef _cipher)dev::p2p::RLPXFrameCoderprivate
updateIngressMACWithHeader(bytesConstRef _headerCipher)dev::p2p::RLPXFrameCoderprivate
writeCompressedFrame(uint16_t _seqId, bytesConstRef _payload, bytes &o_bytes)dev::p2p::RLPXFrameCoderprivate
writeCompressedFrame(uint16_t _seqId, uint32_t _totalSize, bytesConstRef _payload, bytes &o_bytes)dev::p2p::RLPXFrameCoderprivate
writeFrame(uint16_t _seqId, bytesConstRef _payload, bytes &o_bytes)dev::p2p::RLPXFrameCoderprivate
writeFrame(bytesConstRef _header, bytesConstRef _payload, bytes &o_bytes)dev::p2p::RLPXFrameCoderprivate
writeSingleFramePacket(bytesConstRef _packet, bytes &o_bytes)dev::p2p::RLPXFrameCoder
~RLPXFrameCoder()dev::p2p::RLPXFrameCoder