libssh.so 0.7.1 (x86_64)

ABI
Viewer

SymbolsTypesLive Readelf



Type Usage: dsa_st (10)


Used As Name Used In
FIELD .dsa struct ssh_key_struct {
    enum ssh_keytypes_e type,
    int flags,
    char const* type_c,
    int ecdsa_nid,
    DSA* dsa,
    RSA* rsa,
    EC_KEY* ecdsa,
    ed25519_pubkey* ed25519_pubkey,
    ed25519_privkey* ed25519_privkey,
    void* cert
} »
FIELD .dsa_pub struct ssh_public_key_struct {
    int type,
    char const* type_c,
    DSA* dsa_pub,
    RSA* rsa_pub
} »
FIELD .dsa_priv struct ssh_private_key_struct {
    int type,
    DSA* dsa_priv,
    RSA* rsa_priv
} »
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