ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
HMAC_Init (
HMAC_CTX* ctx,
void const* key,
int len,
EVP_MD const* md
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 4 |
| Return | int |
| Source | hmac.c |
| Size | 77 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | ctx | HMAC_CTX* | 8 | %rdi |
| 1 | key | void const* | 8 | %rsi |
| 2 | len | int | 4 | %rdx |
| 3 | md | EVP_MD const* | 8 | %rcx |
| RETURN | ||||
| .retval | int | 4 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | int |
| %rdi | ctx | HMAC_CTX* |
| %rsi | key | void const* |
| %rdx | len | int |
| %rcx | md | EVP_MD const* |