Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/tsi/
Dtransport_security_test.cc363 GPR_ASSERT(tsi_handshaker_create_frame_protector(nullptr, nullptr, nullptr) == in test_handshaker_invalid_args()
378 GPR_ASSERT(tsi_handshaker_create_frame_protector(h, nullptr, &p) == in test_handshaker_invalid_state()
/external/grpc-grpc/src/core/tsi/
Dtransport_security_interface.h406 tsi_result tsi_handshaker_create_frame_protector(
Dtransport_security.cc181 tsi_result tsi_handshaker_create_frame_protector( in tsi_handshaker_create_frame_protector() function