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

ABI
Viewer

SymbolsTypes



Added Symbol: ssh_pki_import_pubkey_base64


Contents
Info
Calling sequence
Stack frame layout
Registers usage

Info

Signature ssh_pki_import_pubkey_base64 (
    char const* b64_key,
    enum ssh_keytypes_e type,
    ssh_key* pkey
)
Type FUNC
Source pki.c
Params 3
Return int
Size 117
Bind GLOBAL
Vis DEFAULT
Ndx 11
Status ADDED


Calling sequence

PADDINGPARAM
LOCALRETURN


ADDED
REMOVED
PosNameTypeSizePassed
INPUT(S)
0b64_keychar const*8%rdi
1typeenum ssh_keytypes_e4%rsi
2pkeyssh_key*8%rdx
RETURN
.retvalint4%rax


Stack frame layout

OffsetContentsType
local space,
return address,
etc.


Registers usage

NameContentsType
%rax.retvalint
%rdib64_keychar const*
%rsitypeenum ssh_keytypes_e
%rdxpkeyssh_key*







Andrey Ponomarenko's ABI laboratory