ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
EVP_PKEY_CTX_set0_keygen_info (
EVP_PKEY_CTX* ctx,
int* dat,
int datlen
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 3 |
| Return | void |
| Source | pmeth_lib.c |
| Size | 8 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | ctx | EVP_PKEY_CTX* | 8 | %rdi |
| 1 | dat | int* | 8 | %rsi |
| 2 | datlen | int | 4 | %rdx |
| RETURN: none | ||||
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rdi | ctx | EVP_PKEY_CTX* |
| %rsi | dat | int* |
| %rdx | datlen | int |