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

ABI
Viewer

SymbolsTypes



Type Usage: void(*)(struct ssh_cipher_struct*, void*, void*, unsigned long) (2)


Used As Name Used In
FIELD .cbc_decrypt struct ssh_cipher_struct {
    char const* name,
    unsigned int blocksize,
    unsigned int keylen,
    void* key,
    void* IV,
    unsigned int keysize,
    int(*)(struct ssh_cipher_struct*, void*, void*) set_encrypt_key,
    int(*)(struct ssh_cipher_struct*, void*, void*) set_decrypt_key,
    void(*)(struct ssh_cipher_struct*, void*, void*, unsigned long) cbc_encrypt,
    void(*)(struct ssh_cipher_struct*, void*, void*, unsigned long) cbc_decrypt
} »
FIELD .cbc_encrypt struct ssh_cipher_struct {
    char const* name,
    unsigned int blocksize,
    unsigned int keylen,
    void* key,
    void* IV,
    unsigned int keysize,
    int(*)(struct ssh_cipher_struct*, void*, void*) set_encrypt_key,
    int(*)(struct ssh_cipher_struct*, void*, void*) set_decrypt_key,
    void(*)(struct ssh_cipher_struct*, void*, void*, unsigned long) cbc_encrypt,
    void(*)(struct ssh_cipher_struct*, void*, void*, unsigned long) cbc_decrypt
} »



Andrey Ponomarenko's ABI laboratory