Home
last modified time | relevance | path

Searched refs:tsi_handshaker_create_frame_protector (Results 1 – 3 of 3) sorted by relevance

/third_party/grpc/test/core/tsi/
Dtransport_security_test.cc362 GPR_ASSERT(tsi_handshaker_create_frame_protector(nullptr, nullptr, nullptr) == in test_handshaker_invalid_args()
377 GPR_ASSERT(tsi_handshaker_create_frame_protector(h, nullptr, &p) == in test_handshaker_invalid_state()
/third_party/grpc/src/core/tsi/
Dtransport_security_interface.h423 tsi_result tsi_handshaker_create_frame_protector(
Dtransport_security.cc196 tsi_result tsi_handshaker_create_frame_protector( in tsi_handshaker_create_frame_protector() function