Home
last modified time | relevance | path

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

/third_party/grpc/src/core/lib/security/transport/
Dsecure_endpoint.cc196 uint8_t* message_bytes = GRPC_SLICE_START_PTR(encrypted); in on_read() local
204 ep->protector, message_bytes, &processed_message_size, cur, in on_read()
212 message_bytes += processed_message_size; in on_read()
312 uint8_t* message_bytes = GRPC_SLICE_START_PTR(plain); in endpoint_write() local
318 result = tsi_frame_protector_protect(ep->protector, message_bytes, in endpoint_write()
327 message_bytes += processed_message_size; in endpoint_write()
/third_party/grpc/test/core/security/
Dsecure_endpoint_test.cc81 uint8_t* message_bytes = GRPC_SLICE_START_PTR(plain); in secure_endpoint_create_fixture_tcp_socketpair() local
87 fake_write_protector, message_bytes, &processed_message_size, cur, in secure_endpoint_create_fixture_tcp_socketpair()
90 message_bytes += processed_message_size; in secure_endpoint_create_fixture_tcp_socketpair()
/third_party/mesa3d/src/gallium/targets/libgl-gdi/tests/
Dwgl_tests.cpp162 std::unique_ptr<byte[]> message_bytes(new byte[message_size]); in info_queue_has_swapchain() local
163 D3D12_MESSAGE *message = (D3D12_MESSAGE *)message_bytes.get(); in info_queue_has_swapchain()
/third_party/grpc/test/core/tsi/
Dtransport_security_test_lib.cc200 const unsigned char* message_bytes = (const unsigned char*)message; in tsi_test_frame_protector_send_message_to_peer() local
208 protector, message_bytes, &processed_message_size, protected_buffer, in tsi_test_frame_protector_send_message_to_peer()
214 message_bytes += processed_message_size; in tsi_test_frame_protector_send_message_to_peer()