ABI | Symbols | Types |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
ssh_pki_export_pubkey_base64 ( ssh_key const key, char** b64_key ) |
|---|---|
| Type | FUNC |
| Source | pki.c |
| Params | 2 |
| Return | int |
| Size | 116 |
| Bind | GLOBAL |
| Vis | DEFAULT |
| Ndx | 11 |
| Status | ADDED |
|
|
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | key | ssh_key const | 8 | %rdi |
| 1 | b64_key | char** | 8 | %rsi |
| RETURN | ||||
| .retval | int | 4 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | int |
| %rdi | key | ssh_key const |
| %rsi | b64_key | char** |