ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
ECDSA_do_verify (
unsigned char const* dgst,
int dgst_len,
ECDSA_SIG const* sig,
EC_KEY* eckey
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 4 |
| Return | int |
| Source | ecs_vrf.c |
| Size | 72 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | dgst | unsigned char const* | 8 | %rdi |
| 1 | dgst_len | int | 4 | %rsi |
| 2 | sig | ECDSA_SIG const* | 8 | %rdx |
| 3 | eckey | EC_KEY* | 8 | %rcx |
| RETURN | ||||
| .retval | int | 4 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | int |
| %rdi | dgst | unsigned char const* |
| %rsi | dgst_len | int |
| %rdx | sig | ECDSA_SIG const* |
| %rcx | eckey | EC_KEY* |