Diff:
libssh.so 0.5.5 (x86_64)
libssh.so 0.6.0 (x86_64)

ABI
Viewer

SymbolsTypes



Type Usage: ssh_cipher_struct (4)


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
} »



Andrey Ponomarenko's ABI laboratory