ABI | Symbols | Types |
Contents |
Info |
Calling sequence |
Stack frame layout |
Registers usage |
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 |
|
|
Pos | Name | Type | Size | Passed |
---|---|---|---|---|
INPUT(S) | ||||
0 | session | ssh_session | 8 | %rdi |
1 | username | char const* | 8 | %rsi |
2 | privkey | ssh_key const | 8 | %rdx |
RETURN | ||||
.retval | int | 4 | %rax |
Offset | Contents | Type |
---|---|---|
local space, return address, etc. |
Name | Contents | Type |
---|---|---|
%rax | .retval | int |
%rdi | session | ssh_session |
%rsi | username | char const* |
%rdx | privkey | ssh_key const |