Home
last modified time | relevance | path

Searched refs:tsi_local_handshaker_create (Results 1 – 4 of 4) sorted by relevance

/third_party/grpc/src/core/lib/security/security_connector/insecure/
Dinsecure_security_connector.cc73 GPR_ASSERT(tsi_local_handshaker_create(true /* is_client */, &handshaker) == in add_handshakers()
101 GPR_ASSERT(tsi_local_handshaker_create(false /* is_client */, &handshaker) == in add_handshakers()
/third_party/grpc/src/core/tsi/
Dlocal_transport_security.h48 tsi_result tsi_local_handshaker_create(bool is_client, tsi_handshaker** self);
Dlocal_transport_security.cc204 tsi_result tsi_local_handshaker_create(bool is_client, tsi_handshaker** self) { in tsi_local_handshaker_create() function
/third_party/grpc/src/core/lib/security/security_connector/local/
Dlocal_security_connector.cc160 GPR_ASSERT(tsi_local_handshaker_create(true /* is_client */, &handshaker) == in add_handshakers()
218 GPR_ASSERT(tsi_local_handshaker_create(false /* is_client */, in add_handshakers()