Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/transport/
Dsecurity_handshaker.cc60 grpc_error* DoHandshakerNextLocked(const unsigned char* bytes_received,
358 grpc_error* SecurityHandshaker::DoHandshakerNextLocked( in DoHandshakerNextLocked() function in grpc_core::__anon4738b3f50111::SecurityHandshaker
403 error = h->DoHandshakerNextLocked(h->handshake_buffer_, bytes_received_size); in OnHandshakeDataReceivedFromPeerFn()
477 DoHandshakerNextLocked(handshake_buffer_, bytes_received_size); in DoHandshake()