]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - crypto/openssh/ssh_namespace.h
Upgrade OpenSSH to 7.3p1.
[FreeBSD/stable/10.git] / crypto / openssh / ssh_namespace.h
1 /*
2  * Namespace munging inspired by an equivalent hack in NetBSD's tree: add
3  * the "Fssh_" prefix to every symbol in libssh which doesn't already have
4  * it.  This prevents collisions between symbols in libssh and symbols in
5  * other libraries or applications which link with libssh, either directly
6  * or indirectly (e.g. through PAM loading pam_ssh).
7  *
8  * A list of symbols which need munging is obtained as follows:
9  *
10  # nm libssh.a | LC_ALL=C awk '
11      /^[0-9a-z]+ [Tt] [A-Za-z_][0-9A-Za-z_]*$/ && $3 !~ /^Fssh_/ {
12          printf("#define %-39s Fssh_%s\n", $3, $3)
13      }' | unexpand -a | LC_ALL=C sort -u
14  *
15  * $FreeBSD$
16  */
17
18 #define Blowfish_decipher                       Fssh_Blowfish_decipher
19 #define Blowfish_encipher                       Fssh_Blowfish_encipher
20 #define Blowfish_expand0state                   Fssh_Blowfish_expand0state
21 #define Blowfish_expandstate                    Fssh_Blowfish_expandstate
22 #define Blowfish_initstate                      Fssh_Blowfish_initstate
23 #define Blowfish_stream2word                    Fssh_Blowfish_stream2word
24 #define _ssh__compat_glob                       Fssh__ssh__compat_glob
25 #define _ssh__compat_globfree                   Fssh__ssh__compat_globfree
26 #define _ssh_compat_realpath                    Fssh__ssh_compat_realpath
27 #define _ssh_exchange_banner                    Fssh__ssh_exchange_banner
28 #define _ssh_host_key_sign                      Fssh__ssh_host_key_sign
29 #define _ssh_host_private_key                   Fssh__ssh_host_private_key
30 #define _ssh_host_public_key                    Fssh__ssh_host_public_key
31 #define _ssh_order_hostkeyalgs                  Fssh__ssh_order_hostkeyalgs
32 #define _ssh_read_banner                        Fssh__ssh_read_banner
33 #define _ssh_send_banner                        Fssh__ssh_send_banner
34 #define _ssh_verify_host_key                    Fssh__ssh_verify_host_key
35 #define a2port                                  Fssh_a2port
36 #define a2tun                                   Fssh_a2tun
37 #define add_host_to_hostfile                    Fssh_add_host_to_hostfile
38 #define add_p1p1                                Fssh_add_p1p1
39 #define addargs                                 Fssh_addargs
40 #define addr_match_cidr_list                    Fssh_addr_match_cidr_list
41 #define addr_match_list                         Fssh_addr_match_list
42 #define addr_netmatch                           Fssh_addr_netmatch
43 #define addr_pton                               Fssh_addr_pton
44 #define addr_pton_cidr                          Fssh_addr_pton_cidr
45 #define ask_permission                          Fssh_ask_permission
46 #define atomicio                                Fssh_atomicio
47 #define atomicio6                               Fssh_atomicio6
48 #define atomiciov                               Fssh_atomiciov
49 #define atomiciov6                              Fssh_atomiciov6
50 #define auth_request_forwarding                 Fssh_auth_request_forwarding
51 #define bandwidth_limit                         Fssh_bandwidth_limit
52 #define bandwidth_limit_init                    Fssh_bandwidth_limit_init
53 #define barrett_reduce                          Fssh_barrett_reduce
54 #define bcrypt_hash                             Fssh_bcrypt_hash
55 #define bcrypt_pbkdf                            Fssh_bcrypt_pbkdf
56 #define bf_ssh1_cipher                          Fssh_bf_ssh1_cipher
57 #define bitmap_clear_bit                        Fssh_bitmap_clear_bit
58 #define bitmap_free                             Fssh_bitmap_free
59 #define bitmap_from_string                      Fssh_bitmap_from_string
60 #define bitmap_nbits                            Fssh_bitmap_nbits
61 #define bitmap_nbytes                           Fssh_bitmap_nbytes
62 #define bitmap_new                              Fssh_bitmap_new
63 #define bitmap_set_bit                          Fssh_bitmap_set_bit
64 #define bitmap_test_bit                         Fssh_bitmap_test_bit
65 #define bitmap_to_string                        Fssh_bitmap_to_string
66 #define bitmap_zero                             Fssh_bitmap_zero
67 #define blf_cbc_decrypt                         Fssh_blf_cbc_decrypt
68 #define blf_cbc_encrypt                         Fssh_blf_cbc_encrypt
69 #define blf_dec                                 Fssh_blf_dec
70 #define blf_ecb_decrypt                         Fssh_blf_ecb_decrypt
71 #define blf_ecb_encrypt                         Fssh_blf_ecb_encrypt
72 #define blf_enc                                 Fssh_blf_enc
73 #define blf_key                                 Fssh_blf_key
74 #define buffer_append                           Fssh_buffer_append
75 #define buffer_append_space                     Fssh_buffer_append_space
76 #define buffer_check_alloc                      Fssh_buffer_check_alloc
77 #define buffer_consume                          Fssh_buffer_consume
78 #define buffer_consume_end                      Fssh_buffer_consume_end
79 #define buffer_consume_end_ret                  Fssh_buffer_consume_end_ret
80 #define buffer_consume_ret                      Fssh_buffer_consume_ret
81 #define buffer_get                              Fssh_buffer_get
82 #define buffer_get_bignum                       Fssh_buffer_get_bignum
83 #define buffer_get_bignum2                      Fssh_buffer_get_bignum2
84 #define buffer_get_bignum2_ret                  Fssh_buffer_get_bignum2_ret
85 #define buffer_get_bignum_ret                   Fssh_buffer_get_bignum_ret
86 #define buffer_get_char                         Fssh_buffer_get_char
87 #define buffer_get_char_ret                     Fssh_buffer_get_char_ret
88 #define buffer_get_cstring                      Fssh_buffer_get_cstring
89 #define buffer_get_cstring_ret                  Fssh_buffer_get_cstring_ret
90 #define buffer_get_ecpoint                      Fssh_buffer_get_ecpoint
91 #define buffer_get_ecpoint_ret                  Fssh_buffer_get_ecpoint_ret
92 #define buffer_get_int                          Fssh_buffer_get_int
93 #define buffer_get_int64                        Fssh_buffer_get_int64
94 #define buffer_get_int64_ret                    Fssh_buffer_get_int64_ret
95 #define buffer_get_int_ret                      Fssh_buffer_get_int_ret
96 #define buffer_get_ret                          Fssh_buffer_get_ret
97 #define buffer_get_short                        Fssh_buffer_get_short
98 #define buffer_get_short_ret                    Fssh_buffer_get_short_ret
99 #define buffer_get_string                       Fssh_buffer_get_string
100 #define buffer_get_string_ptr                   Fssh_buffer_get_string_ptr
101 #define buffer_get_string_ptr_ret               Fssh_buffer_get_string_ptr_ret
102 #define buffer_get_string_ret                   Fssh_buffer_get_string_ret
103 #define buffer_put_bignum                       Fssh_buffer_put_bignum
104 #define buffer_put_bignum2                      Fssh_buffer_put_bignum2
105 #define buffer_put_bignum2_from_string          Fssh_buffer_put_bignum2_from_string
106 #define buffer_put_bignum2_ret                  Fssh_buffer_put_bignum2_ret
107 #define buffer_put_bignum_ret                   Fssh_buffer_put_bignum_ret
108 #define buffer_put_char                         Fssh_buffer_put_char
109 #define buffer_put_cstring                      Fssh_buffer_put_cstring
110 #define buffer_put_ecpoint                      Fssh_buffer_put_ecpoint
111 #define buffer_put_ecpoint_ret                  Fssh_buffer_put_ecpoint_ret
112 #define buffer_put_int                          Fssh_buffer_put_int
113 #define buffer_put_int64                        Fssh_buffer_put_int64
114 #define buffer_put_short                        Fssh_buffer_put_short
115 #define buffer_put_string                       Fssh_buffer_put_string
116 #define cert_free                               Fssh_cert_free
117 #define cert_new                                Fssh_cert_new
118 #define chacha_encrypt_bytes                    Fssh_chacha_encrypt_bytes
119 #define chacha_ivsetup                          Fssh_chacha_ivsetup
120 #define chacha_keysetup                         Fssh_chacha_keysetup
121 #define chachapoly_crypt                        Fssh_chachapoly_crypt
122 #define chachapoly_get_length                   Fssh_chachapoly_get_length
123 #define chachapoly_init                         Fssh_chachapoly_init
124 #define chan_ibuf_empty                         Fssh_chan_ibuf_empty
125 #define chan_is_dead                            Fssh_chan_is_dead
126 #define chan_mark_dead                          Fssh_chan_mark_dead
127 #define chan_obuf_empty                         Fssh_chan_obuf_empty
128 #define chan_rcvd_eow                           Fssh_chan_rcvd_eow
129 #define chan_rcvd_ieof                          Fssh_chan_rcvd_ieof
130 #define chan_rcvd_oclose                        Fssh_chan_rcvd_oclose
131 #define chan_read_failed                        Fssh_chan_read_failed
132 #define chan_send_eof2                          Fssh_chan_send_eof2
133 #define chan_send_ieof1                         Fssh_chan_send_ieof1
134 #define chan_send_oclose1                       Fssh_chan_send_oclose1
135 #define chan_shutdown_read                      Fssh_chan_shutdown_read
136 #define chan_shutdown_write                     Fssh_chan_shutdown_write
137 #define chan_write_failed                       Fssh_chan_write_failed
138 #define channel_add_adm_permitted_opens         Fssh_channel_add_adm_permitted_opens
139 #define channel_add_permitted_opens             Fssh_channel_add_permitted_opens
140 #define channel_after_select                    Fssh_channel_after_select
141 #define channel_by_id                           Fssh_channel_by_id
142 #define channel_cancel_cleanup                  Fssh_channel_cancel_cleanup
143 #define channel_cancel_lport_listener           Fssh_channel_cancel_lport_listener
144 #define channel_cancel_rport_listener           Fssh_channel_cancel_rport_listener
145 #define channel_clear_adm_permitted_opens       Fssh_channel_clear_adm_permitted_opens
146 #define channel_clear_permitted_opens           Fssh_channel_clear_permitted_opens
147 #define channel_close_all                       Fssh_channel_close_all
148 #define channel_close_fd                        Fssh_channel_close_fd
149 #define channel_close_fds                       Fssh_channel_close_fds
150 #define channel_connect_by_listen_address       Fssh_channel_connect_by_listen_address
151 #define channel_connect_by_listen_path          Fssh_channel_connect_by_listen_path
152 #define channel_connect_stdio_fwd               Fssh_channel_connect_stdio_fwd
153 #define channel_connect_to_path                 Fssh_channel_connect_to_path
154 #define channel_connect_to_port                 Fssh_channel_connect_to_port
155 #define channel_disable_adm_local_opens         Fssh_channel_disable_adm_local_opens
156 #define channel_find_open                       Fssh_channel_find_open
157 #define channel_free                            Fssh_channel_free
158 #define channel_free_all                        Fssh_channel_free_all
159 #define channel_fwd_bind_addr                   Fssh_channel_fwd_bind_addr
160 #define channel_handler                         Fssh_channel_handler
161 #define channel_input_close                     Fssh_channel_input_close
162 #define channel_input_close_confirmation        Fssh_channel_input_close_confirmation
163 #define channel_input_data                      Fssh_channel_input_data
164 #define channel_input_extended_data             Fssh_channel_input_extended_data
165 #define channel_input_ieof                      Fssh_channel_input_ieof
166 #define channel_input_oclose                    Fssh_channel_input_oclose
167 #define channel_input_open_confirmation         Fssh_channel_input_open_confirmation
168 #define channel_input_open_failure              Fssh_channel_input_open_failure
169 #define channel_input_port_forward_request      Fssh_channel_input_port_forward_request
170 #define channel_input_port_open                 Fssh_channel_input_port_open
171 #define channel_input_status_confirm            Fssh_channel_input_status_confirm
172 #define channel_input_window_adjust             Fssh_channel_input_window_adjust
173 #define channel_lookup                          Fssh_channel_lookup
174 #define channel_new                             Fssh_channel_new
175 #define channel_not_very_much_buffered_data     Fssh_channel_not_very_much_buffered_data
176 #define channel_open_message                    Fssh_channel_open_message
177 #define channel_output_poll                     Fssh_channel_output_poll
178 #define channel_permit_all_opens                Fssh_channel_permit_all_opens
179 #define channel_post_auth_listener              Fssh_channel_post_auth_listener
180 #define channel_post_connecting                 Fssh_channel_post_connecting
181 #define channel_post_mux_client                 Fssh_channel_post_mux_client
182 #define channel_post_mux_listener               Fssh_channel_post_mux_listener
183 #define channel_post_open                       Fssh_channel_post_open
184 #define channel_post_output_drain_13            Fssh_channel_post_output_drain_13
185 #define channel_post_port_listener              Fssh_channel_post_port_listener
186 #define channel_post_x11_listener               Fssh_channel_post_x11_listener
187 #define channel_pre_connecting                  Fssh_channel_pre_connecting
188 #define channel_pre_dynamic                     Fssh_channel_pre_dynamic
189 #define channel_pre_input_draining              Fssh_channel_pre_input_draining
190 #define channel_pre_listener                    Fssh_channel_pre_listener
191 #define channel_pre_mux_client                  Fssh_channel_pre_mux_client
192 #define channel_pre_open                        Fssh_channel_pre_open
193 #define channel_pre_open_13                     Fssh_channel_pre_open_13
194 #define channel_pre_output_draining             Fssh_channel_pre_output_draining
195 #define channel_pre_x11_open                    Fssh_channel_pre_x11_open
196 #define channel_pre_x11_open_13                 Fssh_channel_pre_x11_open_13
197 #define channel_prepare_select                  Fssh_channel_prepare_select
198 #define channel_print_adm_permitted_opens       Fssh_channel_print_adm_permitted_opens
199 #define channel_register_cleanup                Fssh_channel_register_cleanup
200 #define channel_register_fds                    Fssh_channel_register_fds
201 #define channel_register_filter                 Fssh_channel_register_filter
202 #define channel_register_open_confirm           Fssh_channel_register_open_confirm
203 #define channel_register_status_confirm         Fssh_channel_register_status_confirm
204 #define channel_request_remote_forwarding       Fssh_channel_request_remote_forwarding
205 #define channel_request_rforward_cancel         Fssh_channel_request_rforward_cancel
206 #define channel_request_start                   Fssh_channel_request_start
207 #define channel_send_open                       Fssh_channel_send_open
208 #define channel_send_window_changes             Fssh_channel_send_window_changes
209 #define channel_set_af                          Fssh_channel_set_af
210 #define channel_set_fds                         Fssh_channel_set_fds
211 #define channel_set_x11_refuse_time             Fssh_channel_set_x11_refuse_time
212 #define channel_setup_fwd_listener_streamlocal  Fssh_channel_setup_fwd_listener_streamlocal
213 #define channel_setup_fwd_listener_tcpip        Fssh_channel_setup_fwd_listener_tcpip
214 #define channel_setup_local_fwd_listener        Fssh_channel_setup_local_fwd_listener
215 #define channel_setup_remote_fwd_listener       Fssh_channel_setup_remote_fwd_listener
216 #define channel_still_open                      Fssh_channel_still_open
217 #define channel_stop_listening                  Fssh_channel_stop_listening
218 #define channel_update_permitted_opens          Fssh_channel_update_permitted_opens
219 #define check_crc                               Fssh_check_crc
220 #define check_hostkeys_by_key_or_type           Fssh_check_hostkeys_by_key_or_type
221 #define check_key_in_hostkeys                   Fssh_check_key_in_hostkeys
222 #define choose_dh                               Fssh_choose_dh
223 #define choose_t                                Fssh_choose_t
224 #define chop                                    Fssh_chop
225 #define cipher_alg_list                         Fssh_cipher_alg_list
226 #define cipher_authlen                          Fssh_cipher_authlen
227 #define cipher_blocksize                        Fssh_cipher_blocksize
228 #define cipher_by_name                          Fssh_cipher_by_name
229 #define cipher_by_number                        Fssh_cipher_by_number
230 #define cipher_cleanup                          Fssh_cipher_cleanup
231 #define cipher_crypt                            Fssh_cipher_crypt
232 #define cipher_get_keycontext                   Fssh_cipher_get_keycontext
233 #define cipher_get_keyiv                        Fssh_cipher_get_keyiv
234 #define cipher_get_keyiv_len                    Fssh_cipher_get_keyiv_len
235 #define cipher_get_length                       Fssh_cipher_get_length
236 #define cipher_get_number                       Fssh_cipher_get_number
237 #define cipher_init                             Fssh_cipher_init
238 #define cipher_is_cbc                           Fssh_cipher_is_cbc
239 #define cipher_ivlen                            Fssh_cipher_ivlen
240 #define cipher_keylen                           Fssh_cipher_keylen
241 #define cipher_mask_ssh1                        Fssh_cipher_mask_ssh1
242 #define cipher_name                             Fssh_cipher_name
243 #define cipher_number                           Fssh_cipher_number
244 #define cipher_seclen                           Fssh_cipher_seclen
245 #define cipher_set_key_string                   Fssh_cipher_set_key_string
246 #define cipher_set_keycontext                   Fssh_cipher_set_keycontext
247 #define cipher_set_keyiv                        Fssh_cipher_set_keyiv
248 #define cipher_warning_message                  Fssh_cipher_warning_message
249 #define ciphers_valid                           Fssh_ciphers_valid
250 #define cleanhostname                           Fssh_cleanhostname
251 #define cleanup_exit                            Fssh_cleanup_exit
252 #define colon                                   Fssh_colon
253 #define compare                                 Fssh_compare
254 #define compare_gps                             Fssh_compare_gps
255 #define compat_cipher_proposal                  Fssh_compat_cipher_proposal
256 #define compat_datafellows                      Fssh_compat_datafellows
257 #define compat_kex_proposal                     Fssh_compat_kex_proposal
258 #define compat_pkalg_proposal                   Fssh_compat_pkalg_proposal
259 #define compress_buffer                         Fssh_compress_buffer
260 #define connect_next                            Fssh_connect_next
261 #define connect_to                              Fssh_connect_to
262 #define convtime                                Fssh_convtime
263 #define crypto_hash_sha512                      Fssh_crypto_hash_sha512
264 #define crypto_hashblocks_sha512                Fssh_crypto_hashblocks_sha512
265 #define crypto_scalarmult_curve25519            Fssh_crypto_scalarmult_curve25519
266 #define crypto_sign_ed25519                     Fssh_crypto_sign_ed25519
267 #define crypto_sign_ed25519_keypair             Fssh_crypto_sign_ed25519_keypair
268 #define crypto_sign_ed25519_open                Fssh_crypto_sign_ed25519_open
269 #define crypto_sign_ed25519_ref_double_scalarmult_vartime Fssh_crypto_sign_ed25519_ref_double_scalarmult_vartime
270 #define crypto_sign_ed25519_ref_fe25519_add     Fssh_crypto_sign_ed25519_ref_fe25519_add
271 #define crypto_sign_ed25519_ref_fe25519_cmov    Fssh_crypto_sign_ed25519_ref_fe25519_cmov
272 #define crypto_sign_ed25519_ref_fe25519_freeze  Fssh_crypto_sign_ed25519_ref_fe25519_freeze
273 #define crypto_sign_ed25519_ref_fe25519_getparity Fssh_crypto_sign_ed25519_ref_fe25519_getparity
274 #define crypto_sign_ed25519_ref_fe25519_invert  Fssh_crypto_sign_ed25519_ref_fe25519_invert
275 #define crypto_sign_ed25519_ref_fe25519_iseq_vartime Fssh_crypto_sign_ed25519_ref_fe25519_iseq_vartime
276 #define crypto_sign_ed25519_ref_fe25519_iszero  Fssh_crypto_sign_ed25519_ref_fe25519_iszero
277 #define crypto_sign_ed25519_ref_fe25519_mul     Fssh_crypto_sign_ed25519_ref_fe25519_mul
278 #define crypto_sign_ed25519_ref_fe25519_neg     Fssh_crypto_sign_ed25519_ref_fe25519_neg
279 #define crypto_sign_ed25519_ref_fe25519_pack    Fssh_crypto_sign_ed25519_ref_fe25519_pack
280 #define crypto_sign_ed25519_ref_fe25519_pow2523 Fssh_crypto_sign_ed25519_ref_fe25519_pow2523
281 #define crypto_sign_ed25519_ref_fe25519_setone  Fssh_crypto_sign_ed25519_ref_fe25519_setone
282 #define crypto_sign_ed25519_ref_fe25519_setzero Fssh_crypto_sign_ed25519_ref_fe25519_setzero
283 #define crypto_sign_ed25519_ref_fe25519_square  Fssh_crypto_sign_ed25519_ref_fe25519_square
284 #define crypto_sign_ed25519_ref_fe25519_sub     Fssh_crypto_sign_ed25519_ref_fe25519_sub
285 #define crypto_sign_ed25519_ref_fe25519_unpack  Fssh_crypto_sign_ed25519_ref_fe25519_unpack
286 #define crypto_sign_ed25519_ref_isneutral_vartime Fssh_crypto_sign_ed25519_ref_isneutral_vartime
287 #define crypto_sign_ed25519_ref_pack            Fssh_crypto_sign_ed25519_ref_pack
288 #define crypto_sign_ed25519_ref_sc25519_2interleave2 Fssh_crypto_sign_ed25519_ref_sc25519_2interleave2
289 #define crypto_sign_ed25519_ref_sc25519_add     Fssh_crypto_sign_ed25519_ref_sc25519_add
290 #define crypto_sign_ed25519_ref_sc25519_from32bytes Fssh_crypto_sign_ed25519_ref_sc25519_from32bytes
291 #define crypto_sign_ed25519_ref_sc25519_from64bytes Fssh_crypto_sign_ed25519_ref_sc25519_from64bytes
292 #define crypto_sign_ed25519_ref_sc25519_from_shortsc Fssh_crypto_sign_ed25519_ref_sc25519_from_shortsc
293 #define crypto_sign_ed25519_ref_sc25519_isshort_vartime Fssh_crypto_sign_ed25519_ref_sc25519_isshort_vartime
294 #define crypto_sign_ed25519_ref_sc25519_iszero_vartime Fssh_crypto_sign_ed25519_ref_sc25519_iszero_vartime
295 #define crypto_sign_ed25519_ref_sc25519_lt_vartime Fssh_crypto_sign_ed25519_ref_sc25519_lt_vartime
296 #define crypto_sign_ed25519_ref_sc25519_mul     Fssh_crypto_sign_ed25519_ref_sc25519_mul
297 #define crypto_sign_ed25519_ref_sc25519_mul_shortsc Fssh_crypto_sign_ed25519_ref_sc25519_mul_shortsc
298 #define crypto_sign_ed25519_ref_sc25519_sub_nored Fssh_crypto_sign_ed25519_ref_sc25519_sub_nored
299 #define crypto_sign_ed25519_ref_sc25519_to32bytes Fssh_crypto_sign_ed25519_ref_sc25519_to32bytes
300 #define crypto_sign_ed25519_ref_sc25519_window3 Fssh_crypto_sign_ed25519_ref_sc25519_window3
301 #define crypto_sign_ed25519_ref_sc25519_window5 Fssh_crypto_sign_ed25519_ref_sc25519_window5
302 #define crypto_sign_ed25519_ref_scalarmult_base Fssh_crypto_sign_ed25519_ref_scalarmult_base
303 #define crypto_sign_ed25519_ref_shortsc25519_from16bytes Fssh_crypto_sign_ed25519_ref_shortsc25519_from16bytes
304 #define crypto_sign_ed25519_ref_unpackneg_vartime Fssh_crypto_sign_ed25519_ref_unpackneg_vartime
305 #define crypto_verify_32                        Fssh_crypto_verify_32
306 #define dbl_p1p1                                Fssh_dbl_p1p1
307 #define deattack_init                           Fssh_deattack_init
308 #define debug                                   Fssh_debug
309 #define debug2                                  Fssh_debug2
310 #define debug3                                  Fssh_debug3
311 #define deny_input_open                         Fssh_deny_input_open
312 #define derive_ssh1_session_id                  Fssh_derive_ssh1_session_id
313 #define detect_attack                           Fssh_detect_attack
314 #define dh_estimate                             Fssh_dh_estimate
315 #define dh_gen_key                              Fssh_dh_gen_key
316 #define dh_new_group                            Fssh_dh_new_group
317 #define dh_new_group1                           Fssh_dh_new_group1
318 #define dh_new_group14                          Fssh_dh_new_group14
319 #define dh_new_group16                          Fssh_dh_new_group16
320 #define dh_new_group18                          Fssh_dh_new_group18
321 #define dh_new_group_asc                        Fssh_dh_new_group_asc
322 #define dh_new_group_fallback                   Fssh_dh_new_group_fallback
323 #define dh_pub_is_valid                         Fssh_dh_pub_is_valid
324 #define dispatch_protocol_error                 Fssh_dispatch_protocol_error
325 #define dispatch_protocol_ignore                Fssh_dispatch_protocol_ignore
326 #define dns_read_key                            Fssh_dns_read_key
327 #define do_log                                  Fssh_do_log
328 #define do_log2                                 Fssh_do_log2
329 #define dump_base64                             Fssh_dump_base64
330 #define enable_compat13                         Fssh_enable_compat13
331 #define enable_compat20                         Fssh_enable_compat20
332 #define error                                   Fssh_error
333 #define evp_ssh1_3des                           Fssh_evp_ssh1_3des
334 #define evp_ssh1_bf                             Fssh_evp_ssh1_bf
335 #define explicit_bzero                          Fssh_explicit_bzero
336 #define export_dns_rr                           Fssh_export_dns_rr
337 #define fatal                                   Fssh_fatal
338 #define filter_proposal                         Fssh_filter_proposal
339 #define fingerprint_b64                         Fssh_fingerprint_b64
340 #define fingerprint_hex                         Fssh_fingerprint_hex
341 #define fmt_scaled                              Fssh_fmt_scaled
342 #define forward_equals                          Fssh_forward_equals
343 #define free_hostkeys                           Fssh_free_hostkeys
344 #define freeargs                                Fssh_freeargs
345 #define freerrset                               Fssh_freerrset
346 #define gen_candidates                          Fssh_gen_candidates
347 #define get_local_ipaddr                        Fssh_get_local_ipaddr
348 #define get_local_name                          Fssh_get_local_name
349 #define get_local_port                          Fssh_get_local_port
350 #define get_peer_ipaddr                         Fssh_get_peer_ipaddr
351 #define get_peer_port                           Fssh_get_peer_port
352 #define get_sock_port                           Fssh_get_sock_port
353 #define get_socket_address                      Fssh_get_socket_address
354 #define get_u16                                 Fssh_get_u16
355 #define get_u32                                 Fssh_get_u32
356 #define get_u32_le                              Fssh_get_u32_le
357 #define get_u64                                 Fssh_get_u64
358 #define getrrsetbyname                          Fssh_getrrsetbyname
359 #define glob0                                   Fssh_glob0
360 #define glob2                                   Fssh_glob2
361 #define globexp1                                Fssh_globexp1
362 #define globextend                              Fssh_globextend
363 #define host_delete                             Fssh_host_delete
364 #define host_hash                               Fssh_host_hash
365 #define hostfile_read_key                       Fssh_hostfile_read_key
366 #define hostfile_replace_entries                Fssh_hostfile_replace_entries
367 #define hostkeys_foreach                        Fssh_hostkeys_foreach
368 #define hpdelim                                 Fssh_hpdelim
369 #define init_hostkeys                           Fssh_init_hostkeys
370 #define input_kex_c25519_init                   Fssh_input_kex_c25519_init
371 #define input_kex_c25519_reply                  Fssh_input_kex_c25519_reply
372 #define input_kex_dh                            Fssh_input_kex_dh
373 #define input_kex_dh_gex_group                  Fssh_input_kex_dh_gex_group
374 #define input_kex_dh_gex_init                   Fssh_input_kex_dh_gex_init
375 #define input_kex_dh_gex_reply                  Fssh_input_kex_dh_gex_reply
376 #define input_kex_dh_gex_request                Fssh_input_kex_dh_gex_request
377 #define input_kex_dh_init                       Fssh_input_kex_dh_init
378 #define input_kex_ecdh_init                     Fssh_input_kex_ecdh_init
379 #define input_kex_ecdh_reply                    Fssh_input_kex_ecdh_reply
380 #define iptos2str                               Fssh_iptos2str
381 #define ipv64_normalise_mapped                  Fssh_ipv64_normalise_mapped
382 #define is_key_revoked                          Fssh_is_key_revoked
383 #define kex_alg_list                            Fssh_kex_alg_list
384 #define kex_assemble_names                      Fssh_kex_assemble_names
385 #define kex_buf2prop                            Fssh_kex_buf2prop
386 #define kex_c25519_hash                         Fssh_kex_c25519_hash
387 #define kex_derive_keys                         Fssh_kex_derive_keys
388 #define kex_derive_keys_bn                      Fssh_kex_derive_keys_bn
389 #define kex_dh_hash                             Fssh_kex_dh_hash
390 #define kex_ecdh_hash                           Fssh_kex_ecdh_hash
391 #define kex_free                                Fssh_kex_free
392 #define kex_free_newkeys                        Fssh_kex_free_newkeys
393 #define kex_input_ext_info                      Fssh_kex_input_ext_info
394 #define kex_input_kexinit                       Fssh_kex_input_kexinit
395 #define kex_input_newkeys                       Fssh_kex_input_newkeys
396 #define kex_names_cat                           Fssh_kex_names_cat
397 #define kex_names_valid                         Fssh_kex_names_valid
398 #define kex_new                                 Fssh_kex_new
399 #define kex_prop2buf                            Fssh_kex_prop2buf
400 #define kex_prop_free                           Fssh_kex_prop_free
401 #define kex_protocol_error                      Fssh_kex_protocol_error
402 #define kex_send_kexinit                        Fssh_kex_send_kexinit
403 #define kex_send_newkeys                        Fssh_kex_send_newkeys
404 #define kex_setup                               Fssh_kex_setup
405 #define kex_start_rekex                         Fssh_kex_start_rekex
406 #define kexc25519_client                        Fssh_kexc25519_client
407 #define kexc25519_keygen                        Fssh_kexc25519_keygen
408 #define kexc25519_server                        Fssh_kexc25519_server
409 #define kexc25519_shared_key                    Fssh_kexc25519_shared_key
410 #define kexdh_client                            Fssh_kexdh_client
411 #define kexdh_server                            Fssh_kexdh_server
412 #define kexecdh_client                          Fssh_kexecdh_client
413 #define kexecdh_server                          Fssh_kexecdh_server
414 #define kexgex_client                           Fssh_kexgex_client
415 #define kexgex_hash                             Fssh_kexgex_hash
416 #define kexgex_server                           Fssh_kexgex_server
417 #define key_add_private                         Fssh_key_add_private
418 #define key_alg_list                            Fssh_key_alg_list
419 #define key_cert_check_authority                Fssh_key_cert_check_authority
420 #define key_cert_copy                           Fssh_key_cert_copy
421 #define key_certify                             Fssh_key_certify
422 #define key_demote                              Fssh_key_demote
423 #define key_drop_cert                           Fssh_key_drop_cert
424 #define key_ec_validate_private                 Fssh_key_ec_validate_private
425 #define key_ec_validate_public                  Fssh_key_ec_validate_public
426 #define key_from_blob                           Fssh_key_from_blob
427 #define key_from_private                        Fssh_key_from_private
428 #define key_generate                            Fssh_key_generate
429 #define key_load_cert                           Fssh_key_load_cert
430 #define key_load_file                           Fssh_key_load_file
431 #define key_load_private                        Fssh_key_load_private
432 #define key_load_private_cert                   Fssh_key_load_private_cert
433 #define key_load_private_type                   Fssh_key_load_private_type
434 #define key_load_public                         Fssh_key_load_public
435 #define key_new_private                         Fssh_key_new_private
436 #define key_perm_ok                             Fssh_key_perm_ok
437 #define key_private_deserialize                 Fssh_key_private_deserialize
438 #define key_private_serialize                   Fssh_key_private_serialize
439 #define key_read                                Fssh_key_read
440 #define key_save_private                        Fssh_key_save_private
441 #define key_sign                                Fssh_key_sign
442 #define key_to_blob                             Fssh_key_to_blob
443 #define key_to_certified                        Fssh_key_to_certified
444 #define key_verify                              Fssh_key_verify
445 #define key_write                               Fssh_key_write
446 #define load_hostkeys                           Fssh_load_hostkeys
447 #define log_change_level                        Fssh_log_change_level
448 #define log_facility_name                       Fssh_log_facility_name
449 #define log_facility_number                     Fssh_log_facility_number
450 #define log_init                                Fssh_log_init
451 #define log_is_on_stderr                        Fssh_log_is_on_stderr
452 #define log_level_name                          Fssh_log_level_name
453 #define log_level_number                        Fssh_log_level_number
454 #define log_redirect_stderr_to                  Fssh_log_redirect_stderr_to
455 #define logdie                                  Fssh_logdie
456 #define logit                                   Fssh_logit
457 #define lookup_key_in_hostkeys_by_type          Fssh_lookup_key_in_hostkeys_by_type
458 #define lowercase                               Fssh_lowercase
459 #define mac_alg_list                            Fssh_mac_alg_list
460 #define mac_check                               Fssh_mac_check
461 #define mac_clear                               Fssh_mac_clear
462 #define mac_compute                             Fssh_mac_compute
463 #define mac_init                                Fssh_mac_init
464 #define mac_setup                               Fssh_mac_setup
465 #define mac_valid                               Fssh_mac_valid
466 #define match                                   Fssh_match
467 #define match_host_and_ip                       Fssh_match_host_and_ip
468 #define match_hostname                          Fssh_match_hostname
469 #define match_list                              Fssh_match_list
470 #define match_maybe_hashed                      Fssh_match_maybe_hashed
471 #define match_pattern                           Fssh_match_pattern
472 #define match_pattern_list                      Fssh_match_pattern_list
473 #define match_user                              Fssh_match_user
474 #define mktemp_proto                            Fssh_mktemp_proto
475 #define mm_choose_dh                            Fssh_mm_choose_dh
476 #define mm_receive_fd                           Fssh_mm_receive_fd
477 #define mm_send_fd                              Fssh_mm_send_fd
478 #define mm_sshkey_sign                          Fssh_mm_sshkey_sign
479 #define monotime                                Fssh_monotime
480 #define monotime_double                         Fssh_monotime_double
481 #define ms_subtract_diff                        Fssh_ms_subtract_diff
482 #define ms_to_timeval                           Fssh_ms_to_timeval
483 #define mult                                    Fssh_mult
484 #define mysignal                                Fssh_mysignal
485 #define newkeys_from_blob                       Fssh_newkeys_from_blob
486 #define newkeys_to_blob                         Fssh_newkeys_to_blob
487 #define nh_aux                                  Fssh_nh_aux
488 #define nh_final                                Fssh_nh_final
489 #define nh_update                               Fssh_nh_update
490 #define packet_close                            Fssh_packet_close
491 #define packet_disconnect                       Fssh_packet_disconnect
492 #define packet_get_char                         Fssh_packet_get_char
493 #define packet_get_int                          Fssh_packet_get_int
494 #define packet_process_incoming                 Fssh_packet_process_incoming
495 #define packet_read_expect                      Fssh_packet_read_expect
496 #define packet_read_poll_seqnr                  Fssh_packet_read_poll_seqnr
497 #define packet_read_seqnr                       Fssh_packet_read_seqnr
498 #define packet_send_debug                       Fssh_packet_send_debug
499 #define packet_set_connection                   Fssh_packet_set_connection
500 #define packet_write_poll                       Fssh_packet_write_poll
501 #define packet_write_wait                       Fssh_packet_write_wait
502 #define parse_ipqos                             Fssh_parse_ipqos
503 #define parse_prime                             Fssh_parse_prime
504 #define parse_user_host_port                    Fssh_parse_user_host_port
505 #define percent_expand                          Fssh_percent_expand
506 #define permanently_drop_suid                   Fssh_permanently_drop_suid
507 #define permanently_set_uid                     Fssh_permanently_set_uid
508 #define permitopen_port                         Fssh_permitopen_port
509 #define pkcs11_add_provider                     Fssh_pkcs11_add_provider
510 #define pkcs11_del_provider                     Fssh_pkcs11_del_provider
511 #define pkcs11_fetch_keys_filter                Fssh_pkcs11_fetch_keys_filter
512 #define pkcs11_find                             Fssh_pkcs11_find
513 #define pkcs11_init                             Fssh_pkcs11_init
514 #define pkcs11_provider_finalize                Fssh_pkcs11_provider_finalize
515 #define pkcs11_provider_unref                   Fssh_pkcs11_provider_unref
516 #define pkcs11_rsa_finish                       Fssh_pkcs11_rsa_finish
517 #define pkcs11_rsa_private_decrypt              Fssh_pkcs11_rsa_private_decrypt
518 #define pkcs11_rsa_private_encrypt              Fssh_pkcs11_rsa_private_encrypt
519 #define pkcs11_terminate                        Fssh_pkcs11_terminate
520 #define plain_key_blob                          Fssh_plain_key_blob
521 #define platform_pledge_agent                   Fssh_platform_pledge_agent
522 #define platform_pledge_mux                     Fssh_platform_pledge_mux
523 #define platform_pledge_sftp_server             Fssh_platform_pledge_sftp_server
524 #define pledge                                  Fssh_pledge
525 #define poly1305_auth                           Fssh_poly1305_auth
526 #define poly64                                  Fssh_poly64
527 #define poly_hash                               Fssh_poly_hash
528 #define port_open_helper                        Fssh_port_open_helper
529 #define prime_test                              Fssh_prime_test
530 #define proto_spec                              Fssh_proto_spec
531 #define put_bitmap                              Fssh_put_bitmap
532 #define put_host_port                           Fssh_put_host_port
533 #define put_u16                                 Fssh_put_u16
534 #define put_u32                                 Fssh_put_u32
535 #define put_u32_le                              Fssh_put_u32_le
536 #define put_u64                                 Fssh_put_u64
537 #define pwcopy                                  Fssh_pwcopy
538 #define qfileout                                Fssh_qfileout
539 #define read_keyfile_line                       Fssh_read_keyfile_line
540 #define read_mux                                Fssh_read_mux
541 #define read_passphrase                         Fssh_read_passphrase
542 #define reallocarray                            Fssh_reallocarray
543 #define record_hostkey                          Fssh_record_hostkey
544 #define reduce_add_sub                          Fssh_reduce_add_sub
545 #define refresh_progress_meter                  Fssh_refresh_progress_meter
546 #define replacearg                              Fssh_replacearg
547 #define restore_uid                             Fssh_restore_uid
548 #define revoke_blob                             Fssh_revoke_blob
549 #define revoked_blob_tree_RB_REMOVE             Fssh_revoked_blob_tree_RB_REMOVE
550 #define revoked_certs_for_ca_key                Fssh_revoked_certs_for_ca_key
551 #define revoked_serial_tree_RB_REMOVE           Fssh_revoked_serial_tree_RB_REMOVE
552 #define rijndaelEncrypt                         Fssh_rijndaelEncrypt
553 #define rijndaelKeySetupEnc                     Fssh_rijndaelKeySetupEnc
554 #define rsa_generate_additional_parameters      Fssh_rsa_generate_additional_parameters
555 #define rsa_private_decrypt                     Fssh_rsa_private_decrypt
556 #define rsa_public_encrypt                      Fssh_rsa_public_encrypt
557 #define sanitise_stdfd                          Fssh_sanitise_stdfd
558 #define scan_scaled                             Fssh_scan_scaled
559 #define seed_rng                                Fssh_seed_rng
560 #define set_log_handler                         Fssh_set_log_handler
561 #define set_nodelay                             Fssh_set_nodelay
562 #define set_nonblock                            Fssh_set_nonblock
563 #define shadow_pw                               Fssh_shadow_pw
564 #define sieve_large                             Fssh_sieve_large
565 #define sig_winch                               Fssh_sig_winch
566 #define sigdie                                  Fssh_sigdie
567 #define sock_set_v6only                         Fssh_sock_set_v6only
568 #define square                                  Fssh_square
569 #define ssh1_3des_cbc                           Fssh_ssh1_3des_cbc
570 #define ssh1_3des_cleanup                       Fssh_ssh1_3des_cleanup
571 #define ssh1_3des_init                          Fssh_ssh1_3des_init
572 #define ssh1_3des_iv                            Fssh_ssh1_3des_iv
573 #define ssh_OpenSSL_add_all_algorithms          Fssh_ssh_OpenSSL_add_all_algorithms
574 #define ssh_add_hostkey                         Fssh_ssh_add_hostkey
575 #define ssh_add_identity_constrained            Fssh_ssh_add_identity_constrained
576 #define ssh_agent_sign                          Fssh_ssh_agent_sign
577 #define ssh_alloc_session_state                 Fssh_ssh_alloc_session_state
578 #define ssh_close_authentication_socket         Fssh_ssh_close_authentication_socket
579 #define ssh_compatible_openssl                  Fssh_ssh_compatible_openssl
580 #define ssh_crc32                               Fssh_ssh_crc32
581 #define ssh_decrypt_challenge                   Fssh_ssh_decrypt_challenge
582 #define ssh_digest_alg_by_name                  Fssh_ssh_digest_alg_by_name
583 #define ssh_digest_alg_name                     Fssh_ssh_digest_alg_name
584 #define ssh_digest_blocksize                    Fssh_ssh_digest_blocksize
585 #define ssh_digest_buffer                       Fssh_ssh_digest_buffer
586 #define ssh_digest_bytes                        Fssh_ssh_digest_bytes
587 #define ssh_digest_copy_state                   Fssh_ssh_digest_copy_state
588 #define ssh_digest_final                        Fssh_ssh_digest_final
589 #define ssh_digest_free                         Fssh_ssh_digest_free
590 #define ssh_digest_memory                       Fssh_ssh_digest_memory
591 #define ssh_digest_start                        Fssh_ssh_digest_start
592 #define ssh_digest_update                       Fssh_ssh_digest_update
593 #define ssh_digest_update_buffer                Fssh_ssh_digest_update_buffer
594 #define ssh_dispatch_init                       Fssh_ssh_dispatch_init
595 #define ssh_dispatch_range                      Fssh_ssh_dispatch_range
596 #define ssh_dispatch_run                        Fssh_ssh_dispatch_run
597 #define ssh_dispatch_run_fatal                  Fssh_ssh_dispatch_run_fatal
598 #define ssh_dispatch_set                        Fssh_ssh_dispatch_set
599 #define ssh_dss_sign                            Fssh_ssh_dss_sign
600 #define ssh_dss_verify                          Fssh_ssh_dss_verify
601 #define ssh_ecdsa_sign                          Fssh_ssh_ecdsa_sign
602 #define ssh_ecdsa_verify                        Fssh_ssh_ecdsa_verify
603 #define ssh_ed25519_sign                        Fssh_ssh_ed25519_sign
604 #define ssh_ed25519_verify                      Fssh_ssh_ed25519_verify
605 #define ssh_err                                 Fssh_ssh_err
606 #define ssh_fetch_identitylist                  Fssh_ssh_fetch_identitylist
607 #define ssh_free                                Fssh_ssh_free
608 #define ssh_free_identitylist                   Fssh_ssh_free_identitylist
609 #define ssh_gai_strerror                        Fssh_ssh_gai_strerror
610 #define ssh_get_app_data                        Fssh_ssh_get_app_data
611 #define ssh_get_authentication_socket           Fssh_ssh_get_authentication_socket
612 #define ssh_get_progname                        Fssh_ssh_get_progname
613 #define ssh_hmac_bytes                          Fssh_ssh_hmac_bytes
614 #define ssh_hmac_final                          Fssh_ssh_hmac_final
615 #define ssh_hmac_free                           Fssh_ssh_hmac_free
616 #define ssh_hmac_init                           Fssh_ssh_hmac_init
617 #define ssh_hmac_start                          Fssh_ssh_hmac_start
618 #define ssh_hmac_update                         Fssh_ssh_hmac_update
619 #define ssh_hmac_update_buffer                  Fssh_ssh_hmac_update_buffer
620 #define ssh_init                                Fssh_ssh_init
621 #define ssh_input_append                        Fssh_ssh_input_append
622 #define ssh_input_space                         Fssh_ssh_input_space
623 #define ssh_krl_check_key                       Fssh_ssh_krl_check_key
624 #define ssh_krl_file_contains_key               Fssh_ssh_krl_file_contains_key
625 #define ssh_krl_free                            Fssh_ssh_krl_free
626 #define ssh_krl_from_blob                       Fssh_ssh_krl_from_blob
627 #define ssh_krl_init                            Fssh_ssh_krl_init
628 #define ssh_krl_revoke_cert_by_key_id           Fssh_ssh_krl_revoke_cert_by_key_id
629 #define ssh_krl_revoke_cert_by_serial           Fssh_ssh_krl_revoke_cert_by_serial
630 #define ssh_krl_revoke_cert_by_serial_range     Fssh_ssh_krl_revoke_cert_by_serial_range
631 #define ssh_krl_revoke_key                      Fssh_ssh_krl_revoke_key
632 #define ssh_krl_revoke_key_explicit             Fssh_ssh_krl_revoke_key_explicit
633 #define ssh_krl_revoke_key_sha1                 Fssh_ssh_krl_revoke_key_sha1
634 #define ssh_krl_set_comment                     Fssh_ssh_krl_set_comment
635 #define ssh_krl_set_version                     Fssh_ssh_krl_set_version
636 #define ssh_krl_to_blob                         Fssh_ssh_krl_to_blob
637 #define ssh_local_ipaddr                        Fssh_ssh_local_ipaddr
638 #define ssh_local_port                          Fssh_ssh_local_port
639 #define ssh_lock_agent                          Fssh_ssh_lock_agent
640 #define ssh_malloc_init                         Fssh_ssh_malloc_init
641 #define ssh_msg_recv                            Fssh_ssh_msg_recv
642 #define ssh_msg_send                            Fssh_ssh_msg_send
643 #define ssh_output_consume                      Fssh_ssh_output_consume
644 #define ssh_output_ptr                          Fssh_ssh_output_ptr
645 #define ssh_output_space                        Fssh_ssh_output_space
646 #define ssh_packet_close                        Fssh_ssh_packet_close
647 #define ssh_packet_connection_af                Fssh_ssh_packet_connection_af
648 #define ssh_packet_connection_is_on_socket      Fssh_ssh_packet_connection_is_on_socket
649 #define ssh_packet_disconnect                   Fssh_ssh_packet_disconnect
650 #define ssh_packet_enable_delayed_compress      Fssh_ssh_packet_enable_delayed_compress
651 #define ssh_packet_get_bignum                   Fssh_ssh_packet_get_bignum
652 #define ssh_packet_get_bignum2                  Fssh_ssh_packet_get_bignum2
653 #define ssh_packet_get_bytes                    Fssh_ssh_packet_get_bytes
654 #define ssh_packet_get_char                     Fssh_ssh_packet_get_char
655 #define ssh_packet_get_connection_in            Fssh_ssh_packet_get_connection_in
656 #define ssh_packet_get_connection_out           Fssh_ssh_packet_get_connection_out
657 #define ssh_packet_get_cstring                  Fssh_ssh_packet_get_cstring
658 #define ssh_packet_get_ecpoint                  Fssh_ssh_packet_get_ecpoint
659 #define ssh_packet_get_input                    Fssh_ssh_packet_get_input
660 #define ssh_packet_get_int                      Fssh_ssh_packet_get_int
661 #define ssh_packet_get_int64                    Fssh_ssh_packet_get_int64
662 #define ssh_packet_get_maxsize                  Fssh_ssh_packet_get_maxsize
663 #define ssh_packet_get_output                   Fssh_ssh_packet_get_output
664 #define ssh_packet_get_protocol_flags           Fssh_ssh_packet_get_protocol_flags
665 #define ssh_packet_get_rekey_timeout            Fssh_ssh_packet_get_rekey_timeout
666 #define ssh_packet_get_state                    Fssh_ssh_packet_get_state
667 #define ssh_packet_get_string                   Fssh_ssh_packet_get_string
668 #define ssh_packet_get_string_ptr               Fssh_ssh_packet_get_string_ptr
669 #define ssh_packet_have_data_to_write           Fssh_ssh_packet_have_data_to_write
670 #define ssh_packet_inc_alive_timeouts           Fssh_ssh_packet_inc_alive_timeouts
671 #define ssh_packet_is_interactive               Fssh_ssh_packet_is_interactive
672 #define ssh_packet_is_rekeying                  Fssh_ssh_packet_is_rekeying
673 #define ssh_packet_need_rekeying                Fssh_ssh_packet_need_rekeying
674 #define ssh_packet_next                         Fssh_ssh_packet_next
675 #define ssh_packet_not_very_much_data_to_write  Fssh_ssh_packet_not_very_much_data_to_write
676 #define ssh_packet_payload                      Fssh_ssh_packet_payload
677 #define ssh_packet_process_incoming             Fssh_ssh_packet_process_incoming
678 #define ssh_packet_put                          Fssh_ssh_packet_put
679 #define ssh_packet_put_bignum                   Fssh_ssh_packet_put_bignum
680 #define ssh_packet_put_bignum2                  Fssh_ssh_packet_put_bignum2
681 #define ssh_packet_put_char                     Fssh_ssh_packet_put_char
682 #define ssh_packet_put_cstring                  Fssh_ssh_packet_put_cstring
683 #define ssh_packet_put_ecpoint                  Fssh_ssh_packet_put_ecpoint
684 #define ssh_packet_put_int                      Fssh_ssh_packet_put_int
685 #define ssh_packet_put_int64                    Fssh_ssh_packet_put_int64
686 #define ssh_packet_put_raw                      Fssh_ssh_packet_put_raw
687 #define ssh_packet_put_string                   Fssh_ssh_packet_put_string
688 #define ssh_packet_read                         Fssh_ssh_packet_read
689 #define ssh_packet_read_expect                  Fssh_ssh_packet_read_expect
690 #define ssh_packet_read_poll1                   Fssh_ssh_packet_read_poll1
691 #define ssh_packet_read_poll2                   Fssh_ssh_packet_read_poll2
692 #define ssh_packet_read_poll_seqnr              Fssh_ssh_packet_read_poll_seqnr
693 #define ssh_packet_read_seqnr                   Fssh_ssh_packet_read_seqnr
694 #define ssh_packet_remaining                    Fssh_ssh_packet_remaining
695 #define ssh_packet_send                         Fssh_ssh_packet_send
696 #define ssh_packet_send1                        Fssh_ssh_packet_send1
697 #define ssh_packet_send2                        Fssh_ssh_packet_send2
698 #define ssh_packet_send2_wrapped                Fssh_ssh_packet_send2_wrapped
699 #define ssh_packet_send_debug                   Fssh_ssh_packet_send_debug
700 #define ssh_packet_send_ignore                  Fssh_ssh_packet_send_ignore
701 #define ssh_packet_set_alive_timeouts           Fssh_ssh_packet_set_alive_timeouts
702 #define ssh_packet_set_authenticated            Fssh_ssh_packet_set_authenticated
703 #define ssh_packet_set_compress_hooks           Fssh_ssh_packet_set_compress_hooks
704 #define ssh_packet_set_connection               Fssh_ssh_packet_set_connection
705 #define ssh_packet_set_encryption_key           Fssh_ssh_packet_set_encryption_key
706 #define ssh_packet_set_interactive              Fssh_ssh_packet_set_interactive
707 #define ssh_packet_set_maxsize                  Fssh_ssh_packet_set_maxsize
708 #define ssh_packet_set_nonblocking              Fssh_ssh_packet_set_nonblocking
709 #define ssh_packet_set_protocol_flags           Fssh_ssh_packet_set_protocol_flags
710 #define ssh_packet_set_rekey_limits             Fssh_ssh_packet_set_rekey_limits
711 #define ssh_packet_set_server                   Fssh_ssh_packet_set_server
712 #define ssh_packet_set_state                    Fssh_ssh_packet_set_state
713 #define ssh_packet_set_timeout                  Fssh_ssh_packet_set_timeout
714 #define ssh_packet_set_tos                      Fssh_ssh_packet_set_tos
715 #define ssh_packet_start                        Fssh_ssh_packet_start
716 #define ssh_packet_start_compression            Fssh_ssh_packet_start_compression
717 #define ssh_packet_start_discard                Fssh_ssh_packet_start_discard
718 #define ssh_packet_stop_discard                 Fssh_ssh_packet_stop_discard
719 #define ssh_packet_write_poll                   Fssh_ssh_packet_write_poll
720 #define ssh_packet_write_wait                   Fssh_ssh_packet_write_wait
721 #define ssh_remote_ipaddr                       Fssh_ssh_remote_ipaddr
722 #define ssh_remote_port                         Fssh_ssh_remote_port
723 #define ssh_remove_all_identities               Fssh_ssh_remove_all_identities
724 #define ssh_remove_identity                     Fssh_ssh_remove_identity
725 #define ssh_request_reply                       Fssh_ssh_request_reply
726 #define ssh_rsa_sign                            Fssh_ssh_rsa_sign
727 #define ssh_rsa_verify                          Fssh_ssh_rsa_verify
728 #define ssh_set_app_data                        Fssh_ssh_set_app_data
729 #define ssh_set_newkeys                         Fssh_ssh_set_newkeys
730 #define ssh_set_verify_host_key_callback        Fssh_ssh_set_verify_host_key_callback
731 #define ssh_update_card                         Fssh_ssh_update_card
732 #define sshbuf_alloc                            Fssh_sshbuf_alloc
733 #define sshbuf_avail                            Fssh_sshbuf_avail
734 #define sshbuf_b64tod                           Fssh_sshbuf_b64tod
735 #define sshbuf_check_reserve                    Fssh_sshbuf_check_reserve
736 #define sshbuf_consume                          Fssh_sshbuf_consume
737 #define sshbuf_consume_end                      Fssh_sshbuf_consume_end
738 #define sshbuf_dtob16                           Fssh_sshbuf_dtob16
739 #define sshbuf_dtob64                           Fssh_sshbuf_dtob64
740 #define sshbuf_dump                             Fssh_sshbuf_dump
741 #define sshbuf_dump_data                        Fssh_sshbuf_dump_data
742 #define sshbuf_dup_string                       Fssh_sshbuf_dup_string
743 #define sshbuf_free                             Fssh_sshbuf_free
744 #define sshbuf_from                             Fssh_sshbuf_from
745 #define sshbuf_fromb                            Fssh_sshbuf_fromb
746 #define sshbuf_froms                            Fssh_sshbuf_froms
747 #define sshbuf_get                              Fssh_sshbuf_get
748 #define sshbuf_get_bignum1                      Fssh_sshbuf_get_bignum1
749 #define sshbuf_get_bignum2                      Fssh_sshbuf_get_bignum2
750 #define sshbuf_get_bignum2_bytes_direct         Fssh_sshbuf_get_bignum2_bytes_direct
751 #define sshbuf_get_cstring                      Fssh_sshbuf_get_cstring
752 #define sshbuf_get_ec                           Fssh_sshbuf_get_ec
753 #define sshbuf_get_eckey                        Fssh_sshbuf_get_eckey
754 #define sshbuf_get_string                       Fssh_sshbuf_get_string
755 #define sshbuf_get_string_direct                Fssh_sshbuf_get_string_direct
756 #define sshbuf_get_stringb                      Fssh_sshbuf_get_stringb
757 #define sshbuf_get_u16                          Fssh_sshbuf_get_u16
758 #define sshbuf_get_u32                          Fssh_sshbuf_get_u32
759 #define sshbuf_get_u64                          Fssh_sshbuf_get_u64
760 #define sshbuf_get_u8                           Fssh_sshbuf_get_u8
761 #define sshbuf_init                             Fssh_sshbuf_init
762 #define sshbuf_len                              Fssh_sshbuf_len
763 #define sshbuf_max_size                         Fssh_sshbuf_max_size
764 #define sshbuf_mutable_ptr                      Fssh_sshbuf_mutable_ptr
765 #define sshbuf_new                              Fssh_sshbuf_new
766 #define sshbuf_parent                           Fssh_sshbuf_parent
767 #define sshbuf_peek_string_direct               Fssh_sshbuf_peek_string_direct
768 #define sshbuf_ptr                              Fssh_sshbuf_ptr
769 #define sshbuf_put                              Fssh_sshbuf_put
770 #define sshbuf_put_bignum1                      Fssh_sshbuf_put_bignum1
771 #define sshbuf_put_bignum2                      Fssh_sshbuf_put_bignum2
772 #define sshbuf_put_bignum2_bytes                Fssh_sshbuf_put_bignum2_bytes
773 #define sshbuf_put_cstring                      Fssh_sshbuf_put_cstring
774 #define sshbuf_put_ec                           Fssh_sshbuf_put_ec
775 #define sshbuf_put_eckey                        Fssh_sshbuf_put_eckey
776 #define sshbuf_put_string                       Fssh_sshbuf_put_string
777 #define sshbuf_put_stringb                      Fssh_sshbuf_put_stringb
778 #define sshbuf_put_u16                          Fssh_sshbuf_put_u16
779 #define sshbuf_put_u32                          Fssh_sshbuf_put_u32
780 #define sshbuf_put_u64                          Fssh_sshbuf_put_u64
781 #define sshbuf_put_u8                           Fssh_sshbuf_put_u8
782 #define sshbuf_putb                             Fssh_sshbuf_putb
783 #define sshbuf_putf                             Fssh_sshbuf_putf
784 #define sshbuf_putfv                            Fssh_sshbuf_putfv
785 #define sshbuf_refcount                         Fssh_sshbuf_refcount
786 #define sshbuf_reserve                          Fssh_sshbuf_reserve
787 #define sshbuf_reset                            Fssh_sshbuf_reset
788 #define sshbuf_set_max_size                     Fssh_sshbuf_set_max_size
789 #define sshbuf_set_parent                       Fssh_sshbuf_set_parent
790 #define sshkey_add_private                      Fssh_sshkey_add_private
791 #define sshkey_cert_check_authority             Fssh_sshkey_cert_check_authority
792 #define sshkey_cert_copy                        Fssh_sshkey_cert_copy
793 #define sshkey_cert_type                        Fssh_sshkey_cert_type
794 #define sshkey_certify                          Fssh_sshkey_certify
795 #define sshkey_check_revoked                    Fssh_sshkey_check_revoked
796 #define sshkey_curve_name_to_nid                Fssh_sshkey_curve_name_to_nid
797 #define sshkey_curve_nid_to_bits                Fssh_sshkey_curve_nid_to_bits
798 #define sshkey_curve_nid_to_name                Fssh_sshkey_curve_nid_to_name
799 #define sshkey_demote                           Fssh_sshkey_demote
800 #define sshkey_drop_cert                        Fssh_sshkey_drop_cert
801 #define sshkey_dump_ec_key                      Fssh_sshkey_dump_ec_key
802 #define sshkey_dump_ec_point                    Fssh_sshkey_dump_ec_point
803 #define sshkey_ec_nid_to_hash_alg               Fssh_sshkey_ec_nid_to_hash_alg
804 #define sshkey_ec_validate_private              Fssh_sshkey_ec_validate_private
805 #define sshkey_ec_validate_public               Fssh_sshkey_ec_validate_public
806 #define sshkey_ecdsa_bits_to_nid                Fssh_sshkey_ecdsa_bits_to_nid
807 #define sshkey_ecdsa_key_to_nid                 Fssh_sshkey_ecdsa_key_to_nid
808 #define sshkey_ecdsa_nid_from_name              Fssh_sshkey_ecdsa_nid_from_name
809 #define sshkey_equal                            Fssh_sshkey_equal
810 #define sshkey_equal_public                     Fssh_sshkey_equal_public
811 #define sshkey_fingerprint                      Fssh_sshkey_fingerprint
812 #define sshkey_fingerprint_raw                  Fssh_sshkey_fingerprint_raw
813 #define sshkey_format_cert_validity             Fssh_sshkey_format_cert_validity
814 #define sshkey_free                             Fssh_sshkey_free
815 #define sshkey_from_blob                        Fssh_sshkey_from_blob
816 #define sshkey_from_blob_internal               Fssh_sshkey_from_blob_internal
817 #define sshkey_from_private                     Fssh_sshkey_from_private
818 #define sshkey_fromb                            Fssh_sshkey_fromb
819 #define sshkey_froms                            Fssh_sshkey_froms
820 #define sshkey_generate                         Fssh_sshkey_generate
821 #define sshkey_in_file                          Fssh_sshkey_in_file
822 #define sshkey_is_cert                          Fssh_sshkey_is_cert
823 #define sshkey_load_cert                        Fssh_sshkey_load_cert
824 #define sshkey_load_file                        Fssh_sshkey_load_file
825 #define sshkey_load_private                     Fssh_sshkey_load_private
826 #define sshkey_load_private_cert                Fssh_sshkey_load_private_cert
827 #define sshkey_load_private_type                Fssh_sshkey_load_private_type
828 #define sshkey_load_private_type_fd             Fssh_sshkey_load_private_type_fd
829 #define sshkey_load_public                      Fssh_sshkey_load_public
830 #define sshkey_names_valid2                     Fssh_sshkey_names_valid2
831 #define sshkey_new                              Fssh_sshkey_new
832 #define sshkey_new_private                      Fssh_sshkey_new_private
833 #define sshkey_parse_private2                   Fssh_sshkey_parse_private2
834 #define sshkey_parse_private_fileblob           Fssh_sshkey_parse_private_fileblob
835 #define sshkey_parse_private_fileblob_type      Fssh_sshkey_parse_private_fileblob_type
836 #define sshkey_parse_private_pem_fileblob       Fssh_sshkey_parse_private_pem_fileblob
837 #define sshkey_parse_public_rsa1_fileblob       Fssh_sshkey_parse_public_rsa1_fileblob
838 #define sshkey_perm_ok                          Fssh_sshkey_perm_ok
839 #define sshkey_plain_to_blob                    Fssh_sshkey_plain_to_blob
840 #define sshkey_private_deserialize              Fssh_sshkey_private_deserialize
841 #define sshkey_private_serialize                Fssh_sshkey_private_serialize
842 #define sshkey_private_to_blob2                 Fssh_sshkey_private_to_blob2
843 #define sshkey_private_to_fileblob              Fssh_sshkey_private_to_fileblob
844 #define sshkey_putb                             Fssh_sshkey_putb
845 #define sshkey_putb_plain                       Fssh_sshkey_putb_plain
846 #define sshkey_puts                             Fssh_sshkey_puts
847 #define sshkey_read                             Fssh_sshkey_read
848 #define sshkey_save_private                     Fssh_sshkey_save_private
849 #define sshkey_sign                             Fssh_sshkey_sign
850 #define sshkey_size                             Fssh_sshkey_size
851 #define sshkey_ssh_name                         Fssh_sshkey_ssh_name
852 #define sshkey_ssh_name_plain                   Fssh_sshkey_ssh_name_plain
853 #define sshkey_to_base64                        Fssh_sshkey_to_base64
854 #define sshkey_to_blob                          Fssh_sshkey_to_blob
855 #define sshkey_to_certified                     Fssh_sshkey_to_certified
856 #define sshkey_try_load_public                  Fssh_sshkey_try_load_public
857 #define sshkey_type                             Fssh_sshkey_type
858 #define sshkey_type_from_name                   Fssh_sshkey_type_from_name
859 #define sshkey_type_is_cert                     Fssh_sshkey_type_is_cert
860 #define sshkey_type_plain                       Fssh_sshkey_type_plain
861 #define sshkey_verify                           Fssh_sshkey_verify
862 #define sshkey_write                            Fssh_sshkey_write
863 #define sshpkt_add_padding                      Fssh_sshpkt_add_padding
864 #define sshpkt_disconnect                       Fssh_sshpkt_disconnect
865 #define sshpkt_fatal                            Fssh_sshpkt_fatal
866 #define sshpkt_get                              Fssh_sshpkt_get
867 #define sshpkt_get_bignum1                      Fssh_sshpkt_get_bignum1
868 #define sshpkt_get_bignum2                      Fssh_sshpkt_get_bignum2
869 #define sshpkt_get_cstring                      Fssh_sshpkt_get_cstring
870 #define sshpkt_get_ec                           Fssh_sshpkt_get_ec
871 #define sshpkt_get_end                          Fssh_sshpkt_get_end
872 #define sshpkt_get_string                       Fssh_sshpkt_get_string
873 #define sshpkt_get_string_direct                Fssh_sshpkt_get_string_direct
874 #define sshpkt_get_u32                          Fssh_sshpkt_get_u32
875 #define sshpkt_get_u64                          Fssh_sshpkt_get_u64
876 #define sshpkt_get_u8                           Fssh_sshpkt_get_u8
877 #define sshpkt_ptr                              Fssh_sshpkt_ptr
878 #define sshpkt_put                              Fssh_sshpkt_put
879 #define sshpkt_put_bignum1                      Fssh_sshpkt_put_bignum1
880 #define sshpkt_put_bignum2                      Fssh_sshpkt_put_bignum2
881 #define sshpkt_put_cstring                      Fssh_sshpkt_put_cstring
882 #define sshpkt_put_ec                           Fssh_sshpkt_put_ec
883 #define sshpkt_put_string                       Fssh_sshpkt_put_string
884 #define sshpkt_put_stringb                      Fssh_sshpkt_put_stringb
885 #define sshpkt_put_u32                          Fssh_sshpkt_put_u32
886 #define sshpkt_put_u64                          Fssh_sshpkt_put_u64
887 #define sshpkt_put_u8                           Fssh_sshpkt_put_u8
888 #define sshpkt_putb                             Fssh_sshpkt_putb
889 #define sshpkt_send                             Fssh_sshpkt_send
890 #define sshpkt_start                            Fssh_sshpkt_start
891 #define start_progress_meter                    Fssh_start_progress_meter
892 #define stop_progress_meter                     Fssh_stop_progress_meter
893 #define stravis                                 Fssh_stravis
894 #define strdelim                                Fssh_strdelim
895 #define strnvis                                 Fssh_strnvis
896 #define strvis                                  Fssh_strvis
897 #define strvisx                                 Fssh_strvisx
898 #define sys_tun_open                            Fssh_sys_tun_open
899 #define temporarily_use_uid                     Fssh_temporarily_use_uid
900 #define tilde_expand_filename                   Fssh_tilde_expand_filename
901 #define timingsafe_bcmp                         Fssh_timingsafe_bcmp
902 #define to_blob                                 Fssh_to_blob
903 #define to_blob_buf                             Fssh_to_blob_buf
904 #define tohex                                   Fssh_tohex
905 #define tty_make_modes                          Fssh_tty_make_modes
906 #define tty_parse_modes                         Fssh_tty_parse_modes
907 #define tun_open                                Fssh_tun_open
908 #define umac128_delete                          Fssh_umac128_delete
909 #define umac128_final                           Fssh_umac128_final
910 #define umac128_new                             Fssh_umac128_new
911 #define umac128_update                          Fssh_umac128_update
912 #define umac_delete                             Fssh_umac_delete
913 #define umac_final                              Fssh_umac_final
914 #define umac_new                                Fssh_umac_new
915 #define umac_update                             Fssh_umac_update
916 #define uncompress_buffer                       Fssh_uncompress_buffer
917 #define unix_listener                           Fssh_unix_listener
918 #define unset_nonblock                          Fssh_unset_nonblock
919 #define update_progress_meter                   Fssh_update_progress_meter
920 #define uudecode                                Fssh_uudecode
921 #define uuencode                                Fssh_uuencode
922 #define verbose                                 Fssh_verbose
923 #define verify_host_key_dns                     Fssh_verify_host_key_dns
924 #define vis                                     Fssh_vis
925 #define write_host_entry                        Fssh_write_host_entry
926 #define x11_connect_display                     Fssh_x11_connect_display
927 #define x11_create_display_inet                 Fssh_x11_create_display_inet
928 #define x11_input_open                          Fssh_x11_input_open
929 #define x11_open_helper                         Fssh_x11_open_helper
930 #define x11_request_forwarding_with_spoofing    Fssh_x11_request_forwarding_with_spoofing
931 #define xasprintf                               Fssh_xasprintf
932 #define xcalloc                                 Fssh_xcalloc
933 #define xcrypt                                  Fssh_xcrypt
934 #define xmalloc                                 Fssh_xmalloc
935 #define xmmap                                   Fssh_xmmap
936 #define xreallocarray                           Fssh_xreallocarray
937 #define xstrdup                                 Fssh_xstrdup