19 #ifndef GRPC_CORE_TSI_FAKE_TRANSPORT_SECURITY_H
20 #define GRPC_CORE_TSI_FAKE_TRANSPORT_SECURITY_H
27 #define TSI_FAKE_CERTIFICATE_TYPE "FAKE"
38 size_t* max_protected_frame_size);
43 size_t* max_protected_frame_size);
tsi_handshaker * tsi_create_fake_handshaker(int is_client)
Definition: fake_transport_security.cc:746
tsi_zero_copy_grpc_protector * tsi_create_fake_zero_copy_grpc_protector(size_t *max_protected_frame_size)
Definition: fake_transport_security.cc:777
tsi_frame_protector * tsi_create_fake_frame_protector(size_t *max_protected_frame_size)
Definition: fake_transport_security.cc:766
Definition: transport_security.h:51
Definition: transport_security.h:79
Definition: transport_security_grpc.h:76