ABI | Symbols | Types |
Used As | Name | Used In |
---|---|---|
FIELD | .current_crypto | struct ssh_session_struct { ... ssh_buffer in_hashbuf, ssh_buffer out_hashbuf, struct ssh_crypto_struct* current_crypto, struct ssh_crypto_struct* next_crypto, struct ssh_list* channels, ... } » |
FIELD | .next_crypto | struct ssh_session_struct { ... ssh_buffer out_hashbuf, struct ssh_crypto_struct* current_crypto, struct ssh_crypto_struct* next_crypto, struct ssh_list* channels, int maxchannel, ... } » |