libssh.so 0.7.1 (x86_64)

ABI
Viewer

SymbolsTypesLive Readelf



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
Bind GLOBAL
Params 3
Return int
Source pki.c
Size 117

Calling sequence

PADDINGPARAM
LOCALRETURN

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