ABI | Symbols | Types | Live Readelf |
Contents |
Info |
Calling sequence |
Stack frame layout |
Registers usage |
Signature |
ssh_get_publickey_hash (
ssh_key const key,
enum ssh_publickey_hash_type type,
unsigned char** hash,
size_t* hlen
) |
---|---|
Type | FUNC |
Bind | GLOBAL |
Params | 4 |
Return | int |
Source | dh.c |
Size | 320 |
PADDING | PARAM |
LOCAL | RETURN |
Pos | Name | Type | Size | Passed |
---|---|---|---|---|
INPUT(S) | ||||
0 | key | ssh_key const | 8 | %rdi |
1 | type | enum ssh_publickey_hash_type | 4 | %rsi |
2 | hash | unsigned char** | 8 | %rdx |
3 | hlen | size_t* | 8 | %rcx |
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 | type | enum ssh_publickey_hash_type |
%rdx | hash | unsigned char** |
%rcx | hlen | size_t* |