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