ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
EVP_Digest (
void const* data,
size_t count,
unsigned char* md,
unsigned int* size,
EVP_MD const* type,
ENGINE* impl
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 6 |
| Return | int |
| Source | digest.c |
| Size | 173 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | data | void const* | 8 | %rdi |
| 1 | count | size_t | 8 | %rsi |
| 2 | md | unsigned char* | 8 | %rdx |
| 3 | size | unsigned int* | 8 | %rcx |
| 4 | type | EVP_MD const* | 8 | %r8 |
| 5 | impl | ENGINE* | 8 | %r9 |
| RETURN | ||||
| .retval | int | 4 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | int |
| %rdi | data | void const* |
| %rsi | count | size_t |
| %rdx | md | unsigned char* |
| %rcx | size | unsigned int* |
| %r8 | type | EVP_MD const* |
| %r9 | impl | ENGINE* |