Home
last modified time | relevance | path

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

/dports/security/putty/putty-0.76/
H A Dssh1bpp.c12 struct ssh1_bpp_state { struct
50 struct ssh1_bpp_state *s = snew(struct ssh1_bpp_state); in ssh1_bpp_new() argument
60 struct ssh1_bpp_state *s = container_of(bpp, struct ssh1_bpp_state, bpp); in ssh1_bpp_free()
79 struct ssh1_bpp_state *s; in ssh1_bpp_new_cipher()
81 s = container_of(bpp, struct ssh1_bpp_state, bpp); in ssh1_bpp_new_cipher()
107 struct ssh1_bpp_state *s; in ssh1_bpp_start_compression()
109 s = container_of(bpp, struct ssh1_bpp_state, bpp); in ssh1_bpp_start_compression()
133 struct ssh1_bpp_state *s = container_of(bpp, struct ssh1_bpp_state, bpp); in ssh1_bpp_handle_input()
299 static void ssh1_bpp_format_packet(struct ssh1_bpp_state *s, PktOut *pkt) in ssh1_bpp_format_packet()
350 struct ssh1_bpp_state *s = container_of(bpp, struct ssh1_bpp_state, bpp); in ssh1_bpp_handle_output()
/dports/security/putty-nogtk/putty-0.76/
H A Dssh1bpp.c12 struct ssh1_bpp_state { struct
50 struct ssh1_bpp_state *s = snew(struct ssh1_bpp_state); in ssh1_bpp_new() argument
60 struct ssh1_bpp_state *s = container_of(bpp, struct ssh1_bpp_state, bpp); in ssh1_bpp_free()
79 struct ssh1_bpp_state *s; in ssh1_bpp_new_cipher()
81 s = container_of(bpp, struct ssh1_bpp_state, bpp); in ssh1_bpp_new_cipher()
107 struct ssh1_bpp_state *s; in ssh1_bpp_start_compression()
109 s = container_of(bpp, struct ssh1_bpp_state, bpp); in ssh1_bpp_start_compression()
133 struct ssh1_bpp_state *s = container_of(bpp, struct ssh1_bpp_state, bpp); in ssh1_bpp_handle_input()
299 static void ssh1_bpp_format_packet(struct ssh1_bpp_state *s, PktOut *pkt) in ssh1_bpp_format_packet()
350 struct ssh1_bpp_state *s = container_of(bpp, struct ssh1_bpp_state, bpp); in ssh1_bpp_handle_output()