Home
last modified time | relevance | path

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

/external/openssh/
Dmonitor.c139 } child_state; variable
1747 packet_set_protocol_flags(child_state.ssh1protoflags); in monitor_apply_keystate()
1748 packet_set_encryption_key(child_state.ssh1key, in monitor_apply_keystate()
1749 child_state.ssh1keylen, child_state.ssh1cipher); in monitor_apply_keystate()
1750 xfree(child_state.ssh1key); in monitor_apply_keystate()
1754 packet_set_keycontext(MODE_OUT, child_state.keyout); in monitor_apply_keystate()
1755 xfree(child_state.keyout); in monitor_apply_keystate()
1756 packet_set_keycontext(MODE_IN, child_state.keyin); in monitor_apply_keystate()
1757 xfree(child_state.keyin); in monitor_apply_keystate()
1760 packet_set_iv(MODE_OUT, child_state.ivout); in monitor_apply_keystate()
[all …]
/external/chromium_org/content/common/
Dpage_state_serialization_unittest.cc178 ExplodedFrameState child_state; in PopulateFrameStateForBackwardsCompatTest() local
179 PopulateFrameStateForBackwardsCompatTest(&child_state, true); in PopulateFrameStateForBackwardsCompatTest()
180 frame_state->children.push_back(child_state); in PopulateFrameStateForBackwardsCompatTest()
282 ExplodedFrameState child_state; in TEST_F() local
283 PopulateFrameState(&child_state); in TEST_F()
284 input.top.children.push_back(child_state); in TEST_F()
302 ExplodedFrameState child_state; in TEST_F() local
303 PopulateFrameState(&child_state); in TEST_F()
307 PopulateHttpBody(&child_state.http_body, &input.referenced_files); in TEST_F()
309 input.top.children.push_back(child_state); in TEST_F()