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

ABI
Viewer

SymbolsTypes



Added Symbol: ssh_userauth_publickey


Contents
Info
Calling sequence
Stack frame layout
Registers usage

Info

Signature ssh_userauth_publickey (
    ssh_session session,
    char const* username,
    ssh_key const privkey
)
Type FUNC
Source auth.c
Params 3
Return int
Size 734
Bind GLOBAL
Vis DEFAULT
Ndx 11
Status ADDED


Calling sequence

PADDINGPARAM
LOCALRETURN


ADDED
REMOVED
PosNameTypeSizePassed
INPUT(S)
0sessionssh_session8%rdi
1usernamechar const*8%rsi
2privkeyssh_key const8%rdx
RETURN
.retvalint4%rax


Stack frame layout

OffsetContentsType
local space,
return address,
etc.


Registers usage

NameContentsType
%rax.retvalint
%rdisessionssh_session
%rsiusernamechar const*
%rdxprivkeyssh_key const







Andrey Ponomarenko's ABI laboratory