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"
29 #define TSI_FAKE_SECURITY_LEVEL "TSI_SECURITY_NONE"
40 size_t* max_protected_frame_size);
45 size_t* max_protected_frame_size);
tsi_handshaker * tsi_create_fake_handshaker(int is_client)
Definition: fake_transport_security.cc:757
tsi_zero_copy_grpc_protector * tsi_create_fake_zero_copy_grpc_protector(size_t *max_protected_frame_size)
Definition: fake_transport_security.cc:788
tsi_frame_protector * tsi_create_fake_frame_protector(size_t *max_protected_frame_size)
Definition: fake_transport_security.cc:777
Definition: transport_security.h:50
Definition: transport_security.h:77
Definition: transport_security_grpc.h:75