/external/grpc-grpc/src/core/tsi/alts/frame_protector/ |
D | alts_frame_protector.cc | 83 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/rust/crates/grpcio-sys/grpc/src/core/tsi/alts/frame_protector/ |
D | alts_frame_protector.cc | 83 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/rust/crates/grpcio-sys/grpc/test/core/security/ |
D | secure_endpoint_test.cc | 73 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/test/core/security/ |
D | secure_endpoint_test.cc | 73 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/ |
D | transport_security.cc | 93 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()
|
D | transport_security.h | 42 size_t* still_pending_size);
|
D | transport_security_interface.h | 149 size_t* protected_output_frames_size, size_t* still_pending_size);
|
D | fake_transport_security.cc | 324 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()
|
D | ssl_transport_security.cc | 877 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/rust/crates/grpcio-sys/grpc/src/core/tsi/ |
D | transport_security.cc | 106 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()
|
D | transport_security.h | 42 size_t* still_pending_size);
|
D | transport_security_interface.h | 164 size_t* protected_output_frames_size, size_t* still_pending_size);
|
D | fake_transport_security.cc | 320 size_t* protected_output_frames_size, size_t* still_pending_size) { in fake_protector_protect_flush() argument 336 *still_pending_size = frame->size - frame->offset; in fake_protector_protect_flush()
|
D | ssl_transport_security.cc | 1070 size_t* protected_output_frames_size, size_t* still_pending_size) { in ssl_protector_protect_flush() argument 1085 *still_pending_size = static_cast<size_t>(pending); in ssl_protector_protect_flush() 1086 if (*still_pending_size == 0) return TSI_OK; in ssl_protector_protect_flush() 1098 *still_pending_size = static_cast<size_t>(pending); in ssl_protector_protect_flush()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/transport/ |
D | secure_endpoint.cc | 338 size_t still_pending_size; in endpoint_write() local 344 &still_pending_size); in endpoint_write() 351 } while (still_pending_size > 0); in endpoint_write()
|
/external/grpc-grpc/src/core/lib/security/transport/ |
D | secure_endpoint.cc | 311 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/ |
D | transport_security_test_lib.cc | 218 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()
|