#include <grpc/support/port_platform.h>
#include <memory>
#include <openssl/ssl.h>
#include <grpc/slice.h>
#include "src/core/lib/gprpp/ref_counted.h"
Go to the source code of this file.
Classes | |
class | tsi::SslCachedSession |
struct | tsi::SslSessionDeleter |
Namespaces | |
tsi | |
Typedefs | |
typedef std::unique_ptr< SSL_SESSION, SslSessionDeleter > | tsi::SslSessionPtr |