ABI | Symbols | Types |
Used As | Name | Used In |
---|---|---|
FIELD | .in_cipher | struct ssh_crypto_struct { ... unsigned char* decryptMAC, unsigned char[64] hmacbuf, struct ssh_cipher_struct* in_cipher, struct ssh_cipher_struct* out_cipher, ssh_string server_pubkey, ... } » |
FIELD | .out_cipher | struct ssh_crypto_struct { ... unsigned char[64] hmacbuf, struct ssh_cipher_struct* in_cipher, struct ssh_cipher_struct* out_cipher, ssh_string server_pubkey, char const* server_pubkey_type, ... } » |
F-PTR PARAM |
1st parameter | int(*) { struct ssh_cipher_struct*, void*, void* } » |
F-PTR PARAM |
1st parameter | void(*) { struct ssh_cipher_struct*, void*, void*, unsigned long } » |