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