Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/tsi/alts/frame_protector/
Dalts_frame_protector.cc83 size_t* still_pending_size) { in alts_protect_flush() argument
86 still_pending_size == nullptr) { in alts_protect_flush()
97 *still_pending_size = 0; in alts_protect_flush()
129 *still_pending_size = alts_get_num_writer_bytes_remaining(impl->writer); in alts_protect_flush()
183 size_t still_pending_size = 0; in alts_protect() local
186 &still_pending_size); in alts_protect()
/external/grpc-grpc/test/core/security/
Dsecure_endpoint_test.cc73 size_t still_pending_size; in secure_endpoint_create_fixture_tcp_socketpair() local
102 &still_pending_size); in secure_endpoint_create_fixture_tcp_socketpair()
107 } while (still_pending_size > 0); in secure_endpoint_create_fixture_tcp_socketpair()
/external/grpc-grpc/src/core/tsi/
Dtransport_security.cc93 size_t* protected_output_frames_size, size_t* still_pending_size) { in tsi_frame_protector_protect_flush() argument
97 still_pending_size == nullptr) { in tsi_frame_protector_protect_flush()
103 still_pending_size); in tsi_frame_protector_protect_flush()
Dtransport_security.h42 size_t* still_pending_size);
Dtransport_security_interface.h149 size_t* protected_output_frames_size, size_t* still_pending_size);
Dfake_transport_security.cc324 size_t* protected_output_frames_size, size_t* still_pending_size) { in fake_protector_protect_flush() argument
340 *still_pending_size = frame->size - frame->offset; in fake_protector_protect_flush()
Dssl_transport_security.cc877 size_t* protected_output_frames_size, size_t* still_pending_size) { in ssl_protector_protect_flush() argument
892 *still_pending_size = static_cast<size_t>(pending); in ssl_protector_protect_flush()
893 if (*still_pending_size == 0) return TSI_OK; in ssl_protector_protect_flush()
905 *still_pending_size = static_cast<size_t>(pending); in ssl_protector_protect_flush()
/external/grpc-grpc/src/core/lib/security/transport/
Dsecure_endpoint.cc311 size_t still_pending_size; in endpoint_write() local
317 &still_pending_size); in endpoint_write()
324 } while (still_pending_size > 0); in endpoint_write()
/external/grpc-grpc/test/core/tsi/
Dtransport_security_test_lib.cc218 size_t still_pending_size; in tsi_test_frame_protector_send_message_to_peer() local
223 &still_pending_size); in tsi_test_frame_protector_send_message_to_peer()
227 } while (still_pending_size > 0 && result == TSI_OK); in tsi_test_frame_protector_send_message_to_peer()