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

ABI
Viewer

SymbolsTypes



Type Usage: bn_mont_ctx_st (7)


Used As Name Used In
FIELD .method_mont_p struct dsa_st {
    ...
    BIGNUM* r,
    int flags,
    BN_MONT_CTX* method_mont_p,
    int references,
    CRYPTO_EX_DATA ex_data,
    DSA_METHOD const* meth,
    ENGINE* engine
} »
FIELD ._method_mod_n struct rsa_st {
    ...
    int references,
    int flags,
    BN_MONT_CTX* _method_mod_n,
    BN_MONT_CTX* _method_mod_p,
    BN_MONT_CTX* _method_mod_q,
    char* bignum_data,
    BN_BLINDING* blinding,
    BN_BLINDING* mt_blinding
} »
FIELD ._method_mod_p struct rsa_st {
    ...
    int flags,
    BN_MONT_CTX* _method_mod_n,
    BN_MONT_CTX* _method_mod_p,
    BN_MONT_CTX* _method_mod_q,
    char* bignum_data,
    BN_BLINDING* blinding,
    BN_BLINDING* mt_blinding
} »
FIELD ._method_mod_q struct rsa_st {
    ...
    BN_MONT_CTX* _method_mod_n,
    BN_MONT_CTX* _method_mod_p,
    BN_MONT_CTX* _method_mod_q,
    char* bignum_data,
    BN_BLINDING* blinding,
    BN_BLINDING* mt_blinding
} »
F-PTR
PARAM
9th parameter int(*) {
    DSA*,
    BIGNUM*,
    BIGNUM*,
    BIGNUM*,
    BIGNUM*,
    BIGNUM*,
    BIGNUM*,
    BN_CTX*,
    BN_MONT_CTX*
} »
F-PTR
PARAM
7th parameter int(*) {
    DSA*,
    BIGNUM*,
    BIGNUM*,
    BIGNUM const*,
    BIGNUM const*,
    BN_CTX*,
    BN_MONT_CTX*
} »
F-PTR
PARAM
6th parameter int(*) {
    BIGNUM*,
    BIGNUM const*,
    BIGNUM const*,
    BIGNUM const*,
    BN_CTX*,
    BN_MONT_CTX*
} »



Andrey Ponomarenko's ABI laboratory