proxygen
|
#include <Aead.h>
Public Attributes | |
std::unique_ptr< folly::IOBuf > | key |
std::unique_ptr< folly::IOBuf > | iv |
std::unique_ptr<folly::IOBuf> fizz::TrafficKey::iv |
Definition at line 18 of file Aead.h.
Referenced by fizz::test::getCipher(), getKey(), fizz::KeyScheduler::getTrafficKey(), and fizz::OpenSSLEVPCipher< EVPImpl >::setKey().
std::unique_ptr<folly::IOBuf> fizz::TrafficKey::key |
Definition at line 17 of file Aead.h.
Referenced by fizz::test::getCipher(), getKey(), fizz::KeyScheduler::getTrafficKey(), and fizz::OpenSSLEVPCipher< EVPImpl >::setKey().