ABI | Symbols | Types | Live Readelf |
Contents |
Info |
Calling sequence |
Stack frame layout |
Registers usage |
Signature |
ssh_pki_import_privkey_file (
char const* filename,
char const* passphrase,
ssh_auth_callback auth_fn,
void* auth_data,
ssh_key* pkey
) |
---|---|
Type | FUNC |
Bind | GLOBAL |
Params | 5 |
Return | int |
Source | pki.c |
Size | 569 |
PADDING | PARAM |
LOCAL | RETURN |
Pos | Name | Type | Size | Passed |
---|---|---|---|---|
INPUT(S) | ||||
0 | filename | char const* | 8 | %rdi |
1 | passphrase | char const* | 8 | %rsi |
2 | auth_fn | ssh_auth_callback | 8 | %rdx |
3 | auth_data | void* | 8 | %rcx |
4 | pkey | ssh_key* | 8 | %r8 |
RETURN | ||||
.retval | int | 4 | %rax |
Offset | Contents | Type |
---|---|---|
local space, return address, etc. |
Name | Contents | Type |
---|---|---|
%rax | .retval | int |
%rdi | filename | char const* |
%rsi | passphrase | char const* |
%rdx | auth_fn | ssh_auth_callback |
%rcx | auth_data | void* |
%r8 | pkey | ssh_key* |