#include <grpc/support/port_platform.h>
#include <grpc/impl/codegen/grpc_types.h>
#include "src/core/lib/config/core_configuration.h"
#include "src/core/lib/gprpp/ref_counted_ptr.h"
#include "src/core/lib/security/security_connector/security_connector.h"
#include "src/core/lib/transport/handshaker.h"
#include "src/core/tsi/transport_security_interface.h"
Go to the source code of this file.
Namespaces | |
grpc_core | |
Functions | |
grpc_handshaker * | grpc_security_handshaker_create (tsi_handshaker *handshaker, grpc_security_connector *connector, const grpc_channel_args *args) |
RefCountedPtr< Handshaker > | grpc_core::SecurityHandshakerCreate (tsi_handshaker *handshaker, grpc_security_connector *connector, const grpc_channel_args *args) |
Creates a security handshaker using handshaker. More... | |
void | grpc_core::SecurityRegisterHandshakerFactories (CoreConfiguration::Builder *) |
Registers security handshaker factories. More... | |
grpc_handshaker* grpc_security_handshaker_create | ( | tsi_handshaker * | handshaker, |
grpc_security_connector * | connector, | ||
const grpc_channel_args * | args | ||
) |
Definition at line 681 of file security_handshaker.cc.