ABI | Symbols | Types |
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 |
Source | dh.c |
Params | 4 |
Return | int |
Size | 320 |
Bind | GLOBAL |
Vis | DEFAULT |
Ndx | 11 |
Status | ADDED |
|
|
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* |