ABI | Symbols | Types |
Used As | Name | Used In |
---|---|---|
FIELD | .client_kex | struct ssh_crypto_struct { ... void* compress_in_ctx, struct ssh_kex_struct server_kex, struct ssh_kex_struct client_kex, char*[10] kex_methods, enum ssh_key_exchange_e kex_type, enum ssh_mac_e mac_type } » |
FIELD | .server_kex | struct ssh_crypto_struct { ... void* compress_out_ctx, void* compress_in_ctx, struct ssh_kex_struct server_kex, struct ssh_kex_struct client_kex, char*[10] kex_methods, enum ssh_key_exchange_e kex_type, enum ssh_mac_e mac_type } » |