GRPC C++  1.39.1
Macros | Functions
fake_transport_security.h File Reference
#include <grpc/support/port_platform.h>
#include "src/core/tsi/transport_security_interface.h"

Go to the source code of this file.

Macros

#define TSI_FAKE_CERTIFICATE_TYPE   "FAKE"
 
#define TSI_FAKE_SECURITY_LEVEL   "TSI_SECURITY_NONE"
 

Functions

tsi_handshakertsi_create_fake_handshaker (int is_client)
 
tsi_frame_protectortsi_create_fake_frame_protector (size_t *max_protected_frame_size)
 
tsi_zero_copy_grpc_protectortsi_create_fake_zero_copy_grpc_protector (size_t *max_protected_frame_size)
 

Macro Definition Documentation

◆ TSI_FAKE_CERTIFICATE_TYPE

#define TSI_FAKE_CERTIFICATE_TYPE   "FAKE"

◆ TSI_FAKE_SECURITY_LEVEL

#define TSI_FAKE_SECURITY_LEVEL   "TSI_SECURITY_NONE"

Function Documentation

◆ tsi_create_fake_frame_protector()

tsi_frame_protector* tsi_create_fake_frame_protector ( size_t *  max_protected_frame_size)

◆ tsi_create_fake_handshaker()

tsi_handshaker* tsi_create_fake_handshaker ( int  is_client)

◆ tsi_create_fake_zero_copy_grpc_protector()

tsi_zero_copy_grpc_protector* tsi_create_fake_zero_copy_grpc_protector ( size_t *  max_protected_frame_size)