Home
last modified time | relevance | path

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

/third_party/grpc/src/core/lib/security/transport/
Dsecurity_handshaker.cc60 grpc_error* DoHandshakerNextLocked(const unsigned char* bytes_received,
356 grpc_error* SecurityHandshaker::DoHandshakerNextLocked( in DoHandshakerNextLocked() function in grpc_core::__anon7ce32ab90111::SecurityHandshaker
401 error = h->DoHandshakerNextLocked(h->handshake_buffer_, bytes_received_size); in OnHandshakeDataReceivedFromPeerFn()
475 DoHandshakerNextLocked(handshake_buffer_, bytes_received_size); in DoHandshake()