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

ABI
Viewer

SymbolsTypes



Added Symbol: ssh_pki_export_privkey_to_pubkey


Contents
Info
Calling sequence
Stack frame layout
Registers usage

Info

Signature ssh_pki_export_privkey_to_pubkey (
    ssh_key const privkey,
    ssh_key* pkey
)
Type FUNC
Source pki.c
Params 2
Return int
Size 80
Bind GLOBAL
Vis DEFAULT
Ndx 11
Status ADDED


Calling sequence

PADDINGPARAM
LOCALRETURN


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


Stack frame layout

OffsetContentsType
local space,
return address,
etc.


Registers usage

NameContentsType
%rax.retvalint
%rdiprivkeyssh_key const
%rsipkeyssh_key*







Andrey Ponomarenko's ABI laboratory