Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/tsi/alts/frame_protector/
Dalts_frame_protector.cc87 size_t* still_pending_size) { in alts_protect_flush() argument
90 still_pending_size == nullptr) { in alts_protect_flush()
101 *still_pending_size = 0; in alts_protect_flush()
133 *still_pending_size = alts_get_num_writer_bytes_remaining(impl->writer); in alts_protect_flush()
187 size_t still_pending_size = 0; in alts_protect() local
190 &still_pending_size); in alts_protect()
/aosp_15_r20/external/grpc-grpc/src/core/tsi/alts/frame_protector/
H A Dalts_frame_protector.cc88 size_t* still_pending_size) { in alts_protect_flush() argument
91 still_pending_size == nullptr) { in alts_protect_flush()
102 *still_pending_size = 0; in alts_protect_flush()
134 *still_pending_size = alts_get_num_writer_bytes_remaining(impl->writer); in alts_protect_flush()
188 size_t still_pending_size = 0; in alts_protect() local
191 &still_pending_size); in alts_protect()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/tsi/
Dssl_transport_security_utils.cc178 size_t* still_pending_size) { in SslProtectorProtectFlush() argument
191 *still_pending_size = static_cast<size_t>(pending); in SslProtectorProtectFlush()
192 if (*still_pending_size == 0) return TSI_OK; in SslProtectorProtectFlush()
204 *still_pending_size = static_cast<size_t>(pending); in SslProtectorProtectFlush()
Dtransport_security.cc106 size_t* protected_output_frames_size, size_t* still_pending_size) { in tsi_frame_protector_protect_flush() argument
110 still_pending_size == nullptr) { in tsi_frame_protector_protect_flush()
116 still_pending_size); in tsi_frame_protector_protect_flush()
Dssl_transport_security_utils.h122 size_t* still_pending_size);
Dtransport_security.h43 size_t* still_pending_size);
Dtransport_security_interface.h188 size_t* protected_output_frames_size, size_t* still_pending_size);
Dfake_transport_security.cc339 size_t* protected_output_frames_size, size_t* still_pending_size) { in fake_protector_protect_flush() argument
356 *still_pending_size = frame->size - frame->offset; in fake_protector_protect_flush()
Dssl_transport_security.cc1070 size_t* protected_output_frames_size, size_t* still_pending_size) { in ssl_protector_protect_flush() argument
1076 still_pending_size); in ssl_protector_protect_flush()
/aosp_15_r20/external/grpc-grpc/src/core/tsi/
H A Dssl_transport_security_utils.cc182 size_t* still_pending_size) { in SslProtectorProtectFlush() argument
195 *still_pending_size = static_cast<size_t>(pending); in SslProtectorProtectFlush()
196 if (*still_pending_size == 0) return TSI_OK; in SslProtectorProtectFlush()
208 *still_pending_size = static_cast<size_t>(pending); in SslProtectorProtectFlush()
H A Dtransport_security.cc106 size_t* protected_output_frames_size, size_t* still_pending_size) { in tsi_frame_protector_protect_flush() argument
110 still_pending_size == nullptr) { in tsi_frame_protector_protect_flush()
116 still_pending_size); in tsi_frame_protector_protect_flush()
H A Dssl_transport_security_utils.h124 size_t* still_pending_size);
H A Dtransport_security.h43 size_t* still_pending_size);
H A Dtransport_security_interface.h188 size_t* protected_output_frames_size, size_t* still_pending_size);
H A Dfake_transport_security.cc339 size_t* protected_output_frames_size, size_t* still_pending_size) { in fake_protector_protect_flush() argument
356 *still_pending_size = frame->size - frame->offset; in fake_protector_protect_flush()
H A Dssl_transport_security.cc1303 size_t* protected_output_frames_size, size_t* still_pending_size) { in ssl_protector_protect_flush() argument
1309 still_pending_size); in ssl_protector_protect_flush()
/aosp_15_r20/external/grpc-grpc/test/core/tsi/
H A Dssl_transport_security_utils_test.cc352 std::size_t still_pending_size = 0; in TEST_P() local
356 &protected_output_frames_size, &still_pending_size), in TEST_P()
358 EXPECT_EQ(still_pending_size, 0); in TEST_P()
414 std::size_t still_pending_size = 0; in TEST_P() local
418 &protected_output_frames_size, &still_pending_size), in TEST_P()
420 EXPECT_EQ(still_pending_size, 0); in TEST_P()
H A Dtransport_security_test_lib.cc229 size_t still_pending_size; in tsi_test_frame_protector_send_message_to_peer() local
234 &still_pending_size); in tsi_test_frame_protector_send_message_to_peer()
238 } while (still_pending_size > 0 && result == TSI_OK); in tsi_test_frame_protector_send_message_to_peer()
/aosp_15_r20/external/grpc-grpc/test/core/security/
H A Dsecure_endpoint_test.cc175 size_t still_pending_size; in secure_endpoint_create_fixture_tcp_socketpair() local
204 &still_pending_size); in secure_endpoint_create_fixture_tcp_socketpair()
209 } while (still_pending_size > 0); in secure_endpoint_create_fixture_tcp_socketpair()
/aosp_15_r20/external/grpc-grpc/src/core/lib/security/transport/
H A Dsecure_endpoint.cc456 size_t still_pending_size; in endpoint_write() local
462 &still_pending_size); in endpoint_write()
469 } while (still_pending_size > 0); in endpoint_write()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/transport/
Dsecure_endpoint.cc459 size_t still_pending_size; in endpoint_write() local
465 &still_pending_size); in endpoint_write()
472 } while (still_pending_size > 0); in endpoint_write()