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

ABI
Viewer

SymbolsTypes



Added Symbol: ssh_pki_export_pubkey_base64


Contents
Info
Calling sequence
Stack frame layout
Registers usage

Info

Signature ssh_pki_export_pubkey_base64 (
    ssh_key const key,
    char** b64_key
)
Type FUNC
Source pki.c
Params 2
Return int
Size 116
Bind GLOBAL
Vis DEFAULT
Ndx 11
Status ADDED


Calling sequence

PADDINGPARAM
LOCALRETURN


ADDED
REMOVED
PosNameTypeSizePassed
INPUT(S)
0keyssh_key const8%rdi
1b64_keychar**8%rsi
RETURN
.retvalint4%rax


Stack frame layout

OffsetContentsType
local space,
return address,
etc.


Registers usage

NameContentsType
%rax.retvalint
%rdikeyssh_key const
%rsib64_keychar**







Andrey Ponomarenko's ABI laboratory