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

ABI
Viewer

SymbolsTypes



Type Usage: dsa_st (9)


Used As Name Used In
FIELD .dsa_priv struct ssh_private_key_struct {
    int type,
    DSA* dsa_priv,
    RSA* rsa_priv
} »
FIELD .dsa_pub struct ssh_public_key_struct {
    int type,
    char const* type_c,
    DSA* dsa_pub,
    RSA* rsa_pub
} »
F-PTR
PARAM
3rd parameter DSA_SIG*(*) {
    unsigned char const*,
    int,
    DSA*
} »
F-PTR
PARAM
1st parameter int(*) {
    DSA*,
    BN_CTX*,
    BIGNUM**,
    BIGNUM**
} »
F-PTR
PARAM
4th parameter int(*) {
    unsigned char const*,
    int,
    DSA_SIG*,
    DSA*
} »
F-PTR
PARAM
1st parameter int(*) {
    DSA*,
    BIGNUM*,
    BIGNUM*,
    BIGNUM*,
    BIGNUM*,
    BIGNUM*,
    BIGNUM*,
    BN_CTX*,
    BN_MONT_CTX*
} »
F-PTR
PARAM
1st parameter int(*) {
    DSA*,
    BIGNUM*,
    BIGNUM*,
    BIGNUM const*,
    BIGNUM const*,
    BN_CTX*,
    BN_MONT_CTX*
} »
F-PTR
PARAM
1st parameter int(*) {
    DSA*
} »
F-PTR
PARAM
1st parameter int(*) {
    DSA*,
    int,
    unsigned char const*,
    int,
    int*,
    unsigned long*,
    BN_GENCB*
} »



Andrey Ponomarenko's ABI laboratory