Home
last modified time | relevance | path

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

/third_party/grpc/src/core/lib/security/transport/
Dsecurity_handshaker.cc78 static void OnPeerCheckedFn(void* arg, grpc_error* error);
124 GRPC_CLOSURE_INIT(&on_peer_checked_, &SecurityHandshaker::OnPeerCheckedFn, in SecurityHandshaker()
265 void SecurityHandshaker::OnPeerCheckedFn(void* arg, grpc_error* error) { in OnPeerCheckedFn() function in grpc_core::__anon7ce32ab90111::SecurityHandshaker